--
JoaoQuintas - 23 Aug 2010
The component formLookup allows the usage of the list editor of XEO objects and with the possibility of choosing XEO objects. The associated bean is the
XEOBaseLookupList or any other class that extends from the
XEOBaseLookupList.
XML Definition
<xeo:formLookupList>
.....
</xeo:formLookupList>
Properties
Property |
Description |
Type |
Possible Values |
Default Value |
Usage |
Notes |
renderViewerTitle |
If the title of the viewer should be rendered |
EL / Boolean |
True/False |
True |
Optional |
|
renderWindow |
Whether the window to place the form should be rendered or not |
EL / Boolean |
True / False |
True |
Optional |
Recommended, do not change the value |
windowHeight |
The height of the window where the form is rendered |
EL / Integer |
Any positive value |
400 |
Optional |
|
windowWidth |
The width of the window where the form is rendered |
EL / Integer |
Any positive value |
600 |
Optional |
|
isBoObjectLookup |
Whether this lookup is showing a list of instances for a specific Model of for the genefic boObject |
EL / Boolean |
True / False |
EL #viewBean.boObjectLookup |
Required |
Value is always supplied by the bean |
Extends from