Class AbstractFrameEditorBean

    • Constructor Detail

      • AbstractFrameEditorBean

        public AbstractFrameEditorBean()
    • Method Detail

      • isEditor

        public boolean isEditor()
        Overrides isEditor by returning always true. By definition all classes extending this objects are editors.
        Overrides:
        isEditor in class AbstractPersistableFrameElement
        Returns:
        true
      • initEditor

        protected void initEditor​(Editor editor)
        Initialize the editor with the global settings.
        Parameters:
        editor - Editor instance to initialize
      • setHelpEventInformation

        protected void setHelpEventInformation​(Editor editor)
      • renderEditorContent

        public abstract void renderEditorContent​(MarkupOutput contents)
        Abstract method that renders the content of an editor.
        Parameters:
        contents - MarkupOutput instance where to save the editor contents to render to the user
      • getTitle

        public abstract java.lang.String getTitle()
        Abstract method that gets the title of this editor
        Returns:
        the title of the editor
      • renderFormStart

        protected void renderFormStart​(MarkupOutput out)
        Render the start of a Form HTML tag
        Parameters:
        out - MarkupOutput instance where to save the HTML to render to the user
        Since:
        MicroStrategy Web 8.0.0
      • renderFormEnd

        protected void renderFormEnd​(MarkupOutput out)
        Render the end of a Form HTML tag
        Parameters:
        out - MarkupOutput instance where to save the HTML to render to the user
        Since:
        MicroStrategy Web 8.0.0