Package org.openxava.actions
Interface IChainAction
-
- All Known Subinterfaces:
IChainActionWithArgv
- All Known Implementing Classes:
CalendarViewDetailAction,CancelDialogAction,CreateNewFromReferenceAction,DeleteAction,FilterAction,FilterTabBaseAction,GoDetailAction,GoListAction,GroupByAction,ModifyFromReferenceAction,NavigationFromReferenceBaseAction,OnChangeSearchAction,SaveAndStayElementInCollectionAction,SearchAction,SearchDialogAction,ViewDetailAction
public interface IChainActionIndicates an action that must be executed after the execution of this one.- Author:
- Javier Paniza
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetNextAction()The qualified name of the next action to execute.
-