Uses of Enum Class
overit.geocall.basic.ui.control.Layout.Size
Packages that use Layout.Size
-
Uses of Layout.Size in overit.geocall.basic.ui.control
Fields in overit.geocall.basic.ui.control declared as Layout.SizeFields in overit.geocall.basic.ui.control with type parameters of type Layout.SizeModifier and TypeFieldDescriptionprotected HashMap<Layout.Size, Layout> ResponsiveGrid.configuredLayoutsMethods in overit.geocall.basic.ui.control that return Layout.SizeModifier and TypeMethodDescriptionLayout.getSize()static Layout.Sizestatic Layout.SizeReturns the enum constant of this class with the specified name.static Layout.Size[]Layout.Size.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in overit.geocall.basic.ui.control with parameters of type Layout.SizeModifier and TypeMethodDescriptionResponsiveGrid.getSupportedLayout(Layout.Size size) Return the largest defined layout that can be rendered in the give size.voidResponsiveGrid.removeLayoutFromSize(Layout.Size s) Remove layout that belong to the specificLayout.Sizepassed as parameters, form the managed layout by this Grid.