Class NodeExpanderButton


  • public final class NodeExpanderButton
    extends NodeElement
    Represents a button used to expand or collapse an element.
    Since:
    1.2.0
    • Constructor Detail

      • NodeExpanderButton

        public NodeExpanderButton()
        Constructs a new NodePanelExpanderButton.
    • Method Detail

      • getTargetElement

        public NodeElement getTargetElement()
        Returns the target element controlled by this button.
      • setTargetElement

        public void setTargetElement​(NodeElement targetElement)
        Sets the target element.
        Parameters:
        targetElement - the element controlled by this button.