Uses of Interface
com.foreach.across.modules.bootstrapui.elements.Grid.DeviceGridLayout
Packages that use Grid.DeviceGridLayout
Package
Description
-
Uses of Grid.DeviceGridLayout in com.foreach.across.modules.bootstrapui.elements
Classes in com.foreach.across.modules.bootstrapui.elements that implement Grid.DeviceGridLayoutModifier and TypeClassDescriptionstatic classstatic classstatic classMethods in com.foreach.across.modules.bootstrapui.elements that return Grid.DeviceGridLayoutModifier and TypeMethodDescriptionGrid.Column.asOffset()Grid.Column.asPull()Grid.Column.asPush()Grid.Column.asWidth()Grid.Visibility.block()Grid.Device.hidden()Grid.Visibility.inline()Grid.Visibility.inlineBlock()Methods in com.foreach.across.modules.bootstrapui.elements that return types with arguments of type Grid.DeviceGridLayoutModifier and TypeMethodDescriptionColumnViewElement.getLayouts()Deprecated.Get all device layout configurations attached to this column.Methods in com.foreach.across.modules.bootstrapui.elements with parameters of type Grid.DeviceGridLayoutModifier and TypeMethodDescriptionColumnViewElement.addLayout(Grid.DeviceGridLayout... layouts) Deprecated.Add a device layout configuration for this column.static Grid.PositionGrid.position(Grid.DeviceGridLayout... layouts) ColumnViewElement.removeLayout(Grid.DeviceGridLayout... layouts) Deprecated.Remove one or more layouts from this column.ColumnViewElement.setLayouts(Grid.DeviceGridLayout... layouts) Deprecated.Set all device related layouts for this column.Method parameters in com.foreach.across.modules.bootstrapui.elements with type arguments of type Grid.DeviceGridLayoutModifier and TypeMethodDescriptionColumnViewElement.setLayouts(Collection<Grid.DeviceGridLayout> layouts) Deprecated.Set all device related layouts for this column. -
Uses of Grid.DeviceGridLayout in com.foreach.across.modules.bootstrapui.elements.builder
Methods in com.foreach.across.modules.bootstrapui.elements.builder with parameters of type Grid.DeviceGridLayoutModifier and TypeMethodDescriptionColumnViewElementBuilder.layout(Grid.DeviceGridLayout... layouts) -
Uses of Grid.DeviceGridLayout in com.foreach.across.modules.bootstrapui.ui.factories
Methods in com.foreach.across.modules.bootstrapui.ui.factories with parameters of type Grid.DeviceGridLayoutModifier and TypeMethodDescriptionBootstrapViewElementBuilders.column(Grid.DeviceGridLayout... layouts) Deprecated.