Class WebAttribute

  • All Implemented Interfaces:
    ConfigurationElement, ConfigurationFile, java.lang.Cloneable

    public class WebAttribute
    extends WebBeanProperty
    The WebAttribute class defines an html attribute name-value pair that is added to the object's container (for example, it is added within the <div> tag of the corresponding object) when rendered.
    Since:
    MicroStrategy Web 8.0.0
    • Constructor Detail

      • WebAttribute

        public WebAttribute()
        Class constructor. Initializes a new -empty- instance of the WebAttribute class.
      • WebAttribute

        public WebAttribute​(org.w3c.dom.Node root)
        Class constructor. Initializes a WebBeanProperty instance based on the information included on the XML Node
        Parameters:
        root - Node instance representing the web bean list information.
    • Method Detail

      • getPropertyNode

        protected java.lang.String getPropertyNode()
        Overrides:
        getPropertyNode in class WebBeanProperty
        Returns:
        the name of the property node.