Package ej.widget.container
Class LayoutOrientation
- java.lang.Object
-
- ej.widget.container.LayoutOrientation
-
public class LayoutOrientation extends Object
Represents the orientation of a layout: either horizontal or vertical.
-
-
Field Detail
-
HORIZONTAL
public static final boolean HORIZONTAL
Horizontal orientation.- See Also:
- Constant Field Values
-
VERTICAL
public static final boolean VERTICAL
Vertical orientation.- See Also:
- Constant Field Values
-
-