com.google.gwt.gadgets.client
Class GadgetAds<T extends AdsUserPreferences>

java.lang.Object
  extended by com.google.gwt.gadgets.client.Gadget<T>
      extended by com.google.gwt.gadgets.client.GadgetAds<T>
Type Parameters:
T - An AdsUserPreferences subclass
All Implemented Interfaces:
com.google.gwt.core.client.EntryPoint, NeedsAds

public abstract class GadgetAds<T extends AdsUserPreferences>
extends Gadget<T>
implements NeedsAds

A base class for writing a Google Gadget Ads.

Adds the clickurl and aiturl UserPrefs and the ads feature that are requirements for Gadget Ads.


Nested Class Summary
static class GadgetAds.SupportedGoogleAdSenseAdFormats
          This class contains the list of supported Google AdSense Ad Formats.
 
Nested classes/interfaces inherited from class com.google.gwt.gadgets.client.Gadget
Gadget.AllowHtmlQuirksMode, Gadget.Content, Gadget.ContentType, Gadget.GadgetLocale, Gadget.InjectContent, Gadget.InjectModulePrefs, Gadget.ModulePrefs, Gadget.UseLongManifestName
 
Constructor Summary
GadgetAds()
           
 
Method Summary
 
Methods inherited from class com.google.gwt.gadgets.client.Gadget
init, onModuleLoad
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.gwt.gadgets.client.NeedsAds
initializeFeature
 

Constructor Detail

GadgetAds

public GadgetAds()