Interface | Description |
---|---|
BootstrapUiElements | |
BootstrapUiFactory | Deprecated
use the static facade
BootstrapUiBuilders instead |
BootstrapUiViewElementAttributes | |
ConfigurablePlaceholderText | |
FaIcon.Brand | |
FaIcon.Chart | |
FaIcon.Currency | |
FaIcon.Directional | |
FaIcon.FileType | |
FaIcon.Form | |
FaIcon.Gender | |
FaIcon.Medical | |
FaIcon.Payment | |
FaIcon.Spin | |
FaIcon.TextEditor | |
FaIcon.Transport | |
FaIcon.VideoPlayer | |
FaIcon.WebApp | |
FormControlElement | |
FormControlElement.Proxy |
Marks the implementation as being a proxy for the actual control that is
to be one of its children.
|
FormInputElement |
Basic support for a typical form input element.
|
Grid.DeviceGridLayout |
Class | Description |
---|---|
AlertViewElement |
Represents a Bootstrap alert.
|
BootstrapUiBuilders |
Static facade for
BootstrapUiFactory and BootstrapUiComponentFactory . |
BootstrapUiFactoryImpl | |
ButtonViewElement |
Represents a Bootstrap button.
|
CheckboxFormElement |
Represents a HTML checkbox element.
|
ColumnViewElement |
Represents a Bootstrap column div, supporting
Grid.DeviceGridLayout
configuration using ColumnViewElement.setLayouts(Collection) and ColumnViewElement.addLayout(Grid.DeviceGridLayout...) . |
DateTimeFormElement |
Extension of an
InputGroupFormElement that represents a date/time picker. |
DateTimeFormElementConfiguration |
Configuration class for a
DateTimeFormElement based on
Eonasdan Bootstrap datepicker. |
FaIcon |
Represents a FontAwesome icon.
|
FieldsetFormElement | |
FieldsetFormElement.Legend | |
FileUploadFormElement | |
FormControlElementSupport | |
FormGroupElement |
A form group element usually represents a single form control, with associated
label and description texts.
|
FormLayout | |
FormViewElement |
Represents a HTML form element, supporting a Bootstrap
FormLayout that will automatically
be applied to all controls of the form that do not have a separate layout specified. |
GlyphIcon |
Lists the standard Bootstrap GlyphIcons.
|
Grid |
Helper class that represents a Bootstrap grid layout: a number of columns (
Grid.Position ) with
one or more specifiers (eg. |
Grid.Column | |
Grid.Columns | |
Grid.Device | |
Grid.Position | |
Grid.SingleCssClassDeviceGridLayout | |
Grid.Visibility | |
Grid.Width | |
HiddenFormElement | |
IconViewElement |
Represents a simple icon element that does not support child elements.
|
InputGroupFormElement |
Represents a bootstrap input group, wrapping a control and allowing left or right addon.
|
InputGroupFormElement.Addon | |
LabelFormElement | |
LinkViewElement | |
NumericFormElement |
Form input control that represents a formatted numeric input field, for example currency or percentage.
|
NumericFormElementConfiguration |
Configuration class for a
NumericFormElement based on
JQuery autoNumeric plugin. |
RadioFormElement |
Represents a HTML radio element.
|
ScriptViewElement |
Represents a
<script> element. |
SelectFormElement |
Represents a HTML select element.
|
SelectFormElement.Option |
Single option.
|
SelectFormElement.OptionGroup |
Optgroup.
|
SelectFormElementConfiguration |
Configuration class for bootstrap-select.
|
Size | |
StaticFormElement | |
Style |
Contains the common Bootstrap styles and provides ability to define new styles as constants.
|
Style.Button | |
Style.Table | |
Style.TableCell | |
TableViewElement |
Represents a HTML table, supporting head, body, foot, caption and colgroup section.
|
TableViewElement.Body | |
TableViewElement.Caption | |
TableViewElement.Cell | |
TableViewElement.ColumnGroup | |
TableViewElement.ColumnGroup.Column | |
TableViewElement.Footer | |
TableViewElement.Header | |
TableViewElement.Row | |
TextareaFormElement |
Represents HTML textarea.
|
TextareaFormElement.Type | |
TextboxFormElement | |
TextboxFormElement.Type |
Enum | Description |
---|---|
ButtonViewElement.State | |
ButtonViewElement.Type | |
DateTimeFormElementConfiguration.Format |
Format will automatically set the patterns to be used.
|
FormLayout.Type | |
NumericFormElementConfiguration.Format |
Predefined formats defining decimal spaces, rounding methods, negative formatters and optionally a sign.
|
SelectFormElementConfiguration.LiveSearchStyle |
Copyright © 2019. All rights reserved.