| Package | Description |
|---|---|
| com.foreach.across.modules.bootstrapui.elements.builder | |
| com.foreach.across.modules.bootstrapui.ui.factories |
| Modifier and Type | Method and Description |
|---|---|
FormGroupElementBuilder |
FormGroupElementBuilder.control(com.foreach.across.modules.web.ui.ViewElement control) |
FormGroupElementBuilder |
FormGroupElementBuilder.control(com.foreach.across.modules.web.ui.ViewElementBuilder controlBuilder) |
FormGroupElementBuilder |
FormGroupElementBuilder.descriptionBlock(String text)
Quick create a description text block, to show at the top of the form group.
|
FormGroupElementBuilder |
FormGroupElementBuilder.descriptionBlock(com.foreach.across.modules.web.ui.ViewElement descriptionBlock)
Add a description block to show at the top of the form group.
|
FormGroupElementBuilder |
FormGroupElementBuilder.descriptionBlock(com.foreach.across.modules.web.ui.ViewElementBuilder descriptionBlock)
Add a description block to show at the top of the form group.
|
FormGroupElementBuilder |
FormGroupElementBuilder.detectFieldErrors(boolean detectFieldErrors)
Should field errors for the control present in this form group be detected automatically.
|
FormGroupElementBuilder |
FormGroupElementBuilder.fieldErrorsToShow(String... fieldNames)
Display the field errors for the given names as validation feedback.
|
FormGroupElementBuilder |
FormGroupElementBuilder.formLayout(FormLayout formLayout) |
FormGroupElementBuilder |
FormGroupElementBuilder.helpBlock(String text)
Quick create a basic help block and add it to the form group.
|
FormGroupElementBuilder |
FormGroupElementBuilder.helpBlock(com.foreach.across.modules.web.ui.ViewElement helpBlock)
Add a help block to the form group.
|
FormGroupElementBuilder |
FormGroupElementBuilder.helpBlock(com.foreach.across.modules.web.ui.ViewElementBuilder helpBlock)
Add a help block to the form group.
|
FormGroupElementBuilder |
FormGroupElementBuilder.label(String text)
Quick create a basic label element and add it to the form group.
|
FormGroupElementBuilder |
FormGroupElementBuilder.label(com.foreach.across.modules.web.ui.ViewElement label) |
FormGroupElementBuilder |
FormGroupElementBuilder.label(com.foreach.across.modules.web.ui.ViewElementBuilder labelBuilder) |
FormGroupElementBuilder |
FormGroupElementBuilder.required() |
FormGroupElementBuilder |
FormGroupElementBuilder.required(boolean required) |
FormGroupElementBuilder |
FormGroupElementBuilder.tooltip(String text)
Add a tooltip with the given (html supporting) text.
|
FormGroupElementBuilder |
FormGroupElementBuilder.tooltip(com.foreach.across.modules.web.ui.ViewElement tooltip)
Add a tooltip to the form group.
|
FormGroupElementBuilder |
FormGroupElementBuilder.tooltip(com.foreach.across.modules.web.ui.ViewElementBuilder tooltip)
Add a tooltip to the form group.
|
| Modifier and Type | Method and Description |
|---|---|
FormGroupElementBuilder |
BootstrapViewElementBuilders.formGroup() |
FormGroupElementBuilder |
BootstrapViewElementBuilders.formGroup(com.foreach.across.modules.web.ui.ViewElement.WitherSetter... setters) |
Copyright © 2020. All rights reserved.