Module org.tentackle.fx.rdc
Package org.tentackle.fx.rdc.contextmenu
Class ViewItem<T extends PersistentDomainObject<T>>
- java.lang.Object
-
- javafx.scene.control.MenuItem
-
- org.tentackle.fx.rdc.contextmenu.ViewItem<T>
-
- Type Parameters:
T- the PDO type
- All Implemented Interfaces:
javafx.css.Styleable,javafx.event.EventTarget,PdoTableContextMenuItem<T>,PdoTreeContextMenuItem<T>
@PdoTreeContextMenuItemService(value=org.tentackle.pdo.PersistentDomainObject.class, ordinal=140) @PdoTableContextMenuItemService(value=org.tentackle.pdo.PersistentDomainObject.class, ordinal=140) public class ViewItem<T extends PersistentDomainObject<T>> extends javafx.scene.control.MenuItem implements PdoTreeContextMenuItem<T>, PdoTableContextMenuItem<T>
Menu item to view a PDO.- Author:
- harald
-
-
Constructor Summary
Constructors Constructor Description ViewItem(PdoTableCell<?,T> cell)ViewItem(PdoTreeCell<T> cell)Creates a menu item.
-
Method Summary
-
Methods inherited from class javafx.scene.control.MenuItem
acceleratorProperty, addEventHandler, buildEventDispatchChain, disableProperty, fire, getAccelerator, getCssMetaData, getGraphic, getId, getOnAction, getOnMenuValidation, getParentMenu, getParentPopup, getProperties, getPseudoClassStates, getStyle, getStyleableNode, getStyleableParent, getStyleClass, getText, getTypeSelector, getUserData, graphicProperty, idProperty, isDisable, isMnemonicParsing, isVisible, mnemonicParsingProperty, onActionProperty, onMenuValidationProperty, parentMenuProperty, parentPopupProperty, removeEventHandler, setAccelerator, setDisable, setGraphic, setId, setMnemonicParsing, setOnAction, setOnMenuValidation, setParentMenu, setParentPopup, setStyle, setText, setUserData, setVisible, styleProperty, textProperty, toString, visibleProperty
-
-
-
-
Constructor Detail
-
ViewItem
public ViewItem(PdoTreeCell<T> cell)
Creates a menu item.- Parameters:
cell- the tree cell
-
ViewItem
public ViewItem(PdoTableCell<?,T> cell)
-
-