Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

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

Deprecated.

@Deprecated
public class UserTableCell
extends AbstractTableCell

Author:
Olivier Grisel
See Also:
Serialized Form

Constructor Summary
UserTableCell(String user)
          Deprecated.  
UserTableCell(String user, String type)
          Deprecated.  
 
Method Summary
 int compareTo(AbstractTableCell cell)
          Deprecated.  
 Object getDisplayedValue()
          Deprecated. Returns the displayed value contained by this cell.
 String getType()
          Deprecated.  
 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 setType(String type)
          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.AbstractTableCell
getCellId, isDropable, setCellId, setDropable
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserTableCell

public UserTableCell(String user)
Deprecated. 

UserTableCell

public UserTableCell(String user,
                     String type)
Deprecated. 
Method Detail

getType

public String getType()
Deprecated. 

setType

public void setType(String type)
Deprecated. 

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

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

compareTo

public int compareTo(AbstractTableCell cell)
Deprecated. 

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.