| 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 | Class and Description |
|---|---|
class |
CheckboxFormElement
Represents a HTML checkbox element.
|
class |
DateTimeFormElement
Extension of an
InputGroupFormElement that represents a date/time picker. |
class |
FileUploadFormElement |
class |
FormControlElementSupport |
class |
InputGroupFormElement
Represents a bootstrap input group, wrapping a control and allowing left or right addon.
|
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 |
|---|---|
FormControlElement |
FormControlElement.setReadonly(boolean readonly) |
FormControlElement |
FormControlElement.setRequired(boolean required) |
FormControlElement |
HiddenFormElement.toFormControl()
Returns a generic
FormControlElement matching this hidden element. |
| Modifier and Type | Class and Description |
|---|---|
class |
AutoSuggestFormElement
Represents an autosuggest textbox field, can be created through
BootstrapViewElements.autoSuggest(TextboxFormElement, HiddenFormElement) or using a AutoSuggestFormElementBuilder. |
| Modifier and Type | Class and Description |
|---|---|
class |
FormControlElementBuilderSupport<T extends com.foreach.across.modules.web.ui.elements.AbstractNodeViewElement & FormControlElement,SELF extends FormControlElementBuilderSupport<T,SELF>> |
| Modifier and Type | Method and Description |
|---|---|
com.foreach.across.modules.web.ui.ViewElementBuilder<FormControlElement> |
HiddenFormElementBuilder.mapToFormControl() |
| Modifier and Type | Method and Description |
|---|---|
static <V extends FormControlElement> |
BootstrapElementUtils.getFormControl(com.foreach.across.modules.web.ui.ViewElement viewElement,
Class<V> expectedType)
Will search for the first
FormControlElement instance that matches the expected type. |
| Modifier and Type | Method and Description |
|---|---|
static FormControlElement |
BootstrapElementUtils.getFormControl(com.foreach.across.modules.web.ui.ViewElement viewElement)
Will search for the first
FormControlElement instance that is not an InputGroupFormElement. |
Copyright © 2020. All rights reserved.