Class ExpandItem<T extends org.tentackle.pdo.PersistentDomainObject<T>>

  • Type Parameters:
    T - the PDO type
    All Implemented Interfaces:
    javafx.css.Styleable, javafx.event.EventTarget, PdoTreeContextMenuItem<T>

    @PdoTreeContextMenuItemService(value=org.tentackle.pdo.PersistentDomainObject.class,
                                   ordinal=100)
    public class ExpandItem<T extends org.tentackle.pdo.PersistentDomainObject<T>>
    extends javafx.scene.control.MenuItem
    implements PdoTreeContextMenuItem<T>
    Menu item to expand this and all childnodes of a PDO.
    Author:
    harald
    • Field Summary

      • Fields inherited from class javafx.scene.control.MenuItem

        MENU_VALIDATION_EVENT
    • Constructor Summary

      Constructors 
      Constructor Description
      ExpandItem​(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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ExpandItem

        public ExpandItem​(PdoTreeCell<T> cell)
        Creates a menu item.
        Parameters:
        cell - the tree cell