Uses of Class
com.foreach.across.modules.bootstrapui.elements.ColumnViewElement
Package
Description
-
Uses of ColumnViewElement in com.foreach.across.modules.bootstrapui.elements
Modifier 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 ColumnViewElement
ColumnViewElement.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 ColumnViewElement
ColumnViewElement.setTagName
(String tagName) Deprecated. -
Uses of ColumnViewElement in com.foreach.across.modules.bootstrapui.elements.builder
Modifier and TypeMethodDescriptionprotected ColumnViewElement
ColumnViewElementBuilder.createElement
(com.foreach.across.modules.web.ui.ViewElementBuilderContext builderContext)