Nuxeo Enterprise Platform 5.4

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

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

Deprecated.

@Deprecated
public class GenericTableRow
extends java.lang.Object
implements java.io.Serializable

Author:
Razvan Caraghin
See Also:
Serialized Form

Constructor Summary
GenericTableRow(java.util.List<AbstractTableCell> cells)
          Deprecated.  
 
Method Summary
 java.util.List<AbstractTableCell> getCells()
          Deprecated.  
 TableRowId getRowId()
          Deprecated.  
 void setCells(java.util.List<AbstractTableCell> cells)
          Deprecated.  
 java.lang.String toString()
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GenericTableRow

public GenericTableRow(java.util.List<AbstractTableCell> cells)
Deprecated. 
Method Detail

getRowId

public TableRowId getRowId()
Deprecated. 

getCells

public java.util.List<AbstractTableCell> getCells()
Deprecated. 

setCells

public void setCells(java.util.List<AbstractTableCell> cells)
Deprecated. 

toString

public java.lang.String toString()
Deprecated. 
Overrides:
toString in class java.lang.Object

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.