java.lang.Object
org.controlsfx.control.spreadsheet.FilterBase
- All Implemented Interfaces:
Filter
A simple implementation of the
Filter. It will show all rows
available below it, and offer the possibility to sort and filter some row.-
Constructor Summary
ConstructorsConstructorDescriptionFilterBase(SpreadsheetView spv, int column) Constructor for the Filter indicating on which column it's applied on. -
Method Summary
Modifier and TypeMethodDescriptionReturn the MenuButton displayed into the bottom-right corner of the cell.
-
Constructor Details
-
FilterBase
Constructor for the Filter indicating on which column it's applied on.- Parameters:
spv-column-
-
-
Method Details
-
getMenuButton
Return the MenuButton displayed into the bottom-right corner of the cell. This method will be called whenever the user clicks on this Filter.- Specified by:
getMenuButtonin interfaceFilter- Returns:
- the MenuButton displayed into the bottom-right corner of the cell.
-