Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

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

Deprecated.

@Deprecated
public class TableCell
extends AbstractTableCell

Simple table cell that supports displaying a string.

Author:
Razvan Caraghin
See Also:
Serialized Form

Constructor Summary
TableCell(String label)
          Deprecated.  
 
Method Summary
 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.
 
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

TableCell

public TableCell(String label)
Deprecated. 
Method Detail

getDisplayedValue

public Object getDisplayedValue()
Deprecated. 
Description copied from class: AbstractTableCell
Returns the displayed value contained by this cell.

Specified by:
getDisplayedValue in class AbstractTableCell
Returns:

setDisplayedValue

public void setDisplayedValue(Object value)
Deprecated. 
Description copied from class: AbstractTableCell
Sets the displayed value contained by this cell. Could be called by JSF in some cases to automatically store the changed value inside a cell.

Specified by:
setDisplayedValue in class AbstractTableCell

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.

Specified by:
getValue in class AbstractTableCell
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.

Specified by:
setValue in class AbstractTableCell

compareTo

public int compareTo(AbstractTableCell cell)
Deprecated. 

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.