Controls Documentation

Controls  Complex Types  Show Hierarchies  Show Full Hierarchies 

Complex Type: xe:viewIconColumn

f:com.ibm.xsp.BaseComplexType
   xe:viewIconColumn

Description

Icon column to display in a data view.

Properties

Java

Java Class: com.ibm.xsp.extlib.component.data.IconColumn


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
columnName, string
Column Name
The name of the data column to check in the view column.
Required Attribute false
Localizable false
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true
value, generic
value
Value that should match the column value to make the icon displayed
Required Attribute false
Localizable false
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true
icons, Collection of xe:iconEntry - com.ibm.xsp.extlib.component.image.IconEntry
Icons
Define the icon based on a value
Required Attribute false