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

public class SouthFilter<S,T> extends HBox
A container that can be placed in the south node of a FilteredTableColumn. Includes a FilterEditor allowing filtering the column by adding text to it or by selecting an item from the popup list. It also includes a MenuButton that when displayed shows possible operators that will be applied to perform the search See TableColumn2.southNodeProperty()