Nuxeo ECM Projects 5.4.3-SNAPSHOT

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 DateTableCell.compareTo(AbstractTableCell cell)
          Deprecated.  
 int TableCell.compareTo(AbstractTableCell cell)
          Deprecated.  
 int DocModelTableCell.compareTo(AbstractTableCell cell)
          Deprecated.  
 int PermissionsTableCell.compareTo(AbstractTableCell o)
          Deprecated.  
 int SelectionTableCell.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
 List<AbstractTableCell> GenericTableRow.getCells()
          Deprecated.  
 

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

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


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.