Uses of Class
com.foreach.across.modules.bootstrapui.elements.LinkViewElement
Package
Description
-
Uses of LinkViewElement in com.foreach.across.modules.bootstrapui.components.builder
Modifier and TypeMethodDescriptionprotected LinkViewElement
BreadcrumbNavComponentBuilder.addItemLink
(com.foreach.across.modules.web.ui.elements.NodeViewElement container, com.foreach.across.modules.web.menu.Menu item, boolean iconAllowed, boolean iconOnly, com.foreach.across.modules.web.ui.ViewElementBuilderContext builderContext) protected LinkViewElement
NavComponentBuilder.addItemLink
(com.foreach.across.modules.web.ui.elements.NodeViewElement container, com.foreach.across.modules.web.menu.Menu item, boolean iconAllowed, boolean iconOnly, com.foreach.across.modules.web.ui.ViewElementBuilderContext builderContext) -
Uses of LinkViewElement in com.foreach.across.modules.bootstrapui.elements
Modifier and TypeMethodDescriptionLinkViewElement.addAttributes
(Map<String, Object> attributes) LinkViewElement.addChild
(com.foreach.across.modules.web.ui.ViewElement element) LinkViewElement.addChildren
(Collection<? extends com.foreach.across.modules.web.ui.ViewElement> elements) LinkViewElement.addCssClass
(String... cssClass) LinkViewElement.addFirstChild
(com.foreach.across.modules.web.ui.ViewElement element) LinkViewElement.apply
(Consumer<com.foreach.across.modules.web.ui.elements.ContainerViewElement> consumer) <U extends com.foreach.across.modules.web.ui.ViewElement>
LinkViewElementLinkViewElement.applyUnsafe
(Consumer<U> consumer) LinkViewElement.clearChildren()
LinkViewElement.remove
(com.foreach.across.modules.web.ui.ViewElement.WitherRemover... functions) LinkViewElement.removeAttribute
(String attributeName) LinkViewElement.removeCssClass
(String... cssClass) LinkViewElement.set
(com.foreach.across.modules.web.ui.ViewElement.WitherSetter... setters) LinkViewElement.setAttribute
(String attributeName, Object attributeValue) LinkViewElement.setAttributes
(Map<String, Object> attributes) LinkViewElement.setCustomTemplate
(String customTemplate) protected LinkViewElement
LinkViewElement.setElementType
(String elementType) protected LinkViewElement
LinkViewElement.setTagName
(String tagName) Set the title attribute for the element. -
Uses of LinkViewElement in com.foreach.across.modules.bootstrapui.elements.builder
Modifier and TypeMethodDescriptionprotected LinkViewElement
LinkViewElementBuilder.createElement
(com.foreach.across.modules.web.ui.ViewElementBuilderContext builderContext) -
Uses of LinkViewElement in com.foreach.across.modules.bootstrapui.ui.factories