Interface DisabledElement
- All Known Implementing Classes:
HtmlButton, HtmlButtonInput, HtmlCheckBoxInput, HtmlColorInput, HtmlDateInput, HtmlDateTimeLocalInput, HtmlEmailInput, HtmlFileInput, HtmlHiddenInput, HtmlImageInput, HtmlInput, HtmlMonthInput, HtmlNumberInput, HtmlOption, HtmlOptionGroup, HtmlPasswordInput, HtmlRadioButtonInput, HtmlRangeInput, HtmlResetInput, HtmlSearchInput, HtmlSelect, HtmlSelectableTextInput, HtmlSubmitInput, HtmlTelInput, HtmlTextArea, HtmlTextInput, HtmlTimeInput, HtmlUrlInput, HtmlWeekInput
public interface DisabledElement
A marker interface for those classes that can be disabled.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the attributedisabled.booleanReturnstrueif the disabled attribute is set for this element.
-
Field Details
-
ATTRIBUTE_DISABLED
-
-
Method Details
-
isDisabled
boolean isDisabled()Returnstrueif the disabled attribute is set for this element.- Returns:
trueif the disabled attribute is set for this element
-
getDisabledAttribute
-