Class GoChooseIconAction

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

public class GoChooseIconAction extends ViewBaseAction implements ICustomViewAction
Author:
Javier Paniza
  • Constructor Details

    • GoChooseIconAction

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

      public String getNewIconProperty()
    • setNewIconProperty

      public void setNewIconProperty(String newIconProperty)