Tags:
create new tag
, view all tags
-- 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)
gridNavBar.PNG

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:menu text='Custom Menu'>  -->
         </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.

Notice: The GridNavBar component can have Menu components to render aditional menus in the ToolBar

Topic attachments
I Attachment Action Size DateSorted ascending Who Comment
Unknown file formatPNG gridNavBar.PNG manage 3.1 K 2011-02-09 - 14:19 NicolauGrosskopf  
Topic revision: r8 - 2011-12-15 - PedroRio
 

No permission to view TWiki.WebTopBar

This site is powered by the TWiki collaboration platform Powered by Perl

No permission to view TWiki.WebBottomBar