Controls Documentation

Controls  Complex Types  Show Hierarchies  Show Full Hierarchies 

Complex Type: xe:userTreeNode

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

Description

Tree node that displays the current user

Properties

Java

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


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

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