| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jaffa.presentation.portlet.component.Component
org.jaffa.components.finder.FinderComponent
org.jaffa.components.lookup.LookupComponent
This is the base class for all Lookup components. It inherits the properties from FinderComponent. Additionally it has the following properties - 1- targetFields : This will have the target-fields to be set based on the selected values from the Lookup. It has a convenience method, which should be called by the component's Action class, to forward to the generic lookup jsp.
| Field Summary | |
| static String | LOOKUP_ATTRIBUTEDeprecated. A constant used to pass the selected values to the Http Request stream. | 
| Fields inherited from class org.jaffa.components.finder.FinderComponent | 
| ATTRIBUTE_EXPORT_TYPE_XML, EXPORT_TYPE_EXCEL, EXPORT_TYPE_WEB_PAGE, EXPORT_TYPE_XML | 
| Constructor Summary | |
| LookupComponent()Deprecated. | |
| Method Summary | |
|  String | getTargetFields()Deprecated. Getter for property targetFields. | 
|  FormKey | 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). | 
|  FormKey | performLookup(HttpServletRequest request,
                           Map 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). | 
|  FormKey | quitLookup(HttpServletRequest request)Deprecated. This will remove the 'lookup' attribute from the request stream. | 
|  void | setTargetFields(String targetFields)Deprecated. Setter for property targetFields. | 
| Methods inherited from class org.jaffa.components.finder.FinderComponent | 
| addSortCriteria, getDisplayResultsScreen, getExportType, getFinderListener, getHeaderDto, getMaxRecords, getSortDropDown, incrementMaxRecords, invokeFinderListener, invokeFinderListener, quit, setDisplayResultsScreen, setExportType, setFinderListener, setMaxRecords, setSortDropDown | 
| Methods inherited from class org.jaffa.presentation.portlet.component.Component | 
| addChildComponent, addFormKeyChangeListener, display, getComponentDefinition, getComponentId, getContainerFormKey, getFormKeyChangeListeners, getReturnToFormKey, getToken, getUserSession, isActive, quitAndReturnToCallingScreen, reflectAndSetParms, removeFormKeyChangeListener, returnChildComponents, returnLastActivityDate, run, setContainerFormKey, setReturnToFormKey, setToken, updateLastActivityDate | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
public static final String LOOKUP_ATTRIBUTE
| Constructor Detail | 
public LookupComponent()
| Method Detail | 
public String getTargetFields()
public void setTargetFields(String targetFields)
targetFields - New value of property targetFields.
public FormKey performLookup(HttpServletRequest request,
                             IModelMap selectedRow)
request - The HTTP request we are processingselectedRow - The row that gets selected on the Results screen.
public FormKey performLookup(HttpServletRequest request,
                             Map selectedRow)
request - The HTTP request we are processingselectedRow - The row that gets selected on the Results screen.
public FormKey quitLookup(HttpServletRequest request)
request - The HTTP request we are processing
| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||