Uses of Class
org.jaffa.presentation.portlet.widgets.model.GridModel

Packages that use GridModel
org.jaffa.components.finder   
org.jaffa.presentation.portlet.session.ui   
org.jaffa.presentation.portlet.widgets.controller   
 

Uses of GridModel in org.jaffa.components.finder
 

Methods in org.jaffa.components.finder that return GridModel
 GridModel FinderForm.getRowsWM()
          Getter for property rows.
 

Methods in org.jaffa.components.finder with parameters of type GridModel
abstract  void FinderForm.populateRows(GridModel rows)
          The FormBean should provide an implementation for this method.
 

Uses of GridModel in org.jaffa.presentation.portlet.session.ui
 

Methods in org.jaffa.presentation.portlet.session.ui that return GridModel
 GridModel SessionExplorerForm.getSessionsWM()
           
 GridModel ComponentExplorerForm.getComponentListWM()
           
 GridModel ComponentExplorerForm.getUserDataWM()
           
 GridModel ComponentDetailsForm.getComponentListWM()
           
 

Uses of GridModel in org.jaffa.presentation.portlet.widgets.controller
 

Methods in org.jaffa.presentation.portlet.widgets.controller with parameters of type GridModel
static void UserGridController.updateModel(String value, GridModel model, FormBase form)
          Updates the model with the input value.
static void GridController.updateModel(String value, GridModel model)
          Updates the model with the input value.
 



Copyright © 2002-2004 JAFFA Project.