public interface Select2
Modifier and Type | Method and Description |
---|---|
void |
setAllowClear(String allowed)
Flag indicating that this select provides support for clearable selections.
|
void |
setAllowCustom(String allowed)
Flag indicating that this select enables free text responses.
|
void |
setMatcher(String matcher)
Javascript callback to handle custom search matching
This is a select2 feature and will force select2=true
|
void |
setMaximumInputLength(String allowed)
Maximum number of characters that may be provided for a search term.
|
void |
setMaximumSelectionLength(String allowed)
The maximum number of items that may be selected in a multi-select control.
|
void |
setMinimumInputLength(String allowed)
Minimum number of characters required to start a search.
|
void setAllowClear(String allowed)
void setAllowCustom(String allowed)
void setMatcher(String matcher)
void setMaximumInputLength(String allowed)
void setMinimumInputLength(String allowed)
void setMaximumSelectionLength(String allowed)
Copyright © 2002–2024 The Apache Software Foundation. All rights reserved.