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.
|
com.foreach.across.modules.web.ui.elements.HtmlViewElement.Functionscom.foreach.across.modules.web.ui.ViewElement.Wither<T extends com.foreach.across.modules.web.ui.ViewElement>, com.foreach.across.modules.web.ui.ViewElement.WitherGetter<T extends com.foreach.across.modules.web.ui.ViewElement,U>, com.foreach.across.modules.web.ui.ViewElement.WitherRemover<T extends com.foreach.across.modules.web.ui.ViewElement>, com.foreach.across.modules.web.ui.ViewElement.WitherSetter<T extends com.foreach.across.modules.web.ui.ViewElement>| Modifier and Type | Method and Description |
|---|---|
boolean |
isReadonly() |
boolean |
isRequired() |
FormControlElement |
setReadonly(boolean readonly) |
FormControlElement |
setRequired(boolean required) |
getControlName, isDisabled, setControlName, setDisabledaddAttributes, addCssClass, getAttribute, getAttribute, getAttributes, getHtmlId, getTagName, hasAttribute, hasCssClass, remove, removeAttribute, removeCssClass, set, setAttribute, setAttributes, setHtmlIdboolean isReadonly()
FormControlElement setReadonly(boolean readonly)
boolean isRequired()
FormControlElement setRequired(boolean required)
Copyright © 2020. All rights reserved.