Class NodeExpanderButton
java.lang.Object
com.orchestranetworks.addon.dmdv.template.bean.NodeElement
com.orchestranetworks.addon.dmdv.template.bean.NodeExpanderButton
Represents a button used to expand or collapse an element.
- Since:
- 1.2.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the target element controlled by this button.void
setTargetElement
(NodeElement targetElement) Sets the target element.Methods inherited from class com.orchestranetworks.addon.dmdv.template.bean.NodeElement
getAlignment, getBackgroundColor, getBindingValuesPublic, getElementType, getHeight, getMargin, getMargin, getName, getWidth, setAlignment, setBackgroundColor, setHeight, setMargin, setName, setWidth
-
Constructor Details
-
NodeExpanderButton
public NodeExpanderButton()Constructs a newNodePanelExpanderButton
.
-
-
Method Details
-
getTargetElement
Returns the target element controlled by this button. -
setTargetElement
Sets the target element.- Parameters:
targetElement
- the element controlled by this button.
-