Nuxeo Enterprise Platform 5.4

Uses of Class
org.nuxeo.ecm.webapp.table.cell.AbstractTableCell

Packages that use AbstractTableCell
org.nuxeo.ecm.webapp.table.cell   
org.nuxeo.ecm.webapp.table.row   
 

Uses of AbstractTableCell in org.nuxeo.ecm.webapp.table.cell
 

Subclasses of AbstractTableCell in org.nuxeo.ecm.webapp.table.cell
 class DateTableCell
          Deprecated. 
 class DocModelTableCell
          Deprecated. 
 class IconTableCell
          Deprecated. 
 class PermissionsTableCell
          Deprecated. 
 class SelectionTableCell
          Deprecated. 
 class TableCell
          Deprecated. 
 class UserTableCell
          Deprecated. 
 

Methods in org.nuxeo.ecm.webapp.table.cell with parameters of type AbstractTableCell
 int UserTableCell.compareTo(AbstractTableCell cell)
          Deprecated.  
 int TableCell.compareTo(AbstractTableCell cell)
          Deprecated.  
 int SelectionTableCell.compareTo(AbstractTableCell cell)
          Deprecated.  
 int PermissionsTableCell.compareTo(AbstractTableCell o)
          Deprecated.  
 int DocModelTableCell.compareTo(AbstractTableCell cell)
          Deprecated.  
 int DateTableCell.compareTo(AbstractTableCell cell)
          Deprecated.  
 

Uses of AbstractTableCell in org.nuxeo.ecm.webapp.table.row
 

Methods in org.nuxeo.ecm.webapp.table.row that return types with arguments of type AbstractTableCell
 java.util.List<AbstractTableCell> GenericTableRow.getCells()
          Deprecated.  
 

Method parameters in org.nuxeo.ecm.webapp.table.row with type arguments of type AbstractTableCell
 void GenericTableRow.setCells(java.util.List<AbstractTableCell> cells)
          Deprecated.  
 

Constructor parameters in org.nuxeo.ecm.webapp.table.row with type arguments of type AbstractTableCell
DocModelTableRow(DocumentModel document, java.util.List<AbstractTableCell> cells)
          Deprecated.  
GenericTableRow(java.util.List<AbstractTableCell> cells)
          Deprecated.  
TableRow(java.util.List<AbstractTableCell> cells)
          Deprecated.  
UserPermissionsTableRow(java.lang.String user, java.util.List<AbstractTableCell> cells)
          Deprecated.  
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.