Class ChooseReferenceAction

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

public class ChooseReferenceAction extends ViewBaseAction implements INavigationAction
Author:
Javier Paniza
  • Constructor Details

    • ChooseReferenceAction

      public ChooseReferenceAction()
  • Method Details

    • execute

      public void execute() throws Exception
      Specified by:
      execute in interface IAction
      Throws:
      Exception
    • getTab

      public Tab getTab()
    • setTab

      public void setTab(Tab web)
    • getReferenceSubview

      public View getReferenceSubview()
    • setReferenceSubview

      public void setReferenceSubview(View view)
    • 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
    • getRow

      public int getRow()
    • setRow

      public void setRow(int i)