Class GoAddElementsToCollectionAction

All Implemented Interfaces:
IAction, IChangeControllersAction, IChangeModeAction, ICustomViewAction, IModuleContextAction, INavigationAction, IRequestAction

public class GoAddElementsToCollectionAction extends CollectionElementViewBaseAction implements INavigationAction
Author:
Javier Paniza
  • Constructor Details

    • GoAddElementsToCollectionAction

      public GoAddElementsToCollectionAction()
  • Method Details

    • execute

      public void execute() throws Exception
      Specified by:
      execute in interface IAction
      Specified by:
      execute in class CollectionElementViewBaseAction
      Throws:
      Exception
    • getNextControllers

      public String[] getNextControllers()
      Specified by:
      getNextControllers in interface IChangeControllersAction
    • getCustomView

      public String getCustomView()
      Description copied from interface: ICustomViewAction
      The id of a view made directly by developer (not OpenXava view).

      In web version is the name of jsp page (without .jsp extension). This is for inserting jsp (o swing) hand made view in our OpenXava application.

      Specified by:
      getCustomView in interface ICustomViewAction
    • getTab

      public Tab getTab()
    • setTab

      public void setTab(Tab tab)
    • getCurrentCollectionLabel

      public String getCurrentCollectionLabel()
    • setCurrentCollectionLabel

      public void setCurrentCollectionLabel(String string)
    • getNextController

      public String getNextController()
      By default "AddToCollection".
    • setNextController

      public void setNextController(String nextController)
      By default "AddToCollection".
    • getCollectionViewObject

      public String getCollectionViewObject()
    • setCollectionViewObject

      public void setCollectionViewObject(String collectionViewObject)