Nuxeo Enterprise Platform 5.4

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

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

Deprecated.

@Deprecated
public class PermissionsTableCell
extends AbstractTableCell

Author:
Olivier Grisel
See Also:
Serialized Form

Constructor Summary
PermissionsTableCell(java.lang.String user, java.util.List<java.lang.String> permissions)
          Deprecated.  
 
Method Summary
 int compareTo(AbstractTableCell o)
          Deprecated.  
 java.lang.Object getDisplayedValue()
          Deprecated. Returns the displayed value contained by this cell.
 java.lang.Object getValue()
          Deprecated. Gets the data structure that is contained by this cell.
 void setDisplayedValue(java.lang.Object o)
          Deprecated. Sets the displayed value contained by this cell.
 void setValue(java.lang.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

PermissionsTableCell

public PermissionsTableCell(java.lang.String user,
                            java.util.List<java.lang.String> permissions)
Deprecated. 
Method Detail

getValue

public java.lang.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(java.lang.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 java.lang.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(java.lang.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 o)
Deprecated. 

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.