--
PedroRio - 10 Jun 2010
Bridge Component
The xeo:bridge component is used to render a grid with the relations of a given XEO Object, with other XEO Objects through a bridge between them.
XML Definition
<xeo:bridge>
.....
</xeo:bridge>
Properties
Property |
Description |
Type |
Possible Values |
Default Value |
Usage |
Example |
targetObject |
The target XEO Object (boObject) from which the bridge should be selected |
EL/ boObject |
|
#{viewBean.XEOObject} |
Required |
|
bridgeName |
The name of the bridge to select from the targetObject |
EL / String |
The name of a bridge within the targetObject |
|
Required |
|
listFavorites |
Property to override the default retrieval of favorites to display (allows to retrieve a list of BOUIs). It's only used if the toolbar is showing the favorites button |
EL / List<Long> |
A list of existing BOUIs |
|
Optional |
|
enableBridgeReorder |
Whether or not bridge ordering is activ |
EL / Boolean |
True / False |
|
Optional |
|
renderToolBar |
Whether or not the default BridgeToolBar should be rendered |
EL / Boolean |
True / False |
True |
Optional |
|
Extends from