public interface FormControlElement extends FormInputElement
Modifier and Type | Interface and Description |
---|---|
static interface |
FormControlElement.Proxy
Marks the implementation as being a proxy for the actual control that is
to be one of its children.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isReadonly() |
boolean |
isRequired() |
void |
setReadonly(boolean readonly) |
void |
setRequired(boolean required) |
getControlName, isDisabled, setControlName, setDisabled
addAttributes, addCssClass, getAttribute, getAttribute, getAttributes, getHtmlId, getTagName, hasAttribute, hasCssClass, removeAttribute, removeCssClass, setAttribute, setAttributes, setHtmlId
Copyright © 2018. All rights reserved.