Modul de.rpgframework.javafx
Package de.rpgframework.jfx.cells
Klasse ComplexDataItemValueListCell.CellAction
java.lang.Object
org.controlsfx.control.action.Action
de.rpgframework.jfx.cells.ComplexDataItemValueListCell.CellAction
- Alle implementierten Schnittstellen:
EventListener,EventHandler<ActionEvent>
- Umschließende Klasse:
ComplexDataItemValueListCell<T extends ComplexDataItem,V extends ComplexDataItemValue<T>>
public class ComplexDataItemValueListCell.CellAction
extends org.controlsfx.control.action.Action
-
Eigenschaftsübersicht
Von Klasse geerbte Eigenschaften org.controlsfx.control.action.Action
accelerator, disabled, graphic, longText, selected, style, text -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungCellAction(String name, String icon, String tooltip, BiFunction<ComplexDataItemValueListCell<T, V>.CellAction, V, OperationResult<?>> handler) -
Methodenübersicht
Von Klasse geerbte Methoden 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
-
Konstruktordetails
-
CellAction
public CellAction(String name, String icon, String tooltip, BiFunction<ComplexDataItemValueListCell<T, V>.CellAction, V, OperationResult<?>> handler)
-
-
Methodendetails
-
executeAction
-