|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.portal.theme.page.RegionOrientation
Type save enumeration of allowed region orientations.
Region
Field Summary | |
static RegionOrientation |
HORIZONTAL
Place portlets in one region in horizontal order. |
static RegionOrientation |
VERTICAL
Place portlets in one region in vertical order. |
Method Summary | |
boolean |
equals(java.lang.Object o)
|
int |
hashCode()
|
static RegionOrientation |
parseOrientation(java.lang.String orientation)
parse a string representation of a region 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 RegionOrientation VERTICAL
public static final RegionOrientation HORIZONTAL
Method Detail |
public java.lang.String toString()
public boolean equals(java.lang.Object o)
public int hashCode()
public static RegionOrientation parseOrientation(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 |