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

Packages that use AbstractTable
org.openfaces.component.table   
 

Uses of AbstractTable in org.openfaces.component.table
 

Subclasses of AbstractTable in org.openfaces.component.table
 class DataTable
          The DataTable component is used to display data in a tabular format and effectively manipulate it.
 class TreeTable
          The TreeTable component is used to display hierarchical data in a tabular format.
 

Methods in org.openfaces.component.table that return AbstractTable
 AbstractTable AbstractTableSelection.getTable()
           
 AbstractTable BaseColumn.getTable()
           
 AbstractTable DynamicColumn.getTable()
           
 AbstractTable TableDataModel.getTable()
           
 

Methods in org.openfaces.component.table with parameters of type AbstractTable
 java.lang.String Cell.getStyleClassForCell(FacesContext context, AbstractTable table, int columnIndex, java.lang.String columnId)
           
 java.lang.String Row.getStyleClassForRow(FacesContext context, AbstractTable table)
           
 void AbstractTableSelection.setTable(AbstractTable table)
           
 void TableDataModel.setTable(AbstractTable table)
           
 

Constructors in org.openfaces.component.table with parameters of type AbstractTable
TableDataModel(AbstractTable table)
           
 



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