|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.portal.theme.page.RegionOrientation
Type save enumeration of allowed region orientations.
Region| Field Summary | |
static RegionOrientation |
DEFAULT
|
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
public static final RegionOrientation DEFAULT
| 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 | |||||||||