This is a server-side class used to provide information about nodes displayed within a <class>ZEN.Component.dynaTree</class> tree control component. More...
Public Attributes | |
expanded | |
Set this value to true if this node has children and it. More... | |
hasChildren | |
Set this value to true if the current node has subnodes. More... | |
icon | |
Optional URL for an icon to display for this node. More... | |
link | |
Optional URL associated with this node. More... | |
style | |
Optional CSS style applied to this item. More... | |
text | |
Display value associated with this node. More... | |
title | |
Optional tooltip displayed for this item. More... | |
value | |
Optional logical value associated with this node. More... | |
Additional Inherited Members | |
![]() | |
_.Library.Status | OnAddToSaveSet (_.Library.Integer depth, _.Library.Integer insert, _.Library.Integer callcount) |
This callback method is invoked when the current object is added to the SaveSet,. More... | |
_.Library.Status | OnClose () |
This callback method is invoked by the <METHOD>Close</METHOD> method to. More... | |
_.Library.Status | OnConstructClone (_.Library.RegisteredObject object, _.Library.Boolean deep, _.Library.String cloned) |
This callback method is invoked by the <METHOD>ConstructClone</METHOD> method to. More... | |
_.Library.Status | OnNew () |
This callback method is invoked by the <METHOD>New</METHOD> method to. More... | |
_.Library.Status | OnValidateObject () |
This callback method is invoked by the <METHOD>ValidateObject</METHOD> method to. More... | |
![]() | |
CAPTION = None | |
Optional name used by the Form Wizard for a class when generating forms. More... | |
JAVATYPE = None | |
The Java type to be used when exported. | |
PROPERTYVALIDATION = None | |
This parameter controls the default validation behavior for the object. More... | |
This is a server-side class used to provide information about nodes displayed within a <class>ZEN.Component.dynaTree</class> tree control component.
expanded |
Set this value to true if this node has children and it.
should be initially displayed as expanded.
hasChildren |
Set this value to true if the current node has subnodes.
icon |
Optional URL for an icon to display for this node.
If provided this overrides the general icons provided by the tree component. Note that if this node has children, then open and closed icons will not be used if this value is supplied.
For best results, this should be a 16x16 gif file with a transparent background.
link |
Optional URL associated with this node.
If provided,
then clicking on this node will cause the browser to go to this new link.
style |
Optional CSS style applied to this item.
text |
Display value associated with this node.
This is what
is displayed within the control.
title |
Optional tooltip displayed for this item.
value |
Optional logical value associated with this node.