Class GoAddColumnsAction

    • Constructor Detail

      • GoAddColumnsAction

        public GoAddColumnsAction()
    • Method Detail

      • execute

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

        public java.lang.String getCustomView()
                                       throws java.lang.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:
        java.lang.Exception
      • setCollection

        public void setCollection​(java.lang.String collection)
      • getCustomizingTab

        public Tab getCustomizingTab()
      • setCustomizingTab

        public void setCustomizingTab​(Tab customizingTab)