com.plumtree.server
Class PT_GADGET_TYPES

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

public final class PT_GADGET_TYPES
extends java.lang.Object

The type of portlet.

Author:
JosephS
See Also:
IPTGadget.GetGadgetType()

Field Summary
static int PT_GADGETTYPE_COMMUNITY
          A portlet that can appear only in a Community.
static int PT_GADGETTYPE_PANEL
          Deprecated.  
static int PT_GADGETTYPE_PERSONAL
          Standard portlet, can appear on a MyPage or in a Community.
static int PT_GADGETTYPE_TEMPLATE
          A portlet template used to generate other portlets, cannot be displayed.
 
Constructor Summary
PT_GADGET_TYPES()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PT_GADGETTYPE_PERSONAL

public static final int PT_GADGETTYPE_PERSONAL
Standard portlet, can appear on a MyPage or in a Community.

See Also:
Constant Field Values

PT_GADGETTYPE_COMMUNITY

public static final int PT_GADGETTYPE_COMMUNITY
A portlet that can appear only in a Community.

See Also:
Constant Field Values

PT_GADGETTYPE_PANEL

public static final int PT_GADGETTYPE_PANEL
Deprecated. 
See Also:
Constant Field Values

PT_GADGETTYPE_TEMPLATE

public static final int PT_GADGETTYPE_TEMPLATE
A portlet template used to generate other portlets, cannot be displayed.

See Also:
Constant Field Values
Constructor Detail

PT_GADGET_TYPES

public PT_GADGET_TYPES()