- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
-
- All Superinterfaces:
- 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, FormControlElement.Proxy
- All Known Implementing Classes:
- AutoSuggestFormElement, ButtonViewElement, CheckboxFormElement, DateTimeFormElement, FileUploadFormElement, FormControlElementSupport, HiddenFormElement, InputGroupFormElement, NumericFormElement, RadioFormElement, SelectFormElement, SelectFormElement.Option, TextareaFormElement, TextboxFormElement
public interface FormInputElement
extends com.foreach.across.modules.web.ui.elements.HtmlViewElement
Basic support for a typical form input element. A form control with limited
attributes like control name and disabled.
- Author:
- Arne Vandamme
-
-
Method Summary
-
Methods inherited from interface com.foreach.across.modules.web.ui.elements.HtmlViewElement
addAttributes, addCssClass, getAttribute, getAttribute, getAttributes, getHtmlId, getTagName, hasAttribute, hasCssClass, removeAttribute, removeCssClass, setAttribute, setAttributes, setHtmlId
-
Methods inherited from interface com.foreach.across.modules.web.ui.MutableViewElement
setCustomTemplate, setName
-
Methods inherited from interface com.foreach.across.modules.web.ui.ViewElement
getCustomTemplate, getElementType, getName
-
-
Method Detail
-
getControlName
String getControlName()
-
isDisabled
boolean isDisabled()
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
Copyright © 2018. All rights reserved.