Interface FormControlElement
- All Superinterfaces:
 FormInputElement,com.foreach.across.modules.web.ui.elements.HtmlViewElement,com.foreach.across.modules.web.ui.MutableViewElement,com.foreach.across.modules.web.ui.ViewElement
- All Known Subinterfaces:
 FormControlElement.Proxy
- All Known Implementing Classes:
 AutoSuggestFormElement,CheckboxFormElement,DateTimeFormElement,FileUploadFormElement,FormControlElementSupport,InputGroupFormElement,NumericFormElement,RadioFormElement,SelectFormElement,SelectFormElement.Option,TextareaFormElement,TextboxFormElement,ToggleFormElement
- Author:
 - Arne Vandamme
 
- 
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceMarks the implementation as being a proxy for the actual control that is to be one of its children.Nested classes/interfaces inherited from interface com.foreach.across.modules.web.ui.elements.HtmlViewElement
com.foreach.across.modules.web.ui.elements.HtmlViewElement.FunctionsNested classes/interfaces inherited from interface com.foreach.across.modules.web.ui.ViewElement
com.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 extends Object>, 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>  - 
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleansetReadonly(boolean readonly) setRequired(boolean required) Methods inherited from interface com.foreach.across.modules.bootstrapui.elements.FormInputElement
getControlName, isDisabled, setControlName, setDisabledMethods inherited from interface com.foreach.across.modules.web.ui.elements.HtmlViewElement
addAttributes, addCssClass, getAttribute, getAttribute, getAttributes, getHtmlId, getTagName, hasAttribute, hasCssClass, remove, removeAttribute, removeCssClass, set, setAttribute, setAttributes, setHtmlIdMethods inherited from interface com.foreach.across.modules.web.ui.MutableViewElement
setCustomTemplate, setNameMethods inherited from interface com.foreach.across.modules.web.ui.ViewElement
get, getCustomTemplate, getElementType, getName, matches 
- 
Method Details
- 
isReadonly
boolean isReadonly() - 
setReadonly
 - 
isRequired
boolean isRequired() - 
setRequired
 
 -