com.plumtree.server
Class PT_GADGET_ALIGNMENTS

java.lang.Object
  |
  +--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.

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()
           
 
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.

PT_GADGETALIGN_NARROW

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

PT_GADGETALIGN_WIDE

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

PT_GADGETALIGN_HEADER

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

PT_GADGETALIGN_FOOTER

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

PT_GADGETALIGN_FREEFORM

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

PT_GADGET_ALIGNMENTS

public PT_GADGET_ALIGNMENTS()


Copyright © 2003 Plumtree Software Inc. All Rights Reserved.