Class FilterEditor<S,​T>

  • Type Parameters:
    S - Type of the objects contained within the FilteredTableView items list.
    T - Type of the content to be filtered, which is similar to the type of cells contained in the FilteredTableColumn.
    All Implemented Interfaces:
    Styleable, EventTarget, Skinnable

    public class FilterEditor<S,​T>
    extends ComboBox<T>
    The FilterEditor allows filtering the column by adding text to its editor or by selecting an item from the popup list.