--
PedroRio - 09 Jul 2010
The
BridgeToolBar component is used to define a new toolbar under a Bridge component.
XML Definition
<xeo:bridgeToolBar bridgeName="BRIDGE_NAME>
</xeo:bridgeToolBar>
Components from which the BridgeToolBar extends
Components that extend the BridgeToolBar
Property Name |
Description |
Type |
Possible values |
Default value |
Usage |
Notes |
bridgeName |
The name of the bridge to where the toolbar is connected |
String |
String (name of a bridge in the XEO Object) |
|
Required |
|
renderAddBtn |
Whether or nor the default "Add" button shoud be rendered or not |
Boolean |
True/False |
True |
Optional |
|
renderRemoveBtn |
Whether or nor the default "Remove" button shoud be rendered or not |
Boolean |
True/False |
True |
Optional |
|
renderCreateNewBtn |
Whether or nor the default "Create New" button shoud be rendered or not |
Boolean |
True/False |
True |
Optional |
|
targetObject |
Allows to change the object that will be used to retrieve the bridge from |
String |
EL |
#{viewBean.XEOObject} |
Optional |
|