|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface AbstractSelect.Filtering
Interface for option filtering, used to filter options based on user
entered value. The value is matched to the item caption.
FilteringMode.OFF
(0) turns the filtering off.
FilteringMode.STARTSWITH
(1) matches from the start of the
caption. FilteringMode.CONTAINS
(1) matches anywhere in the
caption.
Field Summary | |
---|---|
static com.vaadin.shared.ui.combobox.FilteringMode |
FILTERINGMODE_CONTAINS
Deprecated. As of 7.0, use FilteringMode.CONTAINS instead |
static com.vaadin.shared.ui.combobox.FilteringMode |
FILTERINGMODE_OFF
Deprecated. As of 7.0, use FilteringMode.OFF instead |
static com.vaadin.shared.ui.combobox.FilteringMode |
FILTERINGMODE_STARTSWITH
Deprecated. As of 7.0, use FilteringMode.STARTSWITH instead |
Method Summary | |
---|---|
com.vaadin.shared.ui.combobox.FilteringMode |
getFilteringMode()
Gets the current filtering mode. |
void |
setFilteringMode(com.vaadin.shared.ui.combobox.FilteringMode filteringMode)
Sets the option filtering mode. |
Field Detail |
---|
@Deprecated static final com.vaadin.shared.ui.combobox.FilteringMode FILTERINGMODE_OFF
FilteringMode.OFF
instead@Deprecated static final com.vaadin.shared.ui.combobox.FilteringMode FILTERINGMODE_STARTSWITH
FilteringMode.STARTSWITH
instead@Deprecated static final com.vaadin.shared.ui.combobox.FilteringMode FILTERINGMODE_CONTAINS
FilteringMode.CONTAINS
insteadMethod Detail |
---|
void setFilteringMode(com.vaadin.shared.ui.combobox.FilteringMode filteringMode)
filteringMode
- the filtering mode to usecom.vaadin.shared.ui.combobox.FilteringMode getFilteringMode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |