| Modifier and Type | Class and Description |
|---|---|
class |
CheckboxFormElement
Represents a HTML checkbox element.
|
class |
FileUploadFormElement |
class |
NumericFormElement
Form input control that represents a formatted numeric input field, for example currency or percentage.
|
class |
RadioFormElement
Represents a HTML radio element.
|
class |
SelectFormElement
Represents a HTML select element.
|
static class |
SelectFormElement.Option
Single option.
|
class |
TextareaFormElement
Represents HTML textarea.
|
class |
TextboxFormElement |
class |
ToggleFormElement
Represents a bootstrap switch element.
|
| Modifier and Type | Method and Description |
|---|---|
FormControlElementSupport |
FormControlElementSupport.setControlName(String controlName) |
FormControlElementSupport |
FormControlElementSupport.setHtmlId(String htmlId) |
FormControlElementSupport |
FormControlElementSupport.setName(String name) |
| Modifier and Type | Class and Description |
|---|---|
class |
OptionFormElementBuilder<T extends FormControlElementSupport>
Responsible for building a single
CheckboxFormElement,
RadioFormElement or
SelectFormElement.Option. |
| Modifier and Type | Class and Description |
|---|---|
class |
FormControlElementModelWriter<T extends FormControlElementSupport> |
Copyright © 2020. All rights reserved.