Class NodeExpanderButton

java.lang.Object
com.orchestranetworks.addon.dmdv.template.bean.NodeElement
com.orchestranetworks.addon.dmdv.template.bean.NodeExpanderButton

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

    • NodeExpanderButton

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

    • 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.