| Modifier and Type | Method and Description |
|---|---|
FormViewElement |
FormViewElement.addAttributes(Map<String,Object> attributes) |
FormViewElement |
FormViewElement.addChild(com.foreach.across.modules.web.ui.ViewElement element) |
FormViewElement |
FormViewElement.addChildren(Collection<? extends com.foreach.across.modules.web.ui.ViewElement> elements) |
FormViewElement |
FormViewElement.addCssClass(String... cssClass) |
FormViewElement |
FormViewElement.addFirstChild(com.foreach.across.modules.web.ui.ViewElement element) |
FormViewElement |
FormViewElement.apply(Consumer<com.foreach.across.modules.web.ui.elements.ContainerViewElement> consumer) |
<U extends com.foreach.across.modules.web.ui.ViewElement> |
FormViewElement.applyUnsafe(Consumer<U> consumer) |
FormViewElement |
FormViewElement.clearChildren() |
FormViewElement |
FormViewElement.remove(com.foreach.across.modules.web.ui.ViewElement.WitherRemover... functions) |
FormViewElement |
FormViewElement.removeAttribute(String attributeName) |
FormViewElement |
FormViewElement.removeCssClass(String... cssClass) |
FormViewElement |
FormViewElement.set(com.foreach.across.modules.web.ui.ViewElement.WitherSetter... setters) |
FormViewElement |
FormViewElement.setAcceptCharSet(String charSet) |
FormViewElement |
FormViewElement.setAction(String url) |
FormViewElement |
FormViewElement.setAttribute(String attributeName,
Object attributeValue) |
FormViewElement |
FormViewElement.setAttributes(Map<String,Object> attributes) |
FormViewElement |
FormViewElement.setAutoComplete(boolean autoComplete) |
FormViewElement |
FormViewElement.setCommandAttribute(String commandAttribute)
Set the attribute name of the command object that this form is for.
|
FormViewElement |
FormViewElement.setCustomTemplate(String customTemplate) |
protected FormViewElement |
FormViewElement.setElementType(String elementType) |
FormViewElement |
FormViewElement.setEncType(String encType)
Set encoding type (enctype attribute) to use for this form.
|
FormViewElement |
FormViewElement.setFormLayout(FormLayout formLayout)
Set the
FormLayout that should be applied to all FormGroupElement members
of this form. |
FormViewElement |
FormViewElement.setFormName(String name)
Set the HTML name attribute of this form.
|
FormViewElement |
FormViewElement.setHtmlId(String htmlId) |
FormViewElement |
FormViewElement.setMethod(org.springframework.http.HttpMethod httpMethod) |
FormViewElement |
FormViewElement.setName(String name) |
FormViewElement |
FormViewElement.setNoValidate(boolean noValidate) |
protected FormViewElement |
FormViewElement.setTagName(String tagName) |
| Modifier and Type | Method and Description |
|---|---|
protected FormViewElement |
FormViewElementBuilder.createElement(com.foreach.across.modules.web.ui.ViewElementBuilderContext viewElementBuilderContext) |
| Modifier and Type | Method and Description |
|---|---|
FormViewElementBuilder |
FormViewElementBuilder.postProcessor(com.foreach.across.modules.web.ui.ViewElementPostProcessor<FormViewElement> postProcessor) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
FormViewElementModelWriter.writeCloseElement(FormViewElement viewElement,
com.foreach.across.modules.web.thymeleaf.ThymeleafModelBuilder writer) |
protected void |
FormViewElementModelWriter.writeOpenElement(FormViewElement form,
com.foreach.across.modules.web.thymeleaf.ThymeleafModelBuilder model) |
| Modifier and Type | Method and Description |
|---|---|
FormViewElement |
BootstrapViewElements.form() |
FormViewElement |
BootstrapViewElements.form(com.foreach.across.modules.web.ui.ViewElement.WitherSetter... setters) |
Copyright © 2020. All rights reserved.