Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

Constructor Summary
TableRow(List<AbstractTableCell> cells)
          Deprecated.  
 
Method Summary
 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TableRow

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

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 ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.