Uses of Interface
org.extremecomponents.table.cell.Cell

Packages that use Cell
org.extremecomponents.table.cell   
org.extremecomponents.table.model   
org.extremecomponents.tree.cell   
 

Uses of Cell in org.extremecomponents.table.cell
 

Classes in org.extremecomponents.table.cell that implement Cell
 class BaseCell
          Some of the common things that a cell needs to do.
 class DateCell
          Visually represents a column that will be displayed with a Date format.
 class DisplayCell
          Will generate a simple cell to display.
 class FilterCell
          A filter cell.
 class HeaderCell
          A header cell.
 class NumberCell
          Visually represents a column that will be displayed with a custom number format.
 class PageCell
          A pagination cell.
 

Uses of Cell in org.extremecomponents.table.model
 

Methods in org.extremecomponents.table.model that return Cell
 Cell TableModel.getCachedCell(java.lang.Class classDefinition)
          A simple implementation of a cache so that do not have to keep loading up the same eXtremeTable
 

Methods in org.extremecomponents.table.model with parameters of type Cell
 java.lang.String ProcessGroupColumn.process(TableModel model, Column column, Cell cell, java.lang.String method)
           
 java.lang.String ProcessGroupColumn.getGroupHtml(Column column, Cell cell, java.lang.String html)
          If this column is grouped then show the only the tags.
 java.lang.String ProcessDefaultColumn.process(TableModel model, Column column, Cell cell, java.lang.String method)
           
 java.lang.String ProcessColumn.process(TableModel model, Column column, Cell cell, java.lang.String method)
           
 

Uses of Cell in org.extremecomponents.tree.cell
 

Classes in org.extremecomponents.tree.cell that implement Cell
 class TreeCell
          Will generate a simple cell to display.
 



Copyright © 2004 sourceforge. All Rights Reserved.