Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

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

Deprecated.

@Deprecated
public abstract class AbstractTableCell
extends Object
implements Serializable, Comparable<AbstractTableCell>

This represents the root class of a table cell. It defines some standard methods that should be supported by any table cell.

Author:
Razvan Caraghin
See Also:
Serialized Form

Constructor Summary
AbstractTableCell()
          Deprecated.  
 
Method Summary
 String getCellId()
          Deprecated.  
abstract  Object getDisplayedValue()
          Deprecated. Returns the displayed value contained by this cell.
abstract  Object getValue()
          Deprecated. Gets the data structure that is contained by this cell.
 boolean isDropable()
          Deprecated.  
 void setCellId(String draggableId)
          Deprecated.  
abstract  void setDisplayedValue(Object value)
          Deprecated. Sets the displayed value contained by this cell.
 void setDropable(boolean dropable)
          Deprecated.  
abstract  void setValue(Object value)
          Deprecated. Sets the data structure that is kept in this cell.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Constructor Detail

AbstractTableCell

public AbstractTableCell()
Deprecated. 
Method Detail

getDisplayedValue

public abstract Object getDisplayedValue()
Deprecated. 
Returns the displayed value contained by this cell.

Returns:

setDisplayedValue

public abstract void setDisplayedValue(Object value)
Deprecated. 
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.

Parameters:
value -

getValue

public abstract Object getValue()
Deprecated. 
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.

Returns:

setValue

public abstract void setValue(Object value)
Deprecated. 
Sets the data structure that is kept in this cell. From this the displayed value can be computed.

Parameters:
value -

getCellId

public String getCellId()
Deprecated. 

setCellId

public void setCellId(String draggableId)
Deprecated. 

isDropable

public boolean isDropable()
Deprecated. 

setDropable

public void setDropable(boolean dropable)
Deprecated. 

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.