org.extremecomponents.tree.cell
Class TreeCell

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

public class TreeCell
extends BaseCell

Will generate a simple cell to display.

Author:
Jeff Johnston

Field Summary
(package private)  java.lang.String minus
           
static java.lang.String MINUS_IMAGE
           
(package private)  java.lang.String plus
           
static java.lang.String PLUS_IMAGE
           
 
Fields inherited from class org.extremecomponents.table.cell.BaseCell
column, EVEN, model, ODD, rowcount
 
Constructor Summary
TreeCell()
           
 
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
 

Field Detail

PLUS_IMAGE

public static final java.lang.String PLUS_IMAGE
See Also:
Constant Field Values

MINUS_IMAGE

public static final java.lang.String MINUS_IMAGE
See Also:
Constant Field Values

plus

java.lang.String plus

minus

java.lang.String minus
Constructor Detail

TreeCell

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