|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.plumtree.remote.portlet.AggregationMode
AggregationMode
is a flag that tells the portal how the Portlet
is currently displayed in the portal, i.e., with other Portlets or alone on the page.
AggregationMode
is a type-safe enumeration, so instances of the class
can be compared using identity equality.
Field Summary | |
static AggregationMode |
Multiple
Multiple Aggregation Mode means that there is more than one Portlet on the portal page in which the Portlet is displayed. |
static AggregationMode |
Single
Single Aggregation Mode means that this Portlet is the only Portlet on the portal page. |
Method Summary | |
java.lang.String |
toString()
Gets the Aggregation Mode as a string |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static AggregationMode Single
public static AggregationMode Multiple
Method Detail |
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright ©2007 BEA Systems, Inc. All Rights Reserved.