Module org.controlsfx.controls
Package org.controlsfx.control.tableview2.filter.popupfilter
-
Class Summary Class Description PopupFilter<S,T> A popup control containing aTextField
to filter data in aFilteredTableView
.PopupNumberFilter<S,T extends Number> PopupFilter to be used onTableColumn
containing cells of Number type.PopupStringFilter<S,T> PopupFilter to be used onFilteredTableView
containing cells of String type.