Uses of Class
com.foreach.across.modules.bootstrapui.elements.ButtonViewElement
Package
Description
-
Uses of ButtonViewElement in com.foreach.across.modules.bootstrapui.elements
Modifier and TypeMethodDescriptionButtonViewElement.addAttributes
(Map<String, Object> attributes) ButtonViewElement.addChild
(com.foreach.across.modules.web.ui.ViewElement element) ButtonViewElement.addChildren
(Collection<? extends com.foreach.across.modules.web.ui.ViewElement> elements) ButtonViewElement.addCssClass
(String... cssClass) ButtonViewElement.addFirstChild
(com.foreach.across.modules.web.ui.ViewElement element) ButtonViewElement.apply
(Consumer<com.foreach.across.modules.web.ui.elements.ContainerViewElement> consumer) <U extends com.foreach.across.modules.web.ui.ViewElement>
ButtonViewElementButtonViewElement.applyUnsafe
(Consumer<U> consumer) ButtonViewElement.clearChildren()
ButtonViewElement.remove
(com.foreach.across.modules.web.ui.ViewElement.WitherRemover... functions) ButtonViewElement.removeAttribute
(String attributeName) ButtonViewElement.removeCssClass
(String... cssClass) ButtonViewElement.set
(com.foreach.across.modules.web.ui.ViewElement.WitherSetter... setters) ButtonViewElement.setAttribute
(String attributeName, Object attributeValue) ButtonViewElement.setAttributes
(Map<String, Object> attributes) ButtonViewElement.setControlName
(String controlName) ButtonViewElement.setCustomTemplate
(String customTemplate) ButtonViewElement.setDisabled
(boolean disabled) protected ButtonViewElement
ButtonViewElement.setElementType
(String elementType) ButtonViewElement.setIcon
(com.foreach.across.modules.web.ui.ViewElement icon) Set the icon to be aligned on the left-hand side of the text (if there is any text).Deprecated.ButtonViewElement.setState
(ButtonViewElement.State state) ButtonViewElement.setStyleRule
(BootstrapStyleRule styleRule) protected ButtonViewElement
ButtonViewElement.setTagName
(String tagName) ButtonViewElement.setType
(@NonNull ButtonViewElement.Type type) -
Uses of ButtonViewElement in com.foreach.across.modules.bootstrapui.elements.builder
Modifier and TypeMethodDescriptionprotected ButtonViewElement
ButtonViewElementBuilder.createElement
(com.foreach.across.modules.web.ui.ViewElementBuilderContext builderContext) -
Uses of ButtonViewElement in com.foreach.across.modules.bootstrapui.elements.thymeleaf
Modifier and TypeMethodDescriptionprotected void
ButtonViewElementModelWriter.writeOpenElement
(ButtonViewElement button, com.foreach.across.modules.web.thymeleaf.ThymeleafModelBuilder writer) -
Uses of ButtonViewElement in com.foreach.across.modules.bootstrapui.ui.factories