Controls Documentation

Controls  Complex Types  Show Hierarchies  Show Full Hierarchies 

Complex Type: xp:dataContext

f:com.ibm.xsp.BaseComplexType
   xp:dataContextInterface
      xp:dataContext

Description

Provides a value using the specified request scope variable

Properties

Java

Java Class: com.ibm.xsp.model.DataContextImpl


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
var, string
var
Specifies the request scope variable name under which the data context will be exposed
Required Attribute true
Localizable false
Allow Runtime Binding false
Allow Load Time Binding true
Allow Non Binding true
value, generic
value
Specifies the current value of this data context
Required Attribute true
Localizable false
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true
rowIndex, int
Row Index
Specifies the zero-based index of the currently selected row
Required Attribute false
Localizable false
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true
indexVar, string
Index Variable
Specifies the request scope variable name under which the row index will be made visible
Required Attribute false
Localizable false
Allow Runtime Binding false
Allow Load Time Binding true
Allow Non Binding true