components with common operations regarding the edition of the XEO Objects. It has a set of buttons associated to operations like, save, save and close, delete, etc.
Property |
Description |
Type |
Possible Values |
Default Value |
Usage |
Example |
Notes |
renderConfirmBtn |
Whether or not the "Confirm" button is rendered |
EL/Boolean |
True/False |
True |
Optional |
|
This property can only be used in a form while editing an orphan object |
renderCancelBtn |
Whether or not the "Cancel button" is rendered (See Note "b)") |
EL/Boolean |
True/False |
True |
Optional |
|
This property can only be used in a form while editing an orphan object |
targetObject |
The target boObject for the buttons in the toolbar |
EL / boObject |
|
#{viewBean.XEOObject} |
Required |
|
|
renderUpdateBtn |
Whether or not he "save" button is rendered |
EL / Boolean |
True / False |
True |
Optional |
|
|
renderUpdateAndCloseBtn |
Whether or not the "save and close" button is rendered |
EL / Boolean |
True / False |
True |
Optional |
|
|
renderUpdateAndCreateNewBtn |
Whether or nor the "save and create new" button is rendered |
EL / Boolean |
True / False |
True |
Optional |
|
|
renderDestroyBtn |
Whether or not the "delete" button is rendered |
EL / Boolean |
True / False |
True |
Optional |
|
|
renderValidateBtn |
Whether or not the "validate" button is rendered |
EL / Boolean |
True / False |
True |
Optional |
|
|
renderCloneBtn |
Whether or not the "duplicate" button is rendered |
EL / Boolean |
True / False |
False |
Optional |
|
|
renderObjectMethodBtns |
Whether or not to render buttons with all the Methods in the targetObject |
EL / Boolean |
True / False |
True |
Optional |
|
|
renderPropertiesBtn |
Whether or not the "View Object Properties" menu, under the "Information" is rendered |
EL / Boolean |
True / False |
False |
Optional |
|
When this options is true, an "Information" menu is automatically created it it does not exist |
renderDependentsBtn |
Whether or not the "View Dependents" menu, under the "Information" menu is rendered |
EL / Boolean |
True / False |
False |
Optional |
|
When this options is true, an "Information" menu is automatically created it it does not exist |
renderDependenciesBtn |
Whether or not the "View Dependencies" menu, under the "Information" menu is rendered |
EL / Boolean |
True / False |
False |
Optional |
|
When this options is true, an "Information" menu is automatically created it it does not exist |
renderListVersionBtn |
Whether or not the "List Versions" menu, under the "Information" menu is rendered (See Note "c)") |
EL / Boolean |
True / False |
False |
Optional |
|
When this options is true, an "Information" menu is automatically created it it does not exist |
renderHTMLBtn |
Whether or not the "Export Form as HTML" is rendered inside an "Export" Menu |
EL / Boolean |
True / False |
False |
Optional |
|
When this options is true, an "Export" menu is automatically created it it does not exist |
renderPdfBtn |
Whether or not the "Export Form as PDF" is rendered inside an "Export" Menu" |
EL / Boolean |
True / False |
False |
Optional |
|
When this options is true, an "Export" menu is automatically created it it does not exist |
renderExcelBtn |
Whether or the "Export Form as Excel" is rendered inside an "Export" Menu |
EL / Boolean |
True / False |
False |
Optional |
|
When this options is true, an "Export" menu is automatically created it it does not exist |