Method Summary |
|
public FormKey | do_Close_Clicked() Quits the component and closes the browser window. |
public FormKey | do_MultiSelect_Clicked() This will generate the MultiSelectLookupEvent object comprising the DTOs for the selected rows. |
public FormKey | do_Rows_Clicked(String rowNum) Invokes the do_Rows_Select_Clicked() method.
Parameters: rowNum - The selected row on the Results screen. |
public FormKey | do_Rows_Select_Clicked(String rowNum) This will add the 'lookup' attribute on the request stream, with a Map containing the fieldnames (from the targetFields property) and values (from the selectedRow).
It will then invoke the quit() method on the component.
Finally it will return a FormKey object for the generic lookup jsp.
Parameters: rowNum - The selected row on the Results screen. |