Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.webapp.table.cell
Class DateTableCell

java.lang.Object
  extended by org.nuxeo.ecm.webapp.table.cell.AbstractTableCell
      extended by org.nuxeo.ecm.webapp.table.cell.TableCell
          extended by org.nuxeo.ecm.webapp.table.cell.DateTableCell
All Implemented Interfaces:
Serializable, Comparable<AbstractTableCell>

Deprecated.

@Deprecated
public class DateTableCell
extends TableCell

Author:
Razvan Caraghin
See Also:
Serialized Form

Constructor Summary
DateTableCell(String label, Date date)
          Deprecated.  
 
Method Summary
 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.
 
Methods inherited from class org.nuxeo.ecm.webapp.table.cell.TableCell
getDisplayedValue, setDisplayedValue
 
Methods inherited from class org.nuxeo.ecm.webapp.table.cell.AbstractTableCell
getCellId, isDropable, setCellId, setDropable
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateTableCell

public DateTableCell(String label,
                     Date date)
              throws ClientException
Deprecated. 
Throws:
ClientException
Method Detail

getDate

public Date getDate()
Deprecated. 

setDate

public void setDate(Date date)
Deprecated. 

compareTo

public int compareTo(AbstractTableCell cell)
Deprecated. 
Specified by:
compareTo in interface Comparable<AbstractTableCell>
Overrides:
compareTo in class TableCell

getValue

public Object getValue()
Deprecated. 
Description copied from class: AbstractTableCell
Gets the data structure that is contained by this cell. This data structure may be the displayed value or other structure from which the displayed balue can be computed.

Overrides:
getValue in class TableCell
Returns:

setValue

public void setValue(Object value)
Deprecated. 
Description copied from class: AbstractTableCell
Sets the data structure that is kept in this cell. From this the displayed value can be computed.

Overrides:
setValue in class TableCell

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.