com.plumtree.remote.prc
Class Alignment

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

public class Alignment
extends java.lang.Object

An enumerated type used to describe the alignment of a portlet on a page.


Field Summary
static Alignment Footer
          Used for portlets that are a page footer on a Community page.
static Alignment Freeform
          Used for portlets that are displayed in the content canvas section of a Community page.
static Alignment Header
          Used for portlets that are a page header on a Community page.
static Alignment Narrow
          Used for portlets that fit into a narrow column on a page.
static Alignment None
          No alignment.
static Alignment Wide
          Used for portlets that fit 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

None

public static Alignment None
No alignment.


Narrow

public static Alignment Narrow
Used for portlets that fit into a narrow column on a page.


Wide

public static Alignment Wide
Used for portlets that fit into a wide column on a page.


Header

public static Alignment Header
Used for portlets that are a page header on a Community page.


Footer

public static Alignment Footer
Used for portlets that are a page footer on a Community page.


Freeform

public static Alignment Freeform
Used for portlets that are displayed in the content canvas section of a Community page.

Method Detail

parse

public static Alignment parse(int alignmentCode)

parse

public static Alignment parse(java.lang.String alignmentName)

toInteger

public int toInteger()


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.