Uses of Class
com.foreach.across.modules.bootstrapui.elements.ColumnViewElement
Packages that use ColumnViewElement
Package
Description
-
Uses of ColumnViewElement in com.foreach.across.modules.bootstrapui.elements
Methods in com.foreach.across.modules.bootstrapui.elements that return ColumnViewElementModifier and TypeMethodDescriptionColumnViewElement.addAttributes(Map<String, Object> attributes) Deprecated.ColumnViewElement.addChild(com.foreach.across.modules.web.ui.ViewElement element) Deprecated.ColumnViewElement.addChildren(Collection<? extends com.foreach.across.modules.web.ui.ViewElement> elements) Deprecated.ColumnViewElement.addCssClass(String... cssClass) Deprecated.ColumnViewElement.addFirstChild(com.foreach.across.modules.web.ui.ViewElement element) Deprecated.ColumnViewElement.addLayout(Grid.DeviceGridLayout... layouts) Deprecated.Add a device layout configuration for this column.ColumnViewElement.apply(Consumer<com.foreach.across.modules.web.ui.elements.ContainerViewElement> consumer) Deprecated.<U extends com.foreach.across.modules.web.ui.ViewElement>
ColumnViewElementColumnViewElement.applyUnsafe(Consumer<U> consumer) Deprecated.ColumnViewElement.clearChildren()Deprecated.ColumnViewElement.clearLayouts()Deprecated.ColumnViewElement.removeAttribute(String attributeName) Deprecated.ColumnViewElement.removeCssClass(String... cssClass) Deprecated.ColumnViewElement.removeLayout(Grid.DeviceGridLayout... layouts) Deprecated.Remove one or more layouts from this column.ColumnViewElement.setAttribute(String attributeName, Object attributeValue) Deprecated.ColumnViewElement.setAttributes(Map<String, Object> attributes) Deprecated.ColumnViewElement.setCustomTemplate(String customTemplate) Deprecated.protected ColumnViewElementColumnViewElement.setElementType(String elementType) Deprecated.Deprecated.ColumnViewElement.setLayouts(Grid.DeviceGridLayout... layouts) Deprecated.Set all device related layouts for this column.ColumnViewElement.setLayouts(Collection<Grid.DeviceGridLayout> layouts) Deprecated.Set all device related layouts for this column.protected ColumnViewElementColumnViewElement.setTagName(String tagName) Deprecated. -
Uses of ColumnViewElement in com.foreach.across.modules.bootstrapui.elements.builder
Methods in com.foreach.across.modules.bootstrapui.elements.builder that return ColumnViewElementModifier and TypeMethodDescriptionprotected ColumnViewElementColumnViewElementBuilder.createElement(com.foreach.across.modules.web.ui.ViewElementBuilderContext builderContext)