com.plumtree.server
Class PT_GADGET_ALIGNMENTS

java.lang.Object
  extended by com.plumtree.server.PT_GADGET_ALIGNMENTS

public final class PT_GADGET_ALIGNMENTS
extends java.lang.Object

Portlet alignment values. Describes the placement of the portlet on a page.

Version:
1.0
Author:
DavidP
See Also:
IPTGadget

Field Summary
static int PT_GADGETALIGN_FOOTER
          Use this value if the portlet is a footer.
static int PT_GADGETALIGN_FREEFORM
          Use this value if the portlet is a content canvas.
static int PT_GADGETALIGN_HEADER
          Use this value if the portlet is a header.
static int PT_GADGETALIGN_NARROW
          Use this value if the portlet can only reside in a narrow column.
static int PT_GADGETALIGN_NONE
          No alignment.
static int PT_GADGETALIGN_WIDE
          Use this value if the portlet can only reside in a wide column.
 
Constructor Summary
PT_GADGET_ALIGNMENTS()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PT_GADGETALIGN_NONE

public static final int PT_GADGETALIGN_NONE
No alignment. Do not use.

See Also:
Constant Field Values

PT_GADGETALIGN_NARROW

public static final int PT_GADGETALIGN_NARROW
Use this value if the portlet can only reside in a narrow column.

See Also:
Constant Field Values

PT_GADGETALIGN_WIDE

public static final int PT_GADGETALIGN_WIDE
Use this value if the portlet can only reside in a wide column.

See Also:
Constant Field Values

PT_GADGETALIGN_HEADER

public static final int PT_GADGETALIGN_HEADER
Use this value if the portlet is a header.

See Also:
Constant Field Values

PT_GADGETALIGN_FOOTER

public static final int PT_GADGETALIGN_FOOTER
Use this value if the portlet is a footer.

See Also:
Constant Field Values

PT_GADGETALIGN_FREEFORM

public static final int PT_GADGETALIGN_FREEFORM
Use this value if the portlet is a content canvas.

See Also:
Constant Field Values
Constructor Detail

PT_GADGET_ALIGNMENTS

public PT_GADGET_ALIGNMENTS()


Copyright © 2008 Plumtree Software Inc. All Rights Reserved.