Class WebAttributeList

  • All Implemented Interfaces:
    ConfigurationElement, ConfigurationElementList, ConfigurationFile, java.lang.Cloneable
    Direct Known Subclasses:
    WebWrapperAttributeList

    public class WebAttributeList
    extends WebBeanPropertyList
    The WebAttributeList groups a list of WebAttribute objects. These WebAttribute elements define name-value pairs of html attributes that are added to the objects container (that is, added within the
    tag) when rendered. The WebAttribute element is used with system pickers and toolbars, among others.
    Since:
    MicroStrategy Web 8.0.0
    • Field Detail

    • Constructor Detail

      • WebAttributeList

        public WebAttributeList()
        Since:
        MicroStrategy Web 8.0.1
      • WebAttributeList

        public WebAttributeList​(org.w3c.dom.Node root)
        Since:
        MicroStrategy Web 8.0.1
    • Method Detail

      • getPropertiesNode

        protected static java.lang.String getPropertiesNode()
      • addWebAttribute

        public void addWebAttribute​(java.lang.String name,
                                    java.lang.String value)
        Adds a new instance of a WebAttribute to the AttributeList collection.
        Parameters:
        name - the Attribute name
        value - the Attribute value
        Since:
        MicroStrategy Web 9.0.0