This component retrieves displayable items dynamically.
It first retrieves a vector data (through the 'IterateOn' expression), and then retrieves individual items information by iterating on each item.
Attributes | ||
optional
String
|
IteratorVar |
The name of the item contextual bean. This bean is available at render-time only. Default: $item. |
Named Children Elements | ||
mandatory
binding.Expression |
IterateOn |
Gives a vector of items representing the items to render. |
optional
binding.Expression |
Value |
Computes the current item internal value. Supported types are String or numbers (any type). Supported contextual beans: $item |
optional
binding.Expression |
Text |
Computes the current item displayable text. Supported contextual beans: $item |
optional
binding.Expression |
Disabled |
Determines whether the current item is disabled. Supported contextual beans: $item |