Class RemoveListConfigurationAction

×News: OpenXava 7.7 released - March 9 · Read more
All Implemented Interfaces:
IAction, IChangeModeAction, ICustomViewAction, IModuleContextAction, IRequestAction

public class RemoveListConfigurationAction extends TabBaseAction implements ICustomViewAction
Since:
5.7
Author:
Javier Paniza
  • Constructor Details

    • RemoveListConfigurationAction

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