--
PedroRio - 02 Apr 2010
GridNavBar Component (XVW Component)
The
GridNavBar component allows to define the operations available in a
GridPanel (which includs, by default, Text search, Export to PDF and to Excel)
The use of a
GridNavBar should be done in a
GridPanel, like the following example (in which the export to PDF is disabled):
<xvw:gridPanel>
<xvw:gridNavBar showExportToPDF='false'>
</xvw:gridNavBar>
</xvw:gridPanel>
Tha list of the
GridNavBar options is the folloing:
Property |
Description |
Type |
Usage |
Possible Values |
Default Value |
Notes |
showFullTextSearch |
Whether or not the full text search box is rendered |
EL/Boolean |
Optional |
True/False |
True |
|
showExportToExcel |
Whether or not the 'Export to Excel' button is rendered |
EL/Boolean |
Optional |
True/False |
True |
|
showExportToPDF |
Whether or not the 'Export to PDF' button is rendered |
EL/Boolean |
Optional |
True/False |
True |
|
The
GridNavBar can only be declared as a child of a
GridPanel.