Uses of Class
com.foreach.across.modules.bootstrapui.elements.ButtonViewElement
Packages that use ButtonViewElement
Package
Description
-
Uses of ButtonViewElement in com.foreach.across.modules.bootstrapui.elements
Methods in com.foreach.across.modules.bootstrapui.elements that return ButtonViewElementModifier 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 ButtonViewElementButtonViewElement.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 ButtonViewElementButtonViewElement.setTagName(String tagName) ButtonViewElement.setType(@NonNull ButtonViewElement.Type type) -
Uses of ButtonViewElement in com.foreach.across.modules.bootstrapui.elements.builder
Methods in com.foreach.across.modules.bootstrapui.elements.builder that return ButtonViewElementModifier and TypeMethodDescriptionprotected ButtonViewElementButtonViewElementBuilder.createElement(com.foreach.across.modules.web.ui.ViewElementBuilderContext builderContext) -
Uses of ButtonViewElement in com.foreach.across.modules.bootstrapui.elements.thymeleaf
Methods in com.foreach.across.modules.bootstrapui.elements.thymeleaf with parameters of type ButtonViewElementModifier and TypeMethodDescriptionprotected voidButtonViewElementModelWriter.writeOpenElement(ButtonViewElement button, com.foreach.across.modules.web.thymeleaf.ThymeleafModelBuilder writer) -
Uses of ButtonViewElement in com.foreach.across.modules.bootstrapui.ui.factories
Methods in com.foreach.across.modules.bootstrapui.ui.factories that return ButtonViewElement