Class DynTableCellTagHelper

    • Constructor Detail

      • DynTableCellTagHelper

        public DynTableCellTagHelper()
    • 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 MstrPageTagHelper
      • setParentHelper

        public void setParentHelper​(DynTableTagHelper value)
        Sets the helper of the parent custom tag of this tag instance.
        Parameters:
        value - a DynTableTagHelper instance corresponding to the parent custom tag.
      • isTagVisible

        public boolean isTagVisible()
        Indicates if the tag is visible or not. The conditions to check for in this method include the validation of the strings specified in the feature and enableFeature tag attributes.
        Specified by:
        isTagVisible in class AbstractBodyTagHelper
        Returns:
        a boolean value indicating if the tag is visible or not.
      • shallRepeatTag

        public boolean shallRepeatTag()
        Indicates if the content of the tag should be analyzed and displayed again or not.
        Specified by:
        shallRepeatTag in class AbstractBodyTagHelper
        Returns:
        a boolean value indicating if the tag contents should be analyzed again or not.
      • 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.
      • setFeature

        public void setFeature​(java.lang.String value)
        Deprecated.
        This method is not used by the application. The ifFeature tag was added to handle conditions in a more generic way.
        Sets the value assigned to the feature attribute of the custom tag instance that uses this helper
        Parameters:
        value - String value that defines the feature to check for.
      • setEnableFeature

        public void setEnableFeature​(java.lang.String value)
        Deprecated.
        This method is not used by the application. The ifFeature tag was added to handle conditions in a more generic way.
        Set the value assigned to the enableFeature attribute of the custom tag instance that uses this helper
        Parameters:
        value - String value that defines the enable feature to check for.
      • setValign

        public void setValign​(java.lang.String value)
        Sets the value assigned to the vAlign attribute of the custom tag instance that uses this helper
        Parameters:
        value - String value that defines the vAlign attribute to use.