Uses of Class
net.sf.tacos.ajax.components.grid.GridColumnModel

Packages that use GridColumnModel
net.sf.tacos.ajax.components.grid   
net.sf.tacos.demo.pages.dojo   
 

Uses of GridColumnModel in net.sf.tacos.ajax.components.grid
 

Methods in net.sf.tacos.ajax.components.grid that return GridColumnModel
 GridColumnModel GridModel.getColumnModel()
           
 GridColumnModel Grid.getColumns()
           
 

Methods in net.sf.tacos.ajax.components.grid with parameters of type GridColumnModel
 void GridModel.setColumnModel(GridColumnModel columnModel)
           
 void Grid.setColumns(GridColumnModel columnModel)
           
 

Constructors in net.sf.tacos.ajax.components.grid with parameters of type GridColumnModel
GridModel(GridColumnModel columnModel, List data)
          Grid links
 

Uses of GridColumnModel in net.sf.tacos.demo.pages.dojo
 

Methods in net.sf.tacos.demo.pages.dojo that return GridColumnModel
 GridColumnModel GridExample.getGridColumns()