@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, setDisplayedValue
getCellId, isDropable, setCellId, setDropable
public DateTableCell(String label, Date date) throws ClientException
ClientException
public Date getDate()
public void setDate(Date date)
public int compareTo(AbstractTableCell cell)
compareTo
in interface Comparable<AbstractTableCell>
compareTo
in class TableCell
public Object getValue()
AbstractTableCell
public void setValue(Object value)
AbstractTableCell
Copyright © 2013 Nuxeo SA. All Rights Reserved.