Interface AttrTag

    • Field Detail

      • TAG_NAME_ATTR

        static final java.lang.String TAG_NAME_ATTR
        The constant name of the AttrTag.
        See Also:
        Constant Field Values
      • ATTR_NAME_ATTRIBUTE

        static final java.lang.String ATTR_NAME_ATTRIBUTE
        The constant name for the "attribute" attribute.
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
    • Method Detail

      • getAttributeName

        java.lang.String getAttributeName()
        An Attr tag can be used to set the value of a single attribute, or to set the value of multiple attributes simultaneosly. In the former case, this property returns the single attribute this Attr will be setting; in this case the underlying method should return a single value; in the later case the underlying method should return a Map of all the name/value pairs of dynamic attributes to append to the enclosing tag.
        Since:
        MicroStrategy Web 9.0.0
      • setAttributeName

        void setAttributeName​(java.lang.String name)
        An Attr tag can be used to set the value of a single attribute, or to set the value of multiple attributes simultaneosly. In the former case, set this property to a non-null value.
        Since:
        MicroStrategy Web 9.0.0