| org.jaffa.presentation.portlet.ActionBase org.jaffa.components.finder.FinderAction
All known Subclasses: org.jaffa.components.lookup.LookupAction,
FinderAction | public class FinderAction extends ActionBase (Code) | | This is the base class for all FinderComponent Actions.
author: GautamJ |
do_Close_Clicked | public FormKey do_Close_Clicked()(Code) | | Quits the component and returns the FormKey for the calling screen.
The FormKey for the caling screen. A null will be returned, if no calling screen was specified. |
do_ModifySearch_Clicked | public FormKey do_ModifySearch_Clicked()(Code) | | Start a new search. This invokes the displayCriteria() method on the component.
The FormKey for the Criteria screen. |
do_MoreRecords_Clicked | public FormKey do_MoreRecords_Clicked()(Code) | | This will increment the value of the property MaxRecords. It then re-executes the search, using the same criteria as used before.
The FormKey for the Results screen. |
do_Refresh_Clicked | public FormKey do_Refresh_Clicked()(Code) | | Re-executes the search, using the same criteria as used before. It invokes the displayResults() method on the component.
The FormKey for the Results screen. |
do_Search_Clicked | public FormKey do_Search_Clicked()(Code) | | Invokes the doValidate() method and then the displayResults() method on the component.
The FormKey for the Results screen. |
do_refresh | public FormKey do_refresh()(Code) | | Determines the currentFormKey
This event is invoked when a user changes the settings of the UserGrid in the Results screen.
The FormKey for the Results screen. |
|
|