org.extremecomponents.table.cell
Class FilterCell

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

public class FilterCell
extends BaseCell

A filter cell.

Author:
Jeff Johnston

Field Summary
 
Fields inherited from class org.extremecomponents.table.cell.BaseCell
column, EVEN, model, ODD, rowcount
 
Constructor Summary
FilterCell()
           
 
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

FilterCell

public FilterCell()
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.