Uses of Class
org.openfaces.component.table.DataTable

Packages that use DataTable
org.openfaces.component.table   
org.openfaces.renderkit.table This package is only for internal usage from within the OpenFaces library. 
 

Uses of DataTable in org.openfaces.component.table
 

Methods in org.openfaces.component.table that return DataTable
 DataTable DataTablePaginator.getTable()
           
 DataTable DataTablePaginator.getTable()
           
 

Methods in org.openfaces.component.table with parameters of type DataTable
 void DataTablePaginatorAction.execute(DataTable table)
           
 void DataTablePaginatorAction.execute(DataTable table)
           
 

Uses of DataTable in org.openfaces.renderkit.table
 

Methods in org.openfaces.renderkit.table with parameters of type DataTable
 boolean DataTablePaginatorRenderer.canSelectFirstPage(DataTable table)
           
static boolean DataTablePaginatorRenderer.canSelectLastPage(DataTable table)
           
static boolean DataTablePaginatorRenderer.canSelectNextPage(DataTable table)
           
static boolean DataTablePaginatorRenderer.canSelectPreviousPage(DataTable table)
           
 void SelectPreviousPageAction.execute(DataTable table)
           
 void SelectPageNoAction.execute(DataTable table)
           
 void SelectNextPageAction.execute(DataTable table)
           
 void SelectLastPageAction.execute(DataTable table)
           
 void SelectFirstPageAction.execute(DataTable table)
           
static void DataTablePaginatorRenderer.executePaginationAction(javax.faces.context.FacesContext context, DataTable table, java.lang.String actionStr)
           
 



Copyright © 1998-2010 TeamDev Ltd. All Rights Reserved.