| Package | Description |
|---|---|
| com.foreach.across.modules.bootstrapui.elements.builder | |
| com.foreach.across.modules.bootstrapui.ui.factories |
| Modifier and Type | Method and Description |
|---|---|
OptionsFormElementBuilder |
OptionsFormElementBuilder.checkbox()
Will generate a multiple checkbox control.
|
OptionsFormElementBuilder |
OptionsFormElementBuilder.controlName(String controlName) |
OptionsFormElementBuilder |
OptionsFormElementBuilder.disabled() |
OptionsFormElementBuilder |
OptionsFormElementBuilder.disabled(boolean disabled) |
OptionsFormElementBuilder |
OptionsFormElementBuilder.multiple()
Will allow multiple options to be selected.
|
OptionsFormElementBuilder |
OptionsFormElementBuilder.multiple(boolean multiple)
Set if the builder should allow multiple or single options.
|
OptionsFormElementBuilder |
OptionsFormElementBuilder.radio()
Will generate a radio button list.
|
OptionsFormElementBuilder |
OptionsFormElementBuilder.readonly() |
OptionsFormElementBuilder |
OptionsFormElementBuilder.readonly(boolean readonly) |
OptionsFormElementBuilder |
OptionsFormElementBuilder.required() |
OptionsFormElementBuilder |
OptionsFormElementBuilder.required(boolean required) |
OptionsFormElementBuilder |
OptionsFormElementBuilder.select()
Will generate a select box.
|
OptionsFormElementBuilder |
OptionsFormElementBuilder.select(SelectFormElementConfiguration configuration)
Will generate a boostrap-select box with the given configuration.
|
OptionsFormElementBuilder |
OptionsFormElementBuilder.single()
Will allow only a single option to be selected.
|
OptionsFormElementBuilder |
OptionsFormElementBuilder.toggle()
Will generate a toggle button list.
|
| Modifier and Type | Method and Description |
|---|---|
OptionsFormElementBuilder |
BootstrapViewElementBuilders.checkboxList()
Creates a
OptionsFormElementBuilder for a list of CheckboxFormElement. |
OptionsFormElementBuilder |
BootstrapViewElementBuilders.checkboxList(com.foreach.across.modules.web.ui.ViewElement.WitherSetter... setters) |
OptionsFormElementBuilder |
BootstrapViewElementBuilders.options()
Create a new options list.
|
OptionsFormElementBuilder |
BootstrapViewElementBuilders.options(com.foreach.across.modules.web.ui.ViewElement.WitherSetter... setters)
Create a new options list.
|
OptionsFormElementBuilder |
BootstrapViewElementBuilders.radioList()
Creates a
OptionsFormElementBuilder for a list of RadioFormElement. |
OptionsFormElementBuilder |
BootstrapViewElementBuilders.radioList(com.foreach.across.modules.web.ui.ViewElement.WitherSetter... setters) |
OptionsFormElementBuilder |
BootstrapViewElementBuilders.select()
Creates a
OptionsFormElementBuilder for a SelectFormElement. |
OptionsFormElementBuilder |
BootstrapViewElementBuilders.select(com.foreach.across.modules.web.ui.ViewElement.WitherSetter... setters) |
OptionsFormElementBuilder |
BootstrapViewElementBuilders.toggleList()
Creates a
OptionsFormElementBuilder for a list of ToggleFormElement. |
OptionsFormElementBuilder |
BootstrapViewElementBuilders.toggleList(com.foreach.across.modules.web.ui.ViewElement.WitherSetter... setters) |
Copyright © 2020. All rights reserved.