Interface AbstractSelect.Filtering

  • All Superinterfaces:
    Serializable
    All Known Implementing Classes:
    ComboBox, Select
    Enclosing class:
    AbstractSelect

    @Deprecated
    public static interface AbstractSelect.Filtering
    extends Serializable
    Deprecated.
    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.