org.openorb.board.shared.treetable

Class TableCell

public class TableCell extends Object

Constructor Summary
TableCell(int cellType, Object value)
Constructor
Method Summary
intgetCellType()
Get the type of this cell
ObjectgetCellValue()
Get the value of this cell
DataNodegetLinkedDataNode()
Get the linked datanode
voidsetCellType(int cellType)
Set the type of this cell
voidsetCellValue(Object value)
Set the value of this cell
voidsetLinkedDataNode(DataNode linkedDataNode)
Set the linked datanode
StringtoString()
Get the cell string representation

Constructor Detail

TableCell

public TableCell(int cellType, Object value)
Constructor

Method Detail

getCellType

public int getCellType()
Get the type of this cell

getCellValue

public Object getCellValue()
Get the value of this cell

getLinkedDataNode

public DataNode getLinkedDataNode()
Get the linked datanode

setCellType

public void setCellType(int cellType)
Set the type of this cell

setCellValue

public void setCellValue(Object value)
Set the value of this cell

setLinkedDataNode

public void setLinkedDataNode(DataNode linkedDataNode)
Set the linked datanode

toString

public String toString()
Get the cell string representation