IRISLIB database
All Classes Namespaces Functions Variables Pages
NodeInfo Class Reference

This is a server-side class used to provide information about nodes displayed within a <class>ZEN.Component.dynaTree</class> tree control component. More...

Inheritance diagram for NodeInfo:
Collaboration diagram for NodeInfo:

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

- Public Member Functions inherited from RegisteredObject
_.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...
 
- Static Public Attributes inherited from RegisteredObject
 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...
 

Detailed Description

This is a server-side class used to provide information about nodes displayed within a <class>ZEN.Component.dynaTree</class> tree control component.

Member Data Documentation

◆ expanded

expanded

Set this value to true if this node has children and it.

should be initially displayed as expanded.  

◆ hasChildren

hasChildren

Set this value to true if the current node has subnodes.

 

◆ icon

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

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

style

Optional CSS style applied to this item.

 

◆ text

text

Display value associated with this node.

This is what

is displayed within the control.  

◆ title

title

Optional tooltip displayed for this item.

 

◆ value

value

Optional logical value associated with this node.