org.extremecomponents.table.cell
Class DisplayCell

java.lang.Object
  extended byorg.extremecomponents.table.cell.BaseCell
      extended byorg.extremecomponents.table.cell.DisplayCell
All Implemented Interfaces:
Cell
Direct Known Subclasses:
DateCell, NumberCell

public class DisplayCell
extends BaseCell

Will generate a simple cell to display.

Author:
Jeff Johnston

Field Summary
 
Fields inherited from class org.extremecomponents.table.cell.BaseCell
column, EVEN, model, ODD, rowcount
 
Constructor Summary
DisplayCell()
           
 
Method Summary
 java.lang.String html()
          Get the cell specific HTML
 java.lang.String value()
          Get the cell specific simple value
 
Methods inherited from class org.extremecomponents.table.cell.BaseCell
destroy, endTD, init, isRowEven, isRowOdd, startTD
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DisplayCell

public DisplayCell()
Method Detail

html

public java.lang.String html()
Description copied from class: BaseCell
Get the cell specific HTML

Specified by:
html in interface Cell
Specified by:
html in class BaseCell

value

public java.lang.String value()
Description copied from class: BaseCell
Get the cell specific simple value

Specified by:
value in interface Cell
Specified by:
value in class BaseCell


Copyright © 2004 sourceforge. All Rights Reserved.