com.google.gwt.gadgets.client
Class ViewType

java.lang.Object
  extended by com.google.gwt.gadgets.client.ViewType

public class ViewType
extends java.lang.Object

Contains all the view type objects.


Field Summary
static com.google.gwt.core.client.JavaScriptObject CANVAS
          A view where the gadget is displayed in a very large mode.
static com.google.gwt.core.client.JavaScriptObject HOME
          A view where the gadget is displayed in a small area usually on a page with other gadgets.
static com.google.gwt.core.client.JavaScriptObject PREVIEW
          A demo view of the gadget.
static com.google.gwt.core.client.JavaScriptObject PROFILE
          A view where the gadget is displayed in a small area usually on a page with other gadgets.
 
Constructor Summary
ViewType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CANVAS

public static final com.google.gwt.core.client.JavaScriptObject CANVAS
A view where the gadget is displayed in a very large mode.


HOME

public static final com.google.gwt.core.client.JavaScriptObject HOME
A view where the gadget is displayed in a small area usually on a page with other gadgets.


PREVIEW

public static final com.google.gwt.core.client.JavaScriptObject PREVIEW
A demo view of the gadget.


PROFILE

public static final com.google.gwt.core.client.JavaScriptObject PROFILE
A view where the gadget is displayed in a small area usually on a page with other gadgets.

Constructor Detail

ViewType

public ViewType()