| Package | Description |
|---|---|
| com.orchestranetworks.addon.dmdv.template.bean |
Provides common classes to build a node template.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NodeDataTable
Defines a data table that displays data in a tabular form.
|
class |
NodeExpanderButton
Represents a button used to expand or collapse an element.
|
class |
NodeImage
Represents an image element.
|
class |
NodeIndicator
Represents an image for indicator.
|
class |
NodePanel
Defines an element that holds other elements.
|
class |
NodeTextBlock
Represents a text block that displays a text string in a given font size.
|
| Modifier and Type | Method and Description |
|---|---|
NodeElement |
NodeExpanderButton.getTargetElement()
Returns the target element controlled by this button.
|
| Modifier and Type | Method and Description |
|---|---|
List<NodeElement> |
NodePanel.getElements()
Returns the collection of the elements managed by this panel.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NodePanel.addElement(NodeElement elements)
Adds an element to this panel's element list.
|
void |
NodeExpanderButton.setTargetElement(NodeElement targetElement)
Sets the target element.
|