@Deprecated public class DateTableCell extends TableCell
| Constructor and Description |
|---|
DateTableCell(String label,
Date date)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(AbstractTableCell cell)
Deprecated.
|
Date |
getDate()
Deprecated.
|
Object |
getValue()
Deprecated.
Gets the data structure that is contained by this cell.
|
void |
setDate(Date date)
Deprecated.
|
void |
setValue(Object value)
Deprecated.
Sets the data structure that is kept in this cell.
|
getDisplayedValue, setDisplayedValuegetCellId, isDropable, setCellId, setDropablepublic DateTableCell(String label, Date date) throws ClientException
ClientExceptionpublic Date getDate()
public void setDate(Date date)
public int compareTo(AbstractTableCell cell)
compareTo in interface Comparable<AbstractTableCell>compareTo in class TableCellpublic Object getValue()
AbstractTableCellpublic void setValue(Object value)
AbstractTableCellCopyright © 2013 Nuxeo SA. All Rights Reserved.