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 TypeMethodDescriptionjavafx.scene.control.MenuButton
Return 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
public javafx.scene.control.MenuButton 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:
getMenuButton
in interfaceFilter
- Returns:
- the MenuButton displayed into the bottom-right corner of the cell.
-