Uses of Class
com.foreach.across.modules.bootstrapui.elements.AlertViewElement
Package
Description
-
Uses of AlertViewElement in com.foreach.across.modules.bootstrapui.elements
Modifier and TypeMethodDescriptionAlertViewElement.addAttributes
(Map<String, Object> attributes) AlertViewElement.addChild
(com.foreach.across.modules.web.ui.ViewElement element) AlertViewElement.addChildren
(Collection<? extends com.foreach.across.modules.web.ui.ViewElement> elements) AlertViewElement.addCssClass
(String... cssClass) AlertViewElement.addFirstChild
(com.foreach.across.modules.web.ui.ViewElement element) AlertViewElement.apply
(Consumer<com.foreach.across.modules.web.ui.elements.ContainerViewElement> consumer) <U extends com.foreach.across.modules.web.ui.ViewElement>
AlertViewElementAlertViewElement.applyUnsafe
(Consumer<U> consumer) AlertViewElement.clearChildren()
AlertViewElement.remove
(com.foreach.across.modules.web.ui.ViewElement.WitherRemover... functions) AlertViewElement.removeAttribute
(String attributeName) AlertViewElement.removeCssClass
(String... cssClass) AlertViewElement.set
(com.foreach.across.modules.web.ui.ViewElement.WitherSetter... setters) AlertViewElement.setAttribute
(String attributeName, Object attributeValue) AlertViewElement.setAttributes
(Map<String, Object> attributes) AlertViewElement.setCloseLabel
(String closeLabel) Set the label for the close button if the alert is dismissible.AlertViewElement.setCustomTemplate
(String customTemplate) AlertViewElement.setDismissible
(boolean dismissible) Should the alert be dismissible or not?protected AlertViewElement
AlertViewElement.setElementType
(String elementType) protected AlertViewElement
AlertViewElement.setTagName
(String tagName) -
Uses of AlertViewElement in com.foreach.across.modules.bootstrapui.elements.builder
Modifier and TypeMethodDescriptionprotected AlertViewElement
AlertViewElementBuilder.createElement
(com.foreach.across.modules.web.ui.ViewElementBuilderContext viewElementBuilderContext) -
Uses of AlertViewElement in com.foreach.across.modules.bootstrapui.ui.factories