com.plumtree.server
Class PT_GADGET_FLAGS

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

public final class PT_GADGET_FLAGS
extends java.lang.Object

Flags for gadgets. Pretty small list right now; stored as a gadget pref. Currently we support the supression of a gadget's titlebar.

Version:
5.0
Author:
BridgetF, MichaelD, DavidP

Field Summary
static int PT_GADGETFLAG_SUPPRESSTITLEBAR
          Titlebar suppression flag
 
Constructor Summary
PT_GADGET_FLAGS()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PT_GADGETFLAG_SUPPRESSTITLEBAR

public static final int PT_GADGETFLAG_SUPPRESSTITLEBAR
Titlebar suppression flag

See Also:
Constant Field Values
Constructor Detail

PT_GADGET_FLAGS

public PT_GADGET_FLAGS()