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