@Deprecated public class TableCell extends AbstractTableCell
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(AbstractTableCell cell)
Deprecated.
|
Object |
getDisplayedValue()
Deprecated.
Returns the displayed value contained by this cell.
|
Object |
getValue()
Deprecated.
Gets the data structure that is contained by this cell.
|
void |
setDisplayedValue(Object value)
Deprecated.
Sets the displayed value contained by this cell.
|
void |
setValue(Object value)
Deprecated.
Sets the data structure that is kept in this cell.
|
getCellId, isDropable, setCellId, setDropablepublic TableCell(String label)
public Object getDisplayedValue()
AbstractTableCellgetDisplayedValue in class AbstractTableCellpublic void setDisplayedValue(Object value)
AbstractTableCellsetDisplayedValue in class AbstractTableCellpublic Object getValue()
AbstractTableCellgetValue in class AbstractTableCellpublic void setValue(Object value)
AbstractTableCellsetValue in class AbstractTableCellpublic int compareTo(AbstractTableCell cell)
Copyright © 2012 Nuxeo SA. All Rights Reserved.