| 
Nuxeo Enterprise Platform 5.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuxeo.ecm.webapp.table.row.GenericTableRow
org.nuxeo.ecm.webapp.table.row.TableRow
@Deprecated public class TableRow
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.
| 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 | 
|---|
protected static final int NOT_COMPUTED
protected static final int NO_SELECTION
protected int selectionCellIndex
| Constructor Detail | 
|---|
protected TableRow()
            throws ClientException
ClientException
public TableRow(List<AbstractTableCell> cells)
         throws ClientException
ClientException| Method Detail | 
|---|
protected void computeCellSelectionIndex()
public boolean getSelected()
                    throws ClientException
ClientException
public SelectionTableCell getSelectionTableCell()
                                         throws ClientException
ClientExceptionpublic int getSelectionCellIndex()
  | 
Nuxeo Enterprise Platform 5.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||