com.plumtree.remote.portlet
Class Alignment

java.lang.Object
  extended bycom.plumtree.remote.portlet.Alignment

public class Alignment
extends java.lang.Object

A type-safe enumeration that identifies the alignment of a portlet. Instances of this class can be compared using identity equality.


Field Summary
static Alignment Footer
          Portlet is a footer portlet.
static Alignment Freeform
          Portlet is a content canvas portlet.
static Alignment Header
          Portlet is a header portlet.
static Alignment Narrow
          Portlet can reside in a narrow column.
static Alignment None
          No alignment defined.
static Alignment Wide
          Portlet can reside only in a wide column.
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

None

public static Alignment None
No alignment defined.


Narrow

public static Alignment Narrow
Portlet can reside in a narrow column.


Wide

public static Alignment Wide
Portlet can reside only in a wide column.


Header

public static Alignment Header
Portlet is a header portlet.


Footer

public static Alignment Footer
Portlet is a footer portlet.


Freeform

public static Alignment Freeform
Portlet is a content canvas portlet.

Method Detail

toString

public java.lang.String toString()


For additional information on the Oracle® WebCenter Interaction Development Kit, including tutorials, blogs, code samples and more, see the Oracle Technology Network (http://www.oracle.com/technology/index.html).

Copyright ©2010 Oracle® Corporation. All Rights Reserved.