Class FormEventTagHelper


  • public class FormEventTagHelper
    extends EventTagHelper
    Helper for the FormEventTag tag library.
    Since:
    MicroStrategy Web 7.3.1 or earlier
    • Constructor Detail

      • FormEventTagHelper

        public FormEventTagHelper()
    • Method Detail

      • cleanState

        public void cleanState()
        Resets the state of the tag library, by cleaning the values of the properties initialized for this tag.
        Overrides:
        cleanState in class EventTagHelper
      • getContentHead

        public MarkupOutput getContentHead()
                                    throws java.io.IOException
        Obtains the contents to render before the tag's body.
        Specified by:
        getContentHead in class AbstractBodyTagHelper
        Returns:
        a MarkupOutput instance initialized with the contents to display
        Throws:
        java.io.IOException - if an error happens while getting the contents to render.
      • getContentTail

        public MarkupOutput getContentTail()
                                    throws java.io.IOException
        Obtains the contents to render after the tag's body.
        Specified by:
        getContentTail in class AbstractBodyTagHelper
        Returns:
        a MarkupOutput instance initialized with the contents to display
        Throws:
        java.io.IOException - if an error happens while getting the contents to render.
      • setFormName

        public void setFormName​(java.lang.String value)
        Sets the value assigned to the formName attribute of the custom tag instance that uses this helper
        Parameters:
        value - String value that defines name of the form to use for the resulting HTML tag.
      • setFormMethod

        public void setFormMethod​(java.lang.String value)
        Sets the value assigned to the formMethod attribute of the custom tag instance that uses this helper
        Parameters:
        value - String value that defines the method to specify for the form (GET or POST).
      • setAppendPageState

        public void setAppendPageState​(boolean value)