Uses of Class
com.foreach.across.modules.bootstrapui.elements.LinkViewElement
Packages that use LinkViewElement
Package
Description
- 
Uses of LinkViewElement in com.foreach.across.modules.bootstrapui.components.builder
Methods in com.foreach.across.modules.bootstrapui.components.builder that return LinkViewElementModifier and TypeMethodDescriptionprotected LinkViewElementBreadcrumbNavComponentBuilder.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 LinkViewElementNavComponentBuilder.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
Methods in com.foreach.across.modules.bootstrapui.elements that return LinkViewElementModifier 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 LinkViewElementLinkViewElement.setElementType(String elementType) protected LinkViewElementLinkViewElement.setTagName(String tagName) Set the title attribute for the element. - 
Uses of LinkViewElement in com.foreach.across.modules.bootstrapui.elements.builder
Methods in com.foreach.across.modules.bootstrapui.elements.builder that return LinkViewElementModifier and TypeMethodDescriptionprotected LinkViewElementLinkViewElementBuilder.createElement(com.foreach.across.modules.web.ui.ViewElementBuilderContext builderContext)  - 
Uses of LinkViewElement in com.foreach.across.modules.bootstrapui.ui.factories
Methods in com.foreach.across.modules.bootstrapui.ui.factories that return LinkViewElement