| Package | Description |
|---|---|
| com.foreach.across.modules.bootstrapui.elements | |
| com.foreach.across.modules.bootstrapui.elements.autosuggest |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FormControlElement |
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 |
ButtonViewElement
Represents a Bootstrap button.
|
class |
CheckboxFormElement
Represents a HTML checkbox element.
|
class |
DateTimeFormElement
Extension of an
InputGroupFormElement that represents a date/time picker. |
class |
FileUploadFormElement |
class |
FormControlElementSupport |
class |
HiddenFormElement |
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 |
|---|---|
FormInputElement |
FormInputElement.setControlName(String controlName) |
FormInputElement |
FormInputElement.setDisabled(boolean disabled) |
| 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. |
Copyright © 2020. All rights reserved.