public interface UserIndicator extends Component.BelongToFrame
Component.Alignment, Component.BelongToFrame, Component.Disposable, Component.Editable, Component.Focusable, Component.HasCaption, Component.HasDescription, Component.HasIcon, Component.HasXmlDescriptor, Component.OptionsStyleProvider, Component.Wrapper
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NAME |
AUTO_SIZE, AUTO_SIZE_PX, FULL_SIZE, UNITS_PERCENTAGE, UNITS_PIXELS
Modifier and Type | Method and Description |
---|---|
java.util.function.Function<User,java.lang.String> |
getUserNameFormatter() |
void |
refreshUserSubstitutions() |
void |
setUserNameFormatter(java.util.function.Function<? super User,java.lang.String> userNameFormatter)
Assign a formatter that change user name caption.
|
getFrame, setFrame
addStyleName, getAlignment, getHeight, getHeightSizeUnit, getHeightUnits, getId, getParent, getStyleName, getWidth, getWidthSizeUnit, getWidthUnits, isEnabled, isEnabledItself, isEnabledRecursive, isResponsive, isVisible, isVisibleItself, isVisibleRecursive, removeStyleName, requestFocus, setAlignment, setEnabled, setHeight, setHeightAuto, setHeightFull, setId, setParent, setResponsive, setSizeAuto, setSizeFull, setStyleName, setVisible, setWidth, setWidthAuto, setWidthFull, unwrap, unwrapComposition
static final java.lang.String NAME
void refreshUserSubstitutions()
void setUserNameFormatter(java.util.function.Function<? super User,java.lang.String> userNameFormatter)
userNameFormatter
- formatter to be executed.java.util.function.Function<User,java.lang.String> getUserNameFormatter()