com.itmill.toolkit.ui
Interface AbstractSelect.Filtering
- All Known Implementing Classes:
- ComboBox, Select
- Enclosing class:
- AbstractSelect
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.
FILTERINGMODE_OFF
static final int FILTERINGMODE_OFF
- See Also:
- Constant Field Values
FILTERINGMODE_STARTSWITH
static final int FILTERINGMODE_STARTSWITH
- See Also:
- Constant Field Values
FILTERINGMODE_CONTAINS
static final int FILTERINGMODE_CONTAINS
- See Also:
- Constant Field Values
setFilteringMode
void setFilteringMode(int filteringMode)
- Sets the option filtering mode.
- Parameters:
filteringMode - the filtering mode to use
getFilteringMode
int getFilteringMode()
- Gets the current filtering mode.
- Returns:
- the filtering mode in use
Copyright © 2000-2008 IT Mill Ltd. All Rights Reserved.