Nuxeo Enterprise Platform 5.3

org.nuxeo.ecm.webapp.table.row
Class TableRow

java.lang.Object
  extended by org.nuxeo.ecm.webapp.table.row.GenericTableRow
      extended by org.nuxeo.ecm.webapp.table.row.TableRow
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DocModelTableRow, UserPermissionsTableRow

Deprecated.

@Deprecated
public class TableRow
extends GenericTableRow

Base class for a table row. Defines a unique identifier that helps locate the row. A table model is initialized with list of table rows among other data.

Author:
Razvan Caraghin
See Also:
Serialized Form

Field Summary
protected static int NO_SELECTION
          Deprecated.  
protected static int NOT_COMPUTED
          Deprecated.  
protected  int selectionCellIndex
          Deprecated.  
 
Fields inherited from class org.nuxeo.ecm.webapp.table.row.GenericTableRow
cells, rowId
 
Constructor Summary
protected TableRow()
          Deprecated.  
  TableRow(List<AbstractTableCell> cells)
          Deprecated.  
 
Method Summary
protected  void computeCellSelectionIndex()
          Deprecated.  
 boolean getSelected()
          Deprecated. Says whether the row is selected or not.
 int getSelectionCellIndex()
          Deprecated. Returns the cell selection index.
 SelectionTableCell getSelectionTableCell()
          Deprecated. Returns the selection cell found on the row.
 
Methods inherited from class org.nuxeo.ecm.webapp.table.row.GenericTableRow
getCells, getRowId, setCells, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NOT_COMPUTED

protected static final int NOT_COMPUTED
Deprecated. 
See Also:
Constant Field Values

NO_SELECTION

protected static final int NO_SELECTION
Deprecated. 
See Also:
Constant Field Values

selectionCellIndex

protected int selectionCellIndex
Deprecated. 
Constructor Detail

TableRow

protected TableRow()
            throws ClientException
Deprecated. 
Throws:
ClientException

TableRow

public TableRow(List<AbstractTableCell> cells)
         throws ClientException
Deprecated. 
Throws:
ClientException
Method Detail

computeCellSelectionIndex

protected void computeCellSelectionIndex()
Deprecated. 

getSelected

public boolean getSelected()
                    throws ClientException
Deprecated. 
Says whether the row is selected or not.

Returns:
Throws:
ClientException

getSelectionTableCell

public SelectionTableCell getSelectionTableCell()
                                         throws ClientException
Deprecated. 
Returns the selection cell found on the row.

Returns:
Throws:
ClientException

getSelectionCellIndex

public int getSelectionCellIndex()
Deprecated. 
Returns the cell selection index. Computes the index if necessary.

Returns:

Nuxeo Enterprise Platform 5.3

Copyright © 2010 Nuxeo SAS. All Rights Reserved.