Uses of Interface
org.barracudamvc.core.comp.TableModel

Packages that use TableModel
org.barracudamvc.core.comp   
 

Uses of TableModel in org.barracudamvc.core.comp
 

Classes in org.barracudamvc.core.comp that implement TableModel
 class AbstractTableModel
          This class provides the abstract implementation for a Table Model.
 

Fields in org.barracudamvc.core.comp declared as TableModel
protected  TableModel BTable.model
           
protected  TableModel BTable.headerModel
           
protected  TableModel BTable.footerModel
           
 

Methods in org.barracudamvc.core.comp that return TableModel
 TableModel BTable.getModel()
          Get the model that backs the table
 TableModel BTable.getHeaderModel()
          Get the header model that backs the table
 TableModel BTable.getFooterModel()
          Get the footer model that backs the table
 

Methods in org.barracudamvc.core.comp with parameters of type TableModel
 BTable BTable.setModel(TableModel imodel)
          Set the model that backs the table.
 BTable BTable.setHeaderModel(TableModel imodel)
          Set the header model that backs the table.
 BTable BTable.setFooterModel(TableModel imodel)
          Set the footer model that backs the table.
 

Constructors in org.barracudamvc.core.comp with parameters of type TableModel
BTable(TableModel imodel)
          Public constructor which creates the component and binds it to a specific model.
 



Copyright © 2004 BarracudaMVC.org All Rights Reserved.