org.extremecomponents.table.cell
Class PageCell

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

public class PageCell
extends BaseCell

A pagination cell.

Author:
Jeff Johnston

Field Summary
 
Fields inherited from class org.extremecomponents.table.cell.BaseCell
column, EVEN, model, ODD, rowcount
 
Constructor Summary
PageCell()
           
 
Method Summary
 java.lang.String html()
          Get the cell specific HTML
 void init(TableModel model, Column column, java.lang.Integer rowcount)
          Need to get the additional parameters that will be passed when paging through the pages.
 void initCustom(java.lang.String name, int page, boolean selected)
           
 java.lang.String value()
          Get the cell specific simple 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

PageCell

public PageCell()
Method Detail

init

public void init(TableModel model,
                 Column column,
                 java.lang.Integer rowcount)
Need to get the additional parameters that will be passed when paging through the pages.

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

initCustom

public void initCustom(java.lang.String name,
                       int page,
                       boolean selected)

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.