Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

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

Deprecated.

@Deprecated
public class SelectionTableCell
extends AbstractTableCell

A table cell that supports selections. Knows whether the table row it's part of is selected or not.

Author:
Razvan Caraghin
See Also:
Serialized Form

Constructor Summary
SelectionTableCell(Boolean selected)
          Deprecated.  
 
Method Summary
 int compareTo(AbstractTableCell cell)
          Deprecated.  
 Object getDisplayedValue()
          Deprecated. Returns the displayed value contained by this cell.
 Boolean getSelected()
          Deprecated.  
 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 setSelected(Boolean selected)
          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

SelectionTableCell

public SelectionTableCell(Boolean selected)
Deprecated. 
Method Detail

getSelected

public Boolean getSelected()
Deprecated. 

setSelected

public void setSelected(Boolean selected)
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:

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

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.