public interface SelectManyBoxTagDeclaration extends HasId, IsDisabled, IsRendered, HasBinding, HasTip, IsReadonly, HasConverter, IsRequiredForSelect, HasMarkup, HasCurrentMarkup, HasLabel, HasValidator, HasOnchange, HasValueChangeListener, HasValidatorMessage, HasConverterMessage, HasRequiredMessageForSelect, HasTabIndex, IsFocus, IsGridLayoutComponent, Select2, HasPlaceholder
Modifier and Type | Method and Description |
---|---|
void |
setHideDropdown(String hideDropdown)
Hide the dropdown, this is only useful with allowCustom=true
|
void |
setTokenizer(String tokenizer)
A javascript callback that handles automatic tokenization of free-text entry.
|
void |
setTokenSeparators(String tokenSeparators)
The list of characters that should be used as token separators.
|
void |
setValue(String value)
The value of the multi select.
|
setDisabled
setRendered
setBinding
setTip
setReadonly
setConverter
setRequired
setMarkup
setCurrentMarkup
setLabel
setValidator
setOnchange
setValueChangeListener
setValidatorMessage
setConverterMessage
setRequiredMessage
setTabIndex
setFocus
setHeight, setWidth
setColumnSpan, setCurrentHeight, setCurrentWidth, setDisplay, setHorizontalIndex, setLeft, setMarginBottom, setMarginLeft, setMarginRight, setMarginTop, setMaximumHeight, setMaximumWidth, setMinimumHeight, setMinimumWidth, setPreferredHeight, setPreferredWidth, setRowSpan, setTop, setVerticalIndex
setAllowClear, setAllowCustom, setMatcher, setMaximumInputLength, setMaximumSelectionLength, setMinimumInputLength
setPlaceholder
void setValue(String value)
void setTokenizer(String tokenizer)
void setTokenSeparators(String tokenSeparators)
void setHideDropdown(String hideDropdown)
Copyright © 2002–2024 The Apache Software Foundation. All rights reserved.