Interface DisabledElement

    • 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