|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.plumtree.remote.prc.Alignment
An enumerated type used to describe the alignment of a Portlet on a page.
| Field Summary | |
static Alignment |
Footer
Footer is used for Portlets that are a page footer on a Community page. |
static Alignment |
Freeform
Freeform is used for Portlets that are displayed in the content canvas section of a Community page. |
static Alignment |
Header
Header is used for Portlets that are a page header on a Community page. |
static Alignment |
Narrow
Narrow is used for Portlets that fit into a narrow column on a page. |
static Alignment |
None
None |
static Alignment |
Wide
Wide is used for Portlets that fits into a wide column on a page. |
| Method Summary | |
static Alignment |
parse(int alignmentCode)
|
static Alignment |
parse(java.lang.String alignmentName)
|
int |
toInteger()
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static Alignment None
None
public static Alignment Narrow
Narrow is used for Portlets that fit into a narrow column on a page.
public static Alignment Wide
Wide is used for Portlets that fits into a wide column on a page.
public static Alignment Header
Header is used for Portlets that are a page header on a Community page.
public static Alignment Footer
Footer is used for Portlets that are a page footer on a Community page.
public static Alignment Freeform
Freeform is used for Portlets that are displayed in the content canvas section of a Community page.
| Method Detail |
public static Alignment parse(int alignmentCode)
public static Alignment parse(java.lang.String alignmentName)
public int toInteger()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright ©2007 BEA Systems, Inc. All Rights Reserved.