Controls Documentation

Controls  Complex Types  Show Hierarchies  Show Full Hierarchies 

Complex Type: xe:pageTreeNode

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

Description

Tree node that points to a page and manages the selected flag

Properties

Java

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


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
title, string
Title
Page title
Required Attribute false
Localizable true
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true
page, string
Page Name
Defines the name of the XPage to link to. Used to generates the link and to set the selection flag, if no selection formula is provided
Required Attribute false
Localizable false
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true
queryString, string
Query String
Defines an optional query string that will be appended to the URL
Required Attribute false
Localizable false
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true
selection, string
Selection RegExp
Selection Regular expression used to select this item
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