The list component extends the GridPanel component as it's specially made to deal with list of XEO Objects.
XML Definition
<xeo:list> ..... </xeo:list>
Properties
Property | Description | Type | Possible Values | Default Value | Usage | Example |
---|---|---|---|---|---|---|
targetList | The list of XEO Objects to display | EL / (XEOObjectListConnector) | - | #{viewBean.targetList} | Required | |
renderToolBar | Whether or not the default ListToolBar should be rendered | EL / Boolean | True / False | True | Optional | |
renderIconColumn | Whether or not the column with the icon relative to each object type (XEOModel) should be rendered in the list | EL / Boolean | True / False | True | Optional |
Extends from
No permission to view TWiki.WebTopBar