| Package | Description |
|---|---|
| com.foreach.across.modules.bootstrapui.elements.builder | |
| com.foreach.across.modules.bootstrapui.ui.factories |
| Modifier and Type | Method and Description |
|---|---|
FormViewElementBuilder |
FormViewElementBuilder.acceptCharSet(String charSet) |
FormViewElementBuilder |
FormViewElementBuilder.action(String url) |
FormViewElementBuilder |
FormViewElementBuilder.add(com.foreach.across.modules.web.ui.ViewElement... viewElements) |
FormViewElementBuilder |
FormViewElementBuilder.add(com.foreach.across.modules.web.ui.ViewElementBuilder... viewElements) |
FormViewElementBuilder |
FormViewElementBuilder.addAll(Iterable<?> viewElements) |
FormViewElementBuilder |
FormViewElementBuilder.attribute(String name,
Object value) |
FormViewElementBuilder |
FormViewElementBuilder.attributes(Map<String,Object> attributes) |
FormViewElementBuilder |
FormViewElementBuilder.autoComplete(boolean on) |
FormViewElementBuilder |
FormViewElementBuilder.clearAttributes() |
FormViewElementBuilder |
FormViewElementBuilder.commandAttribute(String attributeName)
Set the attribute name of the command object that should be bound to this form.
|
FormViewElementBuilder |
FormViewElementBuilder.commandObject(Object commandObject)
Set the command object that should be bound to this form.
|
FormViewElementBuilder |
FormViewElementBuilder.customTemplate(String template) |
FormViewElementBuilder |
FormViewElementBuilder.errors(org.springframework.validation.Errors errors)
Set the
Errors that should be used for field error binding by t
he FormGroupElement members of this form. |
FormViewElementBuilder |
FormViewElementBuilder.formLayout(FormLayout formLayout) |
FormViewElementBuilder |
FormViewElementBuilder.formName(String name) |
FormViewElementBuilder |
FormViewElementBuilder.get()
Change the method attribute to GET.
|
FormViewElementBuilder |
FormViewElementBuilder.htmlId(String htmlId) |
FormViewElementBuilder |
FormViewElementBuilder.multipart()
Create a multipart form.
|
FormViewElementBuilder |
FormViewElementBuilder.name(String name) |
FormViewElementBuilder |
FormViewElementBuilder.noValidate() |
FormViewElementBuilder |
FormViewElementBuilder.post()
Change the method attribute to POST.
|
FormViewElementBuilder |
FormViewElementBuilder.postProcessor(com.foreach.across.modules.web.ui.ViewElementPostProcessor<FormViewElement> postProcessor) |
FormViewElementBuilder |
FormViewElementBuilder.removeAttribute(String name) |
FormViewElementBuilder |
FormViewElementBuilder.sort(String... elementNames) |
| Modifier and Type | Method and Description |
|---|---|
FormViewElementBuilder |
BootstrapViewElementBuilders.form() |
FormViewElementBuilder |
BootstrapViewElementBuilders.form(com.foreach.across.modules.web.ui.ViewElement.WitherSetter... setters) |
Copyright © 2020. All rights reserved.