Class SaveListConfigurationNameAction

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

public class SaveListConfigurationNameAction extends TabBaseAction implements ICustomViewAction
Since:
5.6
Author:
Javier Paniza
  • Constructor Details

    • SaveListConfigurationNameAction

      public SaveListConfigurationNameAction()
  • 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