|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.portal.theme.Orientation
public final class Orientation
Type safe enumeration of allowed orientations.
| Field Summary | |
|---|---|
static Orientation |
DEFAULT
The default value which is vertical. |
static Orientation |
HORIZONTAL
Horizontal. |
static Orientation |
VERTICAL
Vertical. |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
|
int |
hashCode()
|
static Orientation |
parse(java.lang.String orientation)
Parse a string representation of an orientation into a defined type. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final Orientation VERTICAL
public static final Orientation HORIZONTAL
public static final Orientation DEFAULT
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic static Orientation parse(java.lang.String orientation)
orientation - the string representation of the orientation
java.lang.IllegalArgumentException - if the provided orientation String is invalid
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||