org.extremecomponents.table.cell
Class DateCell

java.lang.Object
  extended byorg.extremecomponents.table.cell.BaseCell
      extended byorg.extremecomponents.table.cell.DisplayCell
          extended byorg.extremecomponents.table.cell.DateCell
All Implemented Interfaces:
Cell

public class DateCell
extends DisplayCell

Visually represents a column that will be displayed with a Date format.

Author:
Jeff Johnston

Field Summary
 
Fields inherited from class org.extremecomponents.table.cell.BaseCell
column, EVEN, model, ODD, rowcount
 
Constructor Summary
DateCell()
           
 
Method Summary
 void init(TableModel model, Column column, java.lang.Integer rowcount)
          Format the Date so it can be displayed properly.
 
Methods inherited from class org.extremecomponents.table.cell.DisplayCell
html, value
 
Methods inherited from class org.extremecomponents.table.cell.BaseCell
destroy, endTD, isRowEven, isRowOdd, startTD
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateCell

public DateCell()
Method Detail

init

public void init(TableModel model,
                 Column column,
                 java.lang.Integer rowcount)
Format the Date so it can be displayed properly.

Specified by:
init in interface Cell
Overrides:
init in class BaseCell


Copyright © 2004 sourceforge. All Rights Reserved.