|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.portal.server.theme.RegionOrientation
public final class 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()
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 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 | ||||||||