--
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 should be rendered or not (works in orphan/non orphan mode) |
EL / Boolean |
True/False |
True |
Optional |
|
renderRemoveBtn |
Whether or nor the default "Remove" button should be rendered or not (works in orphan/non orphan mode) |
EL / Boolean |
True/False |
True |
Optional |
|
renderCreateNewBtn |
Whether or nor the default "Create New" button should be rendered or not (only works in orphan mode) |
EL / Boolean |
True/False |
True |
Optional |
|
targetObject |
Allows to change the object that will be used to retrieve the bridge from |
EL / String |
EL |
#{viewBean.XEOObject} |
Optional |
|
renderFavoritesBtn |
Whether to render or not the favorites button (which is a listing of frequent selections from the current user for this bridge) |
EL / Boolean |
True / False |
False |
Optional |
|
renderOrderBridgeBtn |
Whether or not the order up and order down buttons should be rendered |
EL / Boolean |
True / False |
False |
Optional |
|