Controls Documentation

Controls  Complex Types  Show Hierarchies  Show Full Hierarchies 

Complex Type: xe:basicContainerNode

f:com.ibm.xsp.BaseComplexType
   xe:com.ibm.xsp.extlib.tree.ITreeNode
      xe:com.ibm.xsp.extlib.tree.complex.BasicComplexTreeNode
         xe:basicLeafNode
            xe:basicContainerNode

Description

Basic container tree node

Properties

Java

Java Class: com.ibm.xsp.extlib.tree.complex.ComplexContainerTreeNode


loaded, boolean  [Inherited]
Loaded
Specifies whether or not the tag instance should be created when the page is loading. Value defaults to 'true'.
Required Attribute false
Localizable false
Allow Runtime Binding false
Allow Load Time Binding true
Allow Non Binding true
label, string  [Inherited]
Label
Node label
Required Attribute false
Localizable true
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true
image, string  [Inherited]
Image
Icon being displayed
Required Attribute false
Localizable false
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true
role, string  [Inherited]
Role
Role
Required Attribute false
Localizable false
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true
rendered, boolean  [Inherited]
Rendered
Indicates if the node should be rendered
Required Attribute false
Localizable false
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true
enabled, boolean  [Inherited]
Enabled
Indicates if the node is enabled
Required Attribute false
Localizable false
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true
selected, boolean  [Inherited]
Selected
Indicates if the node is selected
Required Attribute false
Localizable false
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true
href, string  [Inherited]
HRef
URL reference
Required Attribute false
Localizable false
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true
onClick, string  [Inherited]
OnClick
On click event
Required Attribute false
Localizable false
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true
submitValue, string  [Inherited]
Submitted Value
Value submitted by the event to the server
Required Attribute false
Localizable false
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true
transparent, boolean
Transparent
Indicates if the container is transparent, meaning that it doesn't show as a node but only shows it children.
Required Attribute false
Localizable false
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true
children, Collection of xe:com.ibm.xsp.extlib.tree.ITreeNode - com.ibm.xsp.extlib.tree.ITreeNode
Children
Children nodes
Required Attribute false

styling

style, string  [Inherited]
CSS Styles
Specifies CSS style(s) to be applied when this control is rendered.
Required Attribute false
Localizable false
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true
styleClass, string  [Inherited]
CSS Style Classes
Specifies the space-separated list of CSS style class(es) to be applied when this control is rendered. This value must be passed through as the "class" attribute on generated markup.
Required Attribute false
Localizable false
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true