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

Packages that use WidgetModel
org.jaffa.presentation.portlet.session   
org.jaffa.presentation.portlet.widgets.model   
 

Uses of WidgetModel in org.jaffa.presentation.portlet.session
 

Methods in org.jaffa.presentation.portlet.session that return WidgetModel
 WidgetModel WidgetCache.getModel(String fieldName)
          Returns a widget model for the input fieldName from the cache.
 WidgetModel WidgetCache.removeModel(String fieldName)
          Removes the widget model for the input fieldName from the cache.
 

Methods in org.jaffa.presentation.portlet.session with parameters of type WidgetModel
 void WidgetCache.addModel(String fieldName, WidgetModel model)
          Adds a widget model to the cache.
 

Uses of WidgetModel in org.jaffa.presentation.portlet.widgets.model
 

Subclasses of WidgetModel in org.jaffa.presentation.portlet.widgets.model
 class CheckBoxModel
          Model for the CheckBox widget.
 class DateTimeModel
          Model for the DateTime widget.
 class DropDownModel
          Model for the DropDown widget.
 class EditBoxModel
          Model for the EditBox widget.
 class GridModel
          Model for the Grid widget.
 class GridModelRow
          A GridModel will contain instances of this class, for each row that gets added to it.
 class ImageModel
          Model for the Image widget.
 class RadioButtonModel
          Model for the RadioButton widget.
 class TableModel
          Model for the Table widget.
 class TreeModel
          Model for the Tree widget.
 



Copyright © 2002-2004 JAFFA Project.