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.
  • Constructor Details

  • Method Details

    • getTableColumn

      public FilteredTableColumn<S,T> getTableColumn()
    • cancelFilter

      public void cancelFilter()
    • computeMaxWidth

      protected double computeMaxWidth(double height)
      Overrides:
      computeMaxWidth in class Control