| org.jaffa.presentation.portlet.ActionBase org.jaffa.components.maint.MaintAction
MaintAction | public class MaintAction extends ActionBase (Code) | | This is the base class for all Maintenance Component Actions.
author: GautamJ |
do_Cancel_Clicked | public FormKey do_Cancel_Clicked()(Code) | | Quits the component and returns the FormKey for the calling screen.
The FormKey for the calling screen. A null will be returned, if no calling screen was specified. |
do_Delete_Clicked | public FormKey do_Delete_Clicked()(Code) | | Invokes the delete() method on the component. It then quits the component.
The FormKey for the calling screen. A null will be returned, if no calling screen was specified. |
do_Finish_Clicked | public FormKey do_Finish_Clicked()(Code) | | Invokes the create() or update() method on the component, depending on the mode. It then quits the component.
The FormKey for the calling screen. A null will be returned, if no calling screen was specified. |
do_Next_Clicked | public FormKey do_Next_Clicked()(Code) | | This will invoke the prevalidate method on the component if required for the current screen.
It then moves to the next screen
The FormKey for the next screen. |
do_Previous_Clicked | public FormKey do_Previous_Clicked()(Code) | | It moves to the previous screen
The FormKey for the previous screen. |
do_Refresh_Clicked | public FormKey do_Refresh_Clicked()(Code) | | Invokes the retrieve() method on the component.
The FormKey for the screen. |
do_Save_Clicked | public FormKey do_Save_Clicked()(Code) | | Invokes the create() or update() method on the component, depending on the mode.
The FormKey for the 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. |
|
|