Uses of Class
com.foreach.across.modules.bootstrapui.elements.AlertViewElement
Packages that use AlertViewElement
Package
Description
- 
Uses of AlertViewElement in com.foreach.across.modules.bootstrapui.elements
Methods in com.foreach.across.modules.bootstrapui.elements that return AlertViewElementModifier 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 AlertViewElementAlertViewElement.setElementType(String elementType) protected AlertViewElementAlertViewElement.setTagName(String tagName)  - 
Uses of AlertViewElement in com.foreach.across.modules.bootstrapui.elements.builder
Methods in com.foreach.across.modules.bootstrapui.elements.builder that return AlertViewElementModifier and TypeMethodDescriptionprotected AlertViewElementAlertViewElementBuilder.createElement(com.foreach.across.modules.web.ui.ViewElementBuilderContext viewElementBuilderContext)  - 
Uses of AlertViewElement in com.foreach.across.modules.bootstrapui.ui.factories
Methods in com.foreach.across.modules.bootstrapui.ui.factories that return AlertViewElement