VALUE
- is the generic type of the options
.public interface UiWidgetOptionsBase<VALUE> extends UiWidget, AttributeWriteOptions<VALUE>, AttributeWriteFormatter<VALUE>
STYLE_HEADER
HTML_ATTRIBUTE_ID, ID_SEPARATOR, PROPERTY_ID
PROPERTY_STYLES, STYLE_PATTERN_MULTIPLE, STYLE_PATTERN_SINGLE
WAI_ARIA
Modifier and Type | Method and Description |
---|---|
void |
setFormatter(Formatter<VALUE> formatter)
This method sets the
formatter of this object. |
getContext, getParent, getSize
clearMessages
addEventHandler, removeEventHandler
setMode
getMode
setModeFixed
getModeFixed
setId
getId
setTooltip
getTooltip
getVisibleFlag, isVisible, setVisible, setVisible
isVisibleRecursive
setEnabled
isEnabled
addStyle, removeStyle
hasStyle
setStyles
getStyles
setPrimaryStyle
getPrimaryStyle
dispose
isDisposed
isModified
getAriaRole
validate
setOptions
getOptions
getFormatter
void setFormatter(Formatter<VALUE> formatter)
formatter
of this object. i18n
when implementing formatters.
ATTENTION:Formatter
has to be set before the options
are
set
in order to reflect this change.setFormatter
in interface AttributeWriteFormatter<VALUE>
formatter
- is the new Formatter
to set.FormatterToString
Copyright © 2001–2016 mmm-Team. All rights reserved.