- java.lang.Object
-
- org.controlsfx.control.action.Action
-
- com.iamsoft.util.ui.javafx.action.FixTableRowsAction
-
- All Implemented Interfaces:
EventListener
,javafx.event.EventHandler<javafx.event.ActionEvent>
public class FixTableRowsAction extends org.controlsfx.control.action.Action
-
-
Constructor Summary
Constructors Constructor Description FixTableRowsAction(javafx.scene.control.TableView<?> pTable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<Object>
getFixedRowObjects()
-
Methods inherited from class org.controlsfx.control.action.Action
acceleratorProperty, disabledProperty, getAccelerator, getEventHandler, getGraphic, getLongText, getProperties, getStyle, getStyleClass, getText, graphicProperty, handle, isDisabled, isSelected, lock, longTextProperty, selectedProperty, setAccelerator, setDisabled, setEventHandler, setGraphic, setLongText, setSelected, setStyle, setText, styleProperty, textProperty
-
-
-
-
Field Detail
-
FIX_ROW
public static final String FIX_ROW
- See Also:
- Constant Field Values
-
FIX_ROWS
public static final String FIX_ROWS
- See Also:
- Constant Field Values
-
UNFIX_ROW
public static final String UNFIX_ROW
- See Also:
- Constant Field Values
-
UNFIX_ROWS
public static final String UNFIX_ROWS
- See Also:
- Constant Field Values
-
-