Uses of Interface
org.enhydra.barracuda.core.comp.TableModel

Packages that use TableModel
org.enhydra.barracuda.core.comp   
org.enhydra.barracuda.core.comp.renderer.html   
 

Uses of TableModel in org.enhydra.barracuda.core.comp
 

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

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

Methods in org.enhydra.barracuda.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.enhydra.barracuda.core.comp with parameters of type TableModel
 void BTable.setModel(TableModel imodel)
          Set the model that backs the table.
 void BTable.setHeaderModel(TableModel imodel)
          Set the header model that backs the table.
 void BTable.setFooterModel(TableModel imodel)
          Set the footer model that backs the table.
 

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

Uses of TableModel in org.enhydra.barracuda.core.comp.renderer.html
 

Methods in org.enhydra.barracuda.core.comp.renderer.html with parameters of type TableModel
protected  void HTMLTableRenderer.populateTableFromModel(Node node, TableView view, ViewContext vc, TableModel curModel, DefaultListModel rowModel, BList rowList)
           
 



Copyright © 2003 BarracudaMVC.org All Rights Reserved.