Uses of Class
com.orchestranetworks.addon.dmdv.template.bean.NodeElement
-
Packages that use NodeElement Package Description com.orchestranetworks.addon.dmdv.template.bean Provides common classes to build a node template. -
-
Uses of NodeElement in com.orchestranetworks.addon.dmdv.template.bean
Subclasses of NodeElement in com.orchestranetworks.addon.dmdv.template.bean Modifier and Type Class Description classNodeDataTableDefines a data table that displays data in a tabular form.classNodeExpanderButtonRepresents a button used to expand or collapse an element.classNodeImageRepresents an image element.classNodeIndicatorRepresents an image for indicator.classNodePanelDefines an element that holds other elements.classNodeTextBlockRepresents a text block that displays a text string in a given font size.Methods in com.orchestranetworks.addon.dmdv.template.bean that return NodeElement Modifier and Type Method Description NodeElementNodeExpanderButton. getTargetElement()Returns the target element controlled by this button.Methods in com.orchestranetworks.addon.dmdv.template.bean that return types with arguments of type NodeElement Modifier and Type Method Description java.util.List<NodeElement>NodePanel. getElements()Returns the collection of the elements managed by this panel.Methods in com.orchestranetworks.addon.dmdv.template.bean with parameters of type NodeElement Modifier and Type Method Description voidNodePanel. addElement(NodeElement elements)Adds an element to this panel's element list.voidNodeExpanderButton. setTargetElement(NodeElement targetElement)Sets the target element.
-