Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Class
org.nuxeo.ecm.webapp.table.row.TableRow

Packages that use TableRow
org.nuxeo.ecm.webapp.table.comparator   
org.nuxeo.ecm.webapp.table.model   
org.nuxeo.ecm.webapp.table.row   
 

Uses of TableRow in org.nuxeo.ecm.webapp.table.comparator
 

Methods in org.nuxeo.ecm.webapp.table.comparator with parameters of type TableRow
 int DefaultCellComparator.compare(TableRow raw1, TableRow raw2)
          Deprecated. Compares two cells given two table rows.
 

Uses of TableRow in org.nuxeo.ecm.webapp.table.model
 

Methods in org.nuxeo.ecm.webapp.table.model that return TableRow
 TableRow TableModel.getCurrentRow()
          Deprecated.  
 

Methods in org.nuxeo.ecm.webapp.table.model that return types with arguments of type TableRow
 List<TableRow> TableModel.getSelectedRows()
          Deprecated. Returns the list of selected rows.
 

Methods in org.nuxeo.ecm.webapp.table.model with parameters of type TableRow
 void GenericTableModel.addRow(TableRow newRow)
          Deprecated.  
 void TableModel.setCurrentRow(TableRow currentRow)
          Deprecated.  
 void TableModel.verifyRowConsistency(TableRow row)
          Deprecated. Also checks if the selection cell is in the same position as the selection column.
 void DocModelTableModel.verifyRowConsistency(TableRow row)
          Deprecated.  
 void GenericTableModel.verifyRowConsistency(TableRow row)
          Deprecated. Checks a row for consistency.
 

Method parameters in org.nuxeo.ecm.webapp.table.model with type arguments of type TableRow
 void GenericTableModel.addRows(List<TableRow> newRows)
          Deprecated.  
 

Constructor parameters in org.nuxeo.ecm.webapp.table.model with type arguments of type TableRow
DocModelTableModel(List<TableColHeader> columnHeaders, List<TableRow> data)
          Deprecated.  
GenericTableModel(List<TableColHeader> columnHeaders, List<TableRow> data)
          Deprecated. Initializes a generic table model with data.
TableModel(List<TableColHeader> columnHeaders, List<TableRow> data)
          Deprecated.  
 

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

Subclasses of TableRow in org.nuxeo.ecm.webapp.table.row
 class DocModelTableRow
          Deprecated. 
 class UserPermissionsTableRow
          Deprecated. 
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.