Package ej.widget.container
Class LayoutOrientation
- java.lang.Object
-
- ej.widget.container.LayoutOrientation
-
public class LayoutOrientation extends java.lang.Object
Represents the orientation of a layout: either horizontal or vertical.
-
-
Field Summary
Fields Modifier and Type Field Description static boolean
HORIZONTAL
Horizontal orientation.static boolean
VERTICAL
Vertical orientation.
-
-
-
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
-
-