Class Module.Box

  • Enclosing class:
    Module

    public class Module.Box
    extends Object
    • Method Detail

      • getName

        public String getName()
      • getTitle

        public String getTitle()
      • restoreTitle

        public void restoreTitle()
      • getRenderer

        public String getRenderer()
      • isAction

        public boolean isAction()
      • setTitle

        public void setTitle​(String title)
      • setRenderer

        public void setRenderer​(String renderer)
      • setAction

        public void setAction​(boolean action)
      • getId

        public String getId()
      • update

        public void update​(ContentContext ctx)
        this method is called when the box must be updated. This method is used only in ajax context.
        Parameters:
        ctx -
        Throws:
        IOException
        javax.servlet.ServletException
      • getModule

        public Module getModule()