Default elements
Most default elements can be created through the BootstrapUiBuilders static facade.
Overview
Although elements can be created directly, most have an equivalent ViewElementBuilder.
The builder implementation is rarely created directly but through short-hand BootstrapUiBuilders methods.
| Element | Builder | Description | 
|---|---|---|
  | 
  | 
Create a Bootstrap alert component.  | 
  | 
  | 
Configure and create a Typeahead based auto-suggest textbox.
See also the   | 
  | 
  | 
Create buttons or button links.  | 
  | 
  | 
|
  | 
  | 
Creates a Bootstrap grid based layout.  | 
  | 
||
  | 
Represents a Font Awesome icon.  | 
|
  | 
  | 
|
  | 
  | 
Creates a file input element.  | 
  | 
||
  | 
  | 
Create a form element with optional command attribute.  | 
  | 
Represents a Glyphicon icon.  | 
|
  | 
  | 
|
  | 
  | 
|
  | 
  | 
|
  | 
  | 
Regular hyperlink.  | 
  | 
||
  | 
Creates a single radio button.  | 
|
  | 
  | 
Add a   | 
  | 
Creates a select control, either a regular HTML dropdown or a bootstrap-select.
Which type gets created depends on the presence of a   | 
|
  | 
Creates a single select option.  | 
|
  | 
Creates a readonly form-control.  | 
|
  | 
||
  | 
Multi-line text field.  | 
|
  | 
Single-line text field - supporting HTML5 types.  | 
|
  | 
  | 
Generate a simple tooltip element (text shown when hovering). By default this is a link with a question mark icon.  |