Interface DisabledElement

    • Field Detail

      • ATTRIBUTE_DISABLED

        static final java.lang.String ATTRIBUTE_DISABLED
        The "disabled" attribute name.
        See Also:
        Constant Field Values
    • Method Detail

      • isDisabled

        boolean isDisabled()
        Returns true if the disabled attribute is set for this element.
        Returns:
        true if the disabled attribute is set for this element
      • getDisabledAttribute

        java.lang.String getDisabledAttribute()
        Returns the value of the attribute disabled. Refer to the HTML 4.01 documentation for details on the use of this attribute.
        Returns:
        the value of the attribute disabled or an empty string if that attribute isn't defined