Class GoSaveListConfigurationAction

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

public class GoSaveListConfigurationAction extends TabBaseAction implements ICustomViewAction
Since:
6.5
Author:
Javier Paniza
  • Constructor Details

    • GoSaveListConfigurationAction

      public GoSaveListConfigurationAction()
  • Method Details

    • execute

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

      public String getCustomView() throws Exception
      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
      Throws:
      Exception