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.
static Alignment Freeform
          Portlet is a content canvas.
static Alignment Header
          Portlet is a header.
static Alignment Narrow
          Portlet can reside in a narrow column.
static Alignment None
          No alignment.
static Alignment Wide
          Portlet can only reside 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.


Narrow

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


Wide

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


Header

public static Alignment Header
Portlet is a header.


Footer

public static Alignment Footer
Portlet is a footer.


Freeform

public static Alignment Freeform
Portlet is a content canvas.

Method Detail

toString

public java.lang.String toString()


For additional information on the IDK, including tutorials, blogs, code samples and more,see the AquaLogic User Interaction Developer Center on BEA dev2dev.

Copyright ©2007 BEA Systems, Inc. All Rights Reserved.