public static interface AbstractSelect.Filtering extends Serializable
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.| Modifier and Type | Field and Description |
|---|---|
static FilteringMode |
FILTERINGMODE_CONTAINS
Deprecated.
As of 7.0, use
FilteringMode.CONTAINS instead |
static FilteringMode |
FILTERINGMODE_OFF
Deprecated.
As of 7.0, use
FilteringMode.OFF instead |
static FilteringMode |
FILTERINGMODE_STARTSWITH
Deprecated.
As of 7.0, use
FilteringMode.STARTSWITH instead |
| Modifier and Type | Method and Description |
|---|---|
FilteringMode |
getFilteringMode()
Gets the current filtering mode.
|
void |
setFilteringMode(FilteringMode filteringMode)
Sets the option filtering mode.
|
@Deprecated static final FilteringMode FILTERINGMODE_OFF
FilteringMode.OFF instead@Deprecated static final FilteringMode FILTERINGMODE_STARTSWITH
FilteringMode.STARTSWITH instead@Deprecated static final FilteringMode FILTERINGMODE_CONTAINS
FilteringMode.CONTAINS insteadvoid setFilteringMode(FilteringMode filteringMode)
filteringMode - the filtering mode to useFilteringMode getFilteringMode()
Copyright © 2017 Vaadin Ltd. All rights reserved.