- java.lang.Object
-
- org.controlsfx.control.spreadsheet.FilterBase
-
-
Constructor Summary
Constructors Constructor Description FilterBase(SpreadsheetView spv, int column)
Constructor for the Filter indicating on which column it's applied on.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MenuButton
getMenuButton()
Return the MenuButton displayed into the bottom-right corner of the cell.
-
-
-
Constructor Detail
-
FilterBase
public FilterBase(SpreadsheetView spv, int column)
Constructor for the Filter indicating on which column it's applied on.- Parameters:
spv
-column
-
-
-
Method Detail
-
getMenuButton
public 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.
-
-