| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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 | CheckBoxModelModel for the CheckBox widget. | 
|  class | DateTimeModelModel for the DateTime widget. | 
|  class | DropDownModelModel for the DropDown widget. | 
|  class | EditBoxModelModel for the EditBox widget. | 
|  class | GridModelModel for the Grid widget. | 
|  class | GridModelRowA GridModel will contain instances of this class, for each row that gets added to it. | 
|  class | ImageModelModel for the Image widget. | 
|  class | RadioButtonModelModel for the RadioButton widget. | 
|  class | TableModelModel for the Table widget. | 
|  class | TreeModelModel for the Tree widget. | 
| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||