Class FilterBase
java.lang.Object
org.controlsfx.control.spreadsheet.FilterBase
- All Implemented Interfaces:
Filter
-
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.MenuButtonReturn 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:
getMenuButtonin interfaceFilter- Returns:
- the MenuButton displayed into the bottom-right corner of the cell.
-