Uses of Enum Class
overit.geocall.basic.ui.control.Layout.Target
Packages that use Layout.Target
-
Uses of Layout.Target in overit.geocall.basic.ui.control
Fields in overit.geocall.basic.ui.control declared as Layout.TargetModifier and TypeFieldDescriptionprotected Layout.TargetLayout._targetprotected Layout.TargetResponsiveGrid._targetprotected Layout.TargetResponsiveGridFrame._targetMethods in overit.geocall.basic.ui.control that return Layout.TargetModifier and TypeMethodDescriptionResponsiveGrid.getTarget()Gets the responsiveGrid target.static Layout.Targetstatic Layout.TargetReturns the enum constant of this class with the specified name.static Layout.Target[]Layout.Target.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.TargetModifier and TypeMethodDescriptionvoidLayout.setTarget(Layout.Target t) Indicates whether the layout should be chosen considering the size of the window rather than the workarea.