|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use IModelMap | |
| org.jaffa.components.lookup | |
| org.jaffa.presentation.portlet.widgets.model | |
| org.jaffa.presentation.portlet.widgets.taglib | |
| Uses of IModelMap in org.jaffa.components.lookup |
| Methods in org.jaffa.components.lookup with parameters of type IModelMap | |
FormKey |
LookupComponent2.performLookup(HttpServletRequest request,
IModelMap selectedRow)
This will add the 'lookup' attribute on the request stream, with a Map containing the fieldnames (from the targetFields property) and values (from the input selectedRow). |
FormKey |
LookupComponent.performLookup(HttpServletRequest request,
IModelMap selectedRow)
Deprecated. This will add the 'lookup' attribute on the request stream, with a Map containing the fieldnames (from the targetFields property) and values (from the input selectedRow). |
| Uses of IModelMap in org.jaffa.presentation.portlet.widgets.model |
| Classes in org.jaffa.presentation.portlet.widgets.model that implement IModelMap | |
class |
GridModelRow
A GridModel will contain instances of this class, for each row that gets added to it. |
| Uses of IModelMap in org.jaffa.presentation.portlet.widgets.taglib |
| Methods in org.jaffa.presentation.portlet.widgets.taglib that return IModelMap | |
static IModelMap |
TagHelper.getModelMap(PageContext pageContext)
Returns a ModelMap object from the PageContext. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||