org.extremecomponents.table.cell
Class HeaderCell

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

public class HeaderCell
extends BaseCell

A header cell.

Author:
Jeff Johnston

Field Summary
 
Fields inherited from class org.extremecomponents.table.cell.BaseCell
column, EVEN, model, ODD, rowcount
 
Constructor Summary
HeaderCell()
           
 
Method Summary
 void destroy()
          Destroy the objects set up in the init() method.
 java.lang.String html()
          Get the cell specific HTML
 void init(TableModel model, Column column, java.lang.Integer rowcount)
          Account for the fact that we have to sort.
 java.lang.String value()
          Get the cell specific simple value
 
Methods inherited from class org.extremecomponents.table.cell.BaseCell
endTD, isRowEven, isRowOdd, startTD
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HeaderCell

public HeaderCell()
Method Detail

init

public void init(TableModel model,
                 Column column,
                 java.lang.Integer rowcount)
Account for the fact that we have to sort.

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

destroy

public void destroy()
Description copied from class: BaseCell
Destroy the objects set up in the init() method.

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

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.