Controls Documentation

Controls  Complex Types  Show Hierarchies  Show Full Hierarchies 

Control: xp:com.ibm.xsp.UIDataIterator

f:javax.faces.Component
   xp:com.ibm.xsp.UIDataIterator
      xe:dataView
      xe:forumView
      xp:repeat

Properties

Java

Java Class: com.ibm.xsp.component.UIDataIterator


basics

binding, object - javax.faces.component.UIComponent  [Inherited]
Control Binding
Specifies an expression that binds the control to a particular control property.
Required Attribute false
Localizable false
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding false
loaded, boolean  [Inherited]
Loaded
Specifies whether or not the control should be created when the page is loaded. Value defaults to 'true'.
Required Attribute false
Localizable false
Allow Runtime Binding false
Allow Load Time Binding true
Allow Non Binding true
id, string  [Inherited]
Control Identifier
Specifies the name identifier for the control. No two controls can have the same name identifier in a single page.
Required Attribute false
Localizable false
Allow Runtime Binding false
Allow Load Time Binding true
Allow Non Binding true
rendered, boolean  [Inherited]
Rendered Flag
Indicates whether or not the control should be displayed or processed on any subsequent form submission.
Required Attribute false
Localizable false
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true
rendererType, string  [Inherited]
Renderer Type
Identifies (with the "family" defined by the control) an appropriate renderer to encode and decode this control
Required Attribute false
Localizable false
Allow Runtime Binding false
Allow Load Time Binding true
Allow Non Binding true
removeRepeat, boolean
Remove Repeat
Specifies if the repeat should be removed after repeating it's child controls. Note: This only works if it repeats a single child which is a naming container.
Required Attribute false
Localizable false
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true
repeatControls, boolean
Repeat Controls
Specifies if the controls should be created multiple times or the single set of controls should be iterated over multiple times
Required Attribute false
Localizable false
Allow Runtime Binding false
Allow Load Time Binding true
Allow Non Binding true

data

value, generic
Value
Specifies the value which typically returns a collection, list or array which is used to iterate over repeating the children of the control for each iteration. This value is then typically used to supply the data to the repeating children.
Required Attribute true
Localizable false
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true
var, string
Var
Specifies the variable name under which row data is made available to children.
Required Attribute false
Localizable false
Allow Runtime Binding false
Allow Load Time Binding true
Allow Non Binding true
first, int
First Index
Specifies the (zero based) index of the first row of data to start iterating from
Required Attribute false
Localizable false
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true
rows, int
Rows to Process
Specifies the number of rows to iterate over, starting from the index. When this is not explicitly set, the default behavior depends on the value of the Repeat Controls property. When Repeat Controls is enabled, it defaults to processing all the rows, otherwise it will only process 30 rows.
Required Attribute false
Localizable false
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true
indexVar, string
Index Var
Specifies the variable name under which the row index is made available to its children
Required Attribute false
Localizable false
Allow Runtime Binding false
Allow Load Time Binding true
Allow Non Binding true

styling

disableTheme, boolean  [Inherited]
Disable Theme
A flag used to determine if the theme should be applied to this control.
Required Attribute false
Localizable false
Allow Runtime Binding false
Allow Load Time Binding true
Allow Non Binding true
themeId, string  [Inherited]
Theme Id
The theme id that should be used to set the component properties when a theme is applied
Required Attribute false
Localizable false
Allow Runtime Binding false
Allow Load Time Binding true
Allow Non Binding true