FormGroupElement |
FormGroupElement.addAttributes(Map<String,Object> attributes) |
FormGroupElement |
FormGroupElement.addChild(com.foreach.across.modules.web.ui.ViewElement element) |
FormGroupElement |
FormGroupElement.addChildren(Collection<? extends com.foreach.across.modules.web.ui.ViewElement> elements) |
FormGroupElement |
FormGroupElement.addCssClass(String... cssClass) |
FormGroupElement |
FormGroupElement.addFirstChild(com.foreach.across.modules.web.ui.ViewElement element) |
FormGroupElement |
FormGroupElement.apply(Consumer<com.foreach.across.modules.web.ui.elements.ContainerViewElement> consumer) |
<U extends com.foreach.across.modules.web.ui.ViewElement> FormGroupElement |
FormGroupElement.applyUnsafe(Consumer<U> consumer) |
FormGroupElement |
FormGroupElement.clearChildren() |
FormGroupElement |
FormGroupElement.remove(com.foreach.across.modules.web.ui.ViewElement.WitherRemover... functions) |
FormGroupElement |
FormGroupElement.removeAttribute(String attributeName) |
FormGroupElement |
FormGroupElement.removeCssClass(String... cssClass) |
FormGroupElement |
FormGroupElement.set(com.foreach.across.modules.web.ui.ViewElement.WitherSetter... setters) |
FormGroupElement |
FormGroupElement.setAttribute(String attributeName,
Object attributeValue) |
FormGroupElement |
FormGroupElement.setAttributes(Map<String,Object> attributes) |
FormGroupElement |
FormGroupElement.setCustomTemplate(String customTemplate) |
protected FormGroupElement |
FormGroupElement.setElementType(String elementType) |
FormGroupElement |
FormGroupElement.setFieldErrorsToShow(String... fieldNames)
Additional field names for which errors should be detected from the bound object.
|
FormGroupElement |
FormGroupElement.setHtmlId(String htmlId) |
FormGroupElement |
FormGroupElement.setName(String name) |
protected FormGroupElement |
FormGroupElement.setTagName(String tagName) |