Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

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

Deprecated.

@Deprecated
public class DocModelTableCell
extends AbstractTableCell

A table cell that knows do display a property from a DocumentModel.

Author:
Razvan Caraghin
See Also:
Serialized Form

Constructor Summary
DocModelTableCell(DocumentModel doc, String schema, String property)
          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 o)
          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

DocModelTableCell

public DocModelTableCell(DocumentModel doc,
                         String schema,
                         String property)
Deprecated. 
Method Detail

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:

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 o)
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

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.