org.openorb.board.shared.treetable
public class TableCell extends Object
Constructor Summary | |
---|---|
TableCell(int cellType, Object value)
Constructor |
Method Summary | |
---|---|
int | getCellType()
Get the type of this cell |
Object | getCellValue()
Get the value of this cell |
DataNode | getLinkedDataNode()
Get the linked datanode |
void | setCellType(int cellType)
Set the type of this cell |
void | setCellValue(Object value)
Set the value of this cell |
void | setLinkedDataNode(DataNode linkedDataNode)
Set the linked datanode |
String | toString()
Get the cell string representation |