A B C D E F G H I L M N O P R S T U V W X

A

adjustHeight() - Method in class com.google.gwt.gadgets.client.DynamicHeightFeature
Causes the Gadget to be resized.
AdsFeature - Class in com.google.gwt.gadgets.client
Provides access to the Ads APIs provided by the container.
AdsUserPreferences - Interface in com.google.gwt.gadgets.client
UserPreferences required for a Gadget Ads.
aiturl() - Method in interface com.google.gwt.gadgets.client.AdsUserPreferences
 
AnalyticsFeature - Class in com.google.gwt.gadgets.client
Provides access to the Google Analytics feature.

B

BANNER_HEIGHT - Static variable in class com.google.gwt.gadgets.client.GadgetAds.SupportedGoogleAdSenseAdFormats
Banner Adsense ad format height which is 60px.
BANNER_WIDTH - Static variable in class com.google.gwt.gadgets.client.GadgetAds.SupportedGoogleAdSenseAdFormats
Banner Adsense ad format width which is 468.
BooleanPreference - Class in com.google.gwt.gadgets.client
A Boolean preference.
BooleanPreference() - Constructor for class com.google.gwt.gadgets.client.BooleanPreference
 

C

callback(String) - Method in interface com.google.gwt.gadgets.client.event.Event.FetchContentCallback
 
callback(ObjectElement) - Method in interface com.google.gwt.gadgets.client.event.Event.FetchXmlContentCallback
 
callbackWrapper(ObjectElement, Event.FetchXmlContentCallback) - Static method in class com.google.gwt.gadgets.client.event.Event
Wraps a FetchXmlContentCallback to handles uncaught exceptions.
callbackWrapper(String, Event.FetchContentCallback) - Static method in class com.google.gwt.gadgets.client.event.Event
Wraps a FetchContentCallback to handles uncaught exceptions.
CANVAS - Static variable in class com.google.gwt.gadgets.client.ViewType
A view where the gadget is displayed in a very large mode.
clickDestinationUrl(String) - Method in class com.google.gwt.gadgets.client.AdsFeature
Reports a clickthrough and redirect to the destination URL.
clickurl() - Method in interface com.google.gwt.gadgets.client.AdsUserPreferences
 
com.google.gwt.gadgets.client - package com.google.gwt.gadgets.client
Core classes to support the Gadget API for GWT.
com.google.gwt.gadgets.client.event - package com.google.gwt.gadgets.client.event
Event related classes to support the Gadget API for GWT.
com.google.gwt.gadgets.client.impl - package com.google.gwt.gadgets.client.impl
 
com.google.gwt.gadgets.client.ui - package com.google.gwt.gadgets.client.ui
User Interface related classes for the Gadget API for GWT.
com.google.gwt.gadgets.linker - package com.google.gwt.gadgets.linker
 
com.google.gwt.gadgets.rebind - package com.google.gwt.gadgets.rebind
 
configurePreferenceElement(TreeLogger, Document, Element, JClassType, JMethod) - Method in class com.google.gwt.gadgets.rebind.DefaultPreferenceGenerator
 
configurePreferenceElement(TreeLogger, Document, Element, JClassType, JMethod) - Method in class com.google.gwt.gadgets.rebind.EnumPreferenceGenerator
Add the enumvalue elements to the userpref element.
configurePreferenceElement(TreeLogger, Document, Element, JClassType, JMethod) - Method in class com.google.gwt.gadgets.rebind.GadgetGenerator
 
configurePreferenceElement(TreeLogger, Document, Element, JClassType, JMethod) - Method in interface com.google.gwt.gadgets.rebind.PreferenceGenerator
Called by UserPreferencesGenerator to configure the Preference's element within the Gadget manifest.
ContentFetchedHandler - Interface in com.google.gwt.gadgets.client.event
The primary interface a caller must implement to receive a response to a IntrinsicFeature.fetchContent(String, ContentFetchedHandler).
ContentFetchedHandler.ContentFetchedEvent - Class in com.google.gwt.gadgets.client.event
Encapsulates the arguments for the IntrinsicFeature.fetchContent() response.
ContentFetchedHandler.ContentFetchedEvent(String, String) - Constructor for class com.google.gwt.gadgets.client.event.ContentFetchedHandler.ContentFetchedEvent
 
ContentSection<T extends Gadget<?>> - Class in com.google.gwt.gadgets.client
If a gadget wants to support multiple views, it has to contain one ContentSection for each.
ContentSection() - Constructor for class com.google.gwt.gadgets.client.ContentSection
 
ContentSectionGenerator - Class in com.google.gwt.gadgets.rebind
Determines, which sub-class of ContentSection to instantiate, based on the current gadget view.
ContentSectionGenerator() - Constructor for class com.google.gwt.gadgets.rebind.ContentSectionGenerator
 
createContentSection(TreeLogger, JClassType, Document, String) - Method in class com.google.gwt.gadgets.rebind.GadgetGenerator
Creates a single Content section.
createContentSections(TreeLogger, JClassType, TypeOracle, Document) - Method in class com.google.gwt.gadgets.rebind.GadgetGenerator
Returns one or more (in case the content section is set for multiple views).

D

DefaultPreferenceGenerator - Class in com.google.gwt.gadgets.rebind
Handles Preference instantiation for the built-in types of Preferences.
DefaultPreferenceGenerator() - Constructor for class com.google.gwt.gadgets.rebind.DefaultPreferenceGenerator
 
DynamicHeightFeature - Class in com.google.gwt.gadgets.client
Provides access to the dynamic height feature.

E

emitSelectionScript(TreeLogger, LinkerContext, ArtifactSet) - Method in class com.google.gwt.gadgets.linker.GadgetLinker
 
EnumPreference<E extends java.lang.Enum<E>> - Class in com.google.gwt.gadgets.client
A preference containing only enumerated values.
EnumPreference() - Constructor for class com.google.gwt.gadgets.client.EnumPreference
 
EnumPreference.EnumDisplayValue - Annotation Type in com.google.gwt.gadgets.client
Declares the display name for Enum preference values.
EnumPreferenceGenerator - Class in com.google.gwt.gadgets.rebind
Used to generate instantiations of the EnumPreferences type.
EnumPreferenceGenerator() - Constructor for class com.google.gwt.gadgets.rebind.EnumPreferenceGenerator
 
Event - Class in com.google.gwt.gadgets.client.event
Utility Class for Gadget Events.
Event() - Constructor for class com.google.gwt.gadgets.client.event.Event
 
Event.FetchContentCallback - Interface in com.google.gwt.gadgets.client.event
Provides a way to specify a JavaScript function() with a single String argument.
Event.FetchXmlContentCallback - Interface in com.google.gwt.gadgets.client.event
Provides a way to specify a JavaScript function() with a single DOM Object argument and handles uncaught exceptions.

F

fetchContent(String, ContentFetchedHandler) - Method in class com.google.gwt.gadgets.client.IntrinsicFeature
Fetches the content of the provided URL and, when complete, calls the ContentFetchedHandler.onContentFetched(ContentFetchedEvent) method with the content of the fetched URL.
fetchContent(String, ContentFetchedHandler, int) - Method in class com.google.gwt.gadgets.client.IntrinsicFeature
Fetches the content of the provided URL and, when complete, calls the ContentFetchedHandler.onContentFetched(ContentFetchedEvent) method with the content of the fetched URL.
fetchXmlContent(String, XmlContentFetchedHandler) - Method in class com.google.gwt.gadgets.client.IntrinsicFeature
Fetches the content of the provided URL and when complete calls the XmlContentFetchedHandler.onXmlContentFetched(XmlContentFetchedEvent) method with the content of the fetched URL.
fetchXmlContent(String, XmlContentFetchedHandler, int) - Method in class com.google.gwt.gadgets.client.IntrinsicFeature
Fetches the content of the provided URL and when complete calls the XmlContentFetchedHandler.onXmlContentFetched(XmlContentFetchedEvent) method with the content of the fetched URL.

G

Gadget<T extends UserPreferences> - Class in com.google.gwt.gadgets.client
A base class for writing a Google Gadget.
Gadget() - Constructor for class com.google.gwt.gadgets.client.Gadget
 
Gadget.Content - Annotation Type in com.google.gwt.gadgets.client
Specifies which View content sections should be associated with this Gadget.
Gadget.ContentType - Annotation Type in com.google.gwt.gadgets.client
Specifies the type of content and the list of views.
Gadget.InjectContent - Annotation Type in com.google.gwt.gadgets.client
Enables developers to define hand-written content that is injected into the gadget manifest file.
Gadget.InjectModulePrefs - Annotation Type in com.google.gwt.gadgets.client
Enables developers to define hand-written content for the ModulePrefs section of the gadget manifset file.
Gadget.ModulePrefs - Annotation Type in com.google.gwt.gadgets.client
Defines the preferences associated with the gadget.
GadgetAds<T extends AdsUserPreferences> - Class in com.google.gwt.gadgets.client
A base class for writing a Google Gadget Ads.
GadgetAds() - Constructor for class com.google.gwt.gadgets.client.GadgetAds
 
GadgetAds.SupportedGoogleAdSenseAdFormats - Class in com.google.gwt.gadgets.client
This class contains the list of supported Google AdSense Ad Formats.
GadgetAds.SupportedGoogleAdSenseAdFormats() - Constructor for class com.google.gwt.gadgets.client.GadgetAds.SupportedGoogleAdSenseAdFormats
 
GadgetFeature - Interface in com.google.gwt.gadgets.client
This is a tag interface for API objects that provide access to optional features within the Gadget container.
GadgetFeature.FeatureName - Annotation Type in com.google.gwt.gadgets.client
Allows the Gadget manifest generator to automatically generate requires elements.
GadgetFeature.MayRequire - Annotation Type in com.google.gwt.gadgets.client
This annotation allows additional MayRequire tags to be added to the module specification.
GadgetGenerator - Class in com.google.gwt.gadgets.rebind
Write the top layer in the Gadget bootstrap sandwich and generate a stub manifest that will be completed by the linker.
GadgetGenerator() - Constructor for class com.google.gwt.gadgets.rebind.GadgetGenerator
 
GadgetImage - Class in com.google.gwt.gadgets.client.ui
Image that will be cached by the Gadget Container unless this is not executed in a Gadget Container.
GadgetImage() - Constructor for class com.google.gwt.gadgets.client.ui.GadgetImage
Constructs a new GadgetImage.
GadgetImage(String) - Constructor for class com.google.gwt.gadgets.client.ui.GadgetImage
Constructs a new GadgetImage given the image's URL.
GadgetImage(String, int, int, int, int) - Constructor for class com.google.gwt.gadgets.client.ui.GadgetImage
Creates a clipped image with a specified URL and visibility rectangle.
GadgetLinker - Class in com.google.gwt.gadgets.linker
Finalizes the module manifest file with the selection script.
GadgetLinker() - Constructor for class com.google.gwt.gadgets.linker.GadgetLinker
 
generate(TreeLogger, GeneratorContext, String) - Method in class com.google.gwt.gadgets.rebind.ContentSectionGenerator
 
generate(TreeLogger, GeneratorContext, String) - Method in class com.google.gwt.gadgets.rebind.GadgetGenerator
 
generate(TreeLogger, GeneratorContext, String) - Method in class com.google.gwt.gadgets.rebind.UserPreferencesGenerator
 
generateFeatureInitializer(TreeLogger, TypeOracle, SourceWriter, JClassType, JClassType) - Method in class com.google.gwt.gadgets.rebind.GadgetGenerator
 
generateGadgetManifest(TreeLogger, TypeOracle, JClassType, Writer) - Method in class com.google.gwt.gadgets.rebind.GadgetGenerator
 
generateScriptInjector(String) - Method in class com.google.gwt.gadgets.linker.GadgetLinker
 
generateSelectionScript(TreeLogger, LinkerContext, ArtifactSet) - Method in class com.google.gwt.gadgets.linker.GadgetLinker
 
generateStylesheetInjector(String) - Method in class com.google.gwt.gadgets.linker.GadgetLinker
 
getBool(String) - Method in class com.google.gwt.gadgets.client.impl.PreferencesUtil
 
getCachedUrl(String) - Method in class com.google.gwt.gadgets.client.IntrinsicFeature
Returns a proxy URL that can be used to access a given URL.
getCachedUrl(String, int) - Method in class com.google.gwt.gadgets.client.IntrinsicFeature
Returns a proxy URL that can be used to access a given URL with a specified refresh interval specified in seconds.
getContentDiv() - Method in class com.google.gwt.gadgets.client.DynamicHeightFeature
Use this method to retrieve the RootPanel to attach all gadget content to when using DynamicHeight.
getCurrentView() - Method in class com.google.gwt.gadgets.client.ViewFeature
Returns the current view.
getDescription() - Method in class com.google.gwt.gadgets.linker.GadgetLinker
 
getFetchedContent() - Method in class com.google.gwt.gadgets.client.event.ContentFetchedHandler.ContentFetchedEvent
Returns the fetched content.
getFetchedXmlContent() - Method in class com.google.gwt.gadgets.client.event.XmlContentFetchedHandler.XmlContentFetchedEvent
Returns the fetched content.
getImageUrl(String) - Method in class com.google.gwt.gadgets.client.IntrinsicFeature
Returns a proxy URL that can be used to access the given image's URL.
getImageUrl(String, int) - Method in class com.google.gwt.gadgets.client.IntrinsicFeature
Returns a proxy URL that can be used to access a given image's URL with a specified refresh interval specified in seconds.
getMsg(String) - Method in class com.google.gwt.gadgets.client.impl.PreferencesUtil
 
getName() - Method in class com.google.gwt.gadgets.client.UserPreferences.Preference
The unique name of the preference.
getName() - Method in class com.google.gwt.gadgets.client.View
Returns the name of the view.
getParam(String) - Method in class com.google.gwt.gadgets.client.ViewFeature.Params
 
getParams() - Method in class com.google.gwt.gadgets.client.ViewFeature
 
getSelectionScriptTemplate(TreeLogger, LinkerContext) - Method in class com.google.gwt.gadgets.linker.GadgetLinker
 
getString(String) - Method in class com.google.gwt.gadgets.client.impl.PreferencesUtil
 
getSupportedViews() - Method in class com.google.gwt.gadgets.client.ViewFeature
Returns all views that are supported by the container.
getUrl() - Method in class com.google.gwt.gadgets.client.event.ContentFetchedHandler.ContentFetchedEvent
Returns the fetched content's URL.
getUrl() - Method in class com.google.gwt.gadgets.client.event.XmlContentFetchedHandler.XmlContentFetchedEvent
Returns the fetched content's URL.
getUrlTemplate() - Method in class com.google.gwt.gadgets.client.View
Returns a string URI template conforming to the IETF spec draft with variables for substitution.
getValue() - Method in class com.google.gwt.gadgets.client.BooleanPreference
Returns a boolean value for a preference (shows as a checkbox).
getValue() - Method in class com.google.gwt.gadgets.client.ListPreference
Returns the value of a list preference as a list of strings.
getValue() - Method in class com.google.gwt.gadgets.client.StringPreference
Returns the value of a preference as a string.
getValue() - Method in class com.google.gwt.gadgets.client.UserPreferences.Preference
Returns the current value of the preference.
getView(String) - Method in class com.google.gwt.gadgets.client.ViewFeature.Views
Returns a view given the name as a string.

H

HOME - Static variable in class com.google.gwt.gadgets.client.ViewType
A view where the gadget is displayed in a small area usually on a page with other gadgets.

I

init(T) - Method in class com.google.gwt.gadgets.client.ContentSection
This is the entry method for the content section.
init(T) - Method in class com.google.gwt.gadgets.client.Gadget
This method will be called after all of the feature initialization hooks have been called.
initializeFeature(AdsFeature) - Method in interface com.google.gwt.gadgets.client.NeedsAds
Entry point that gets called back to handle the Ads feature initialization.
initializeFeature(AnalyticsFeature) - Method in interface com.google.gwt.gadgets.client.NeedsAnalytics
Entry point that gets called back to handle analytics feature initialization.
initializeFeature(DynamicHeightFeature) - Method in interface com.google.gwt.gadgets.client.NeedsDynamicHeight
Entry point that gets called back to handle dynamic height feature initialization.
initializeFeature(IntrinsicFeature) - Method in interface com.google.gwt.gadgets.client.NeedsIntrinsics
Entry point that gets called back to handle intrinsic features initialization.
initializeFeature(SetPrefsFeature) - Method in interface com.google.gwt.gadgets.client.NeedsSetPrefs
Entry point that gets called back to handle set preferences feature initialization.
initializeFeature(SetTitleFeature) - Method in interface com.google.gwt.gadgets.client.NeedsSetTitle
Entry point that gets called back to handle set title feature initialization.
initializeFeature(ViewFeature) - Method in interface com.google.gwt.gadgets.client.NeedsViews
Entry point that gets called to handle views feature initialization.
INTRINSIC - Static variable in annotation type com.google.gwt.gadgets.client.GadgetFeature.FeatureName
A value used to indicate that the feature is implicitly available in the container and does not need a requires tag in the manifest.
IntrinsicFeature - Class in com.google.gwt.gadgets.client
Provides access to intrinsic APIs provided by the container that are not part of a feature-specific API.
isOnlyVisibleGadget() - Method in class com.google.gwt.gadgets.client.View
Returns true if the gadget is the only visible gadget in this view.

L

LARGE_RECTANGLE_HEIGHT - Static variable in class com.google.gwt.gadgets.client.GadgetAds.SupportedGoogleAdSenseAdFormats
Large Rectangle ad format height which is 280px.
LARGE_RECTANGLE_WIDTH - Static variable in class com.google.gwt.gadgets.client.GadgetAds.SupportedGoogleAdSenseAdFormats
Large Rectangle ad format width which is 336px.
LEADERBOARD_HEIGHT - Static variable in class com.google.gwt.gadgets.client.GadgetAds.SupportedGoogleAdSenseAdFormats
Leaderboard Adsense ad format height which is 90px.
LEADERBOARD_WIDTH - Static variable in class com.google.gwt.gadgets.client.GadgetAds.SupportedGoogleAdSenseAdFormats
Leaderboard Adsense ad format width which is 728px.
link(TreeLogger, LinkerContext, ArtifactSet) - Method in class com.google.gwt.gadgets.linker.GadgetLinker
 
ListPreference - Class in com.google.gwt.gadgets.client
A list of String preferences.
ListPreference() - Constructor for class com.google.gwt.gadgets.client.ListPreference
 

M

MEDIUM_RECTANGLE_HEIGHT - Static variable in class com.google.gwt.gadgets.client.GadgetAds.SupportedGoogleAdSenseAdFormats
Medium Rectangle ad format height which is 250px.
MEDIUM_RECTANGLE_WIDTH - Static variable in class com.google.gwt.gadgets.client.GadgetAds.SupportedGoogleAdSenseAdFormats
Medium Rectangle ad format width which is 300px.

N

nativeInitPrefs() - Static method in class com.google.gwt.gadgets.client.impl.PreferencesUtil
 
NeedsAds - Interface in com.google.gwt.gadgets.client
Indicates that a Gadget requires access to the Ads features of the container.
NeedsAnalytics - Interface in com.google.gwt.gadgets.client
Indicates that a Gadget requires the Google Analytics feature.
NeedsDynamicHeight - Interface in com.google.gwt.gadgets.client
Indicates that a Gadget may need to be resized automatically by the container.
NeedsIntrinsics - Interface in com.google.gwt.gadgets.client
Indicates that a Gadget requires access to intrinsic features of the container.
NeedsLockedDomain - Interface in com.google.gwt.gadgets.client
The locked-domain library isolates your gadgets from other gadgets running on the same page.
NeedsSetPrefs - Interface in com.google.gwt.gadgets.client
Indicates that a Gadget intends to save preferences data.
NeedsSetTitle - Interface in com.google.gwt.gadgets.client
Indicates that a Gadget needs to be able to set its own title.
NeedsViews - Interface in com.google.gwt.gadgets.client
Indicates that a Gadget has different views.

O

onContentFetched(ContentFetchedHandler.ContentFetchedEvent) - Method in interface com.google.gwt.gadgets.client.event.ContentFetchedHandler
Method to be invoked when a pending content fetch completes.
onModuleLoad() - Method in class com.google.gwt.gadgets.client.Gadget
This is used by the Gadget framework for low-level bootstrap functions.
onXmlContentFetched(XmlContentFetchedHandler.XmlContentFetchedEvent) - Method in interface com.google.gwt.gadgets.client.event.XmlContentFetchedHandler
Method to be invoked when a pending XML content fetch completes.

P

PreferenceGenerator - Interface in com.google.gwt.gadgets.rebind
Pluggable support for new Preference types.
PreferenceGeneratorName - Annotation Type in com.google.gwt.gadgets.client.impl
Specifies the name of the type of PreferenceGenerator should be used when generating the implementation a Preference.
PreferencesUtil - Class in com.google.gwt.gadgets.client.impl
Provides access to Gadget preferences support.
PreferencesUtil() - Constructor for class com.google.gwt.gadgets.client.impl.PreferencesUtil
 
prefs - Variable in class com.google.gwt.gadgets.client.UserPreferences.Preference
Access to the low-level preferences API.
PREVIEW - Static variable in class com.google.gwt.gadgets.client.ViewType
A demo view of the gadget.
PROFILE - Static variable in class com.google.gwt.gadgets.client.ViewType
A view where the gadget is displayed in a small area usually on a page with other gadgets.
push(JavaScriptObject, String) - Method in class com.google.gwt.gadgets.client.impl.PreferencesUtil
 

R

recordPageView(String, String) - Method in class com.google.gwt.gadgets.client.AnalyticsFeature
Record a page view.
reportInteraction() - Method in class com.google.gwt.gadgets.client.AdsFeature
Reports a single user-interaction.
reportInteraction(String) - Method in class com.google.gwt.gadgets.client.AdsFeature
Reports a named user-interaction.
reportInteraction(String, String) - Method in class com.google.gwt.gadgets.client.AdsFeature
Reports a named user-interaction that you want summed-up.
reportInteractionClick(String, String, String) - Method in class com.google.gwt.gadgets.client.AdsFeature
Reliably reports an interaction followed by a clickthrough and redirect to the destination URL.
requestNavigateTo(View) - Method in class com.google.gwt.gadgets.client.ViewFeature
Moves the current view, to the new one

S

set(String, String) - Method in class com.google.gwt.gadgets.client.impl.PreferencesUtil
 
set(UserPreferences.Preference<T>, T) - Method in class com.google.gwt.gadgets.client.SetPrefsFeature
Assign a new value to the specified preference.
setArray(String, JavaScriptObject) - Method in class com.google.gwt.gadgets.client.impl.PreferencesUtil
 
SetPrefsFeature - Class in com.google.gwt.gadgets.client
Provides access to the preference-saving API.
setTitle(String) - Method in class com.google.gwt.gadgets.client.SetTitleFeature
Change the Gadget's displayed title.
SetTitleFeature - Class in com.google.gwt.gadgets.client
Provides access to the title.
setUrl(String) - Method in class com.google.gwt.gadgets.client.ui.GadgetImage
Sets the image's URL.
setUrlAndVisibleRect(String, int, int, int, int) - Method in class com.google.gwt.gadgets.client.ui.GadgetImage
Sets the url and the visibility rectangle for the image at the same time.
SKYSCRAPER_HEIGHT - Static variable in class com.google.gwt.gadgets.client.GadgetAds.SupportedGoogleAdSenseAdFormats
Skyscraper ad format height which is 600px.
SKYSCRAPER_WIDTH - Static variable in class com.google.gwt.gadgets.client.GadgetAds.SupportedGoogleAdSenseAdFormats
Skyscraper ad format height width is 120px.
SMALL_SQUARE_HEIGHT - Static variable in class com.google.gwt.gadgets.client.GadgetAds.SupportedGoogleAdSenseAdFormats
Small Square Adsense ad format height which is 200px.
SMALL_SQUARE_WIDTH - Static variable in class com.google.gwt.gadgets.client.GadgetAds.SupportedGoogleAdSenseAdFormats
Small Square Adsense ad format width which is 200px.
SQUARE_HEIGHT - Static variable in class com.google.gwt.gadgets.client.GadgetAds.SupportedGoogleAdSenseAdFormats
Square Adsense ad format height which is 250px.
SQUARE_WIDTH - Static variable in class com.google.gwt.gadgets.client.GadgetAds.SupportedGoogleAdSenseAdFormats
Square Adsense ad format width which is 250px.
StringPreference - Class in com.google.gwt.gadgets.client
A String preference.
StringPreference() - Constructor for class com.google.gwt.gadgets.client.StringPreference
 

T

TYPE_BROWSER - Static variable in annotation type com.google.gwt.gadgets.client.GadgetFeature.MayRequire
 
TYPE_PLATFORM - Static variable in annotation type com.google.gwt.gadgets.client.GadgetFeature.MayRequire
 
TYPE_PLUGIN - Static variable in annotation type com.google.gwt.gadgets.client.GadgetFeature.MayRequire
 

U

UserPreferences - Interface in com.google.gwt.gadgets.client
Encapsulates user preferences for a Gadget.
UserPreferences.DataType - Annotation Type in com.google.gwt.gadgets.client
Used to declare the container data type for a Preference.
UserPreferences.Preference<T> - Class in com.google.gwt.gadgets.client
Represents the types of user preferences available in the Gadget container.
UserPreferences.Preference() - Constructor for class com.google.gwt.gadgets.client.UserPreferences.Preference
 
UserPreferences.PreferenceAttributes - Annotation Type in com.google.gwt.gadgets.client
Annotates instances of Preference getters in UserPreferences objects.
UserPreferences.PreferenceAttributes.Options - Enum in com.google.gwt.gadgets.client
Additional, mutually exclusive options to apply to a preference.
UserPreferencesGenerator - Class in com.google.gwt.gadgets.rebind
Provides a binding from a UserPreferences subtype to the Gadget container's preferences API.
UserPreferencesGenerator() - Constructor for class com.google.gwt.gadgets.rebind.UserPreferencesGenerator
 

V

validateType(TreeLogger, JClassType) - Method in class com.google.gwt.gadgets.rebind.GadgetGenerator
 
validateType(TreeLogger, JClassType) - Method in class com.google.gwt.gadgets.rebind.UserPreferencesGenerator
 
valueOf(String) - Static method in enum com.google.gwt.gadgets.client.UserPreferences.PreferenceAttributes.Options
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.google.gwt.gadgets.client.UserPreferences.PreferenceAttributes.Options
Returns an array containing the constants of this enum type, in the order they're declared.
View - Class in com.google.gwt.gadgets.client
This class is the base for all view objects.
View() - Constructor for class com.google.gwt.gadgets.client.View
 
ViewFeature - Class in com.google.gwt.gadgets.client
Provides operations for dealing with views.
ViewFeature() - Constructor for class com.google.gwt.gadgets.client.ViewFeature
 
ViewFeature.Params - Class in com.google.gwt.gadgets.client
This is used to return view parameters.
ViewFeature.Params() - Constructor for class com.google.gwt.gadgets.client.ViewFeature.Params
 
ViewFeature.Views - Class in com.google.gwt.gadgets.client
This is used to return views.
ViewFeature.Views() - Constructor for class com.google.gwt.gadgets.client.ViewFeature.Views
 
ViewType - Class in com.google.gwt.gadgets.client
Contains all the view type objects.
ViewType() - Constructor for class com.google.gwt.gadgets.client.ViewType
 

W

WIDE_SKYSCRAPER_HEIGHT - Static variable in class com.google.gwt.gadgets.client.GadgetAds.SupportedGoogleAdSenseAdFormats
Wide Skyscraper ad format height which is 600px.
WIDE_SKYSCRAPER_WIDTH - Static variable in class com.google.gwt.gadgets.client.GadgetAds.SupportedGoogleAdSenseAdFormats
Wide Skyscraper ad format width which is 160px.
writeInstantiation(TreeLogger, SourceWriter, JClassType, JMethod) - Method in class com.google.gwt.gadgets.rebind.DefaultPreferenceGenerator
Write an instantiation expression for a given Preference subtype.
writeInstantiation(TreeLogger, SourceWriter, JClassType, JMethod) - Method in class com.google.gwt.gadgets.rebind.EnumPreferenceGenerator
 
writeInstantiation(TreeLogger, SourceWriter, JClassType, JMethod) - Method in interface com.google.gwt.gadgets.rebind.PreferenceGenerator
Called by GadgetGenerator to have an instantiation of the Preference instance written into a SourceWriter.
writeInstantiation(TreeLogger, SourceWriter, JClassType, JMethod) - Method in class com.google.gwt.gadgets.rebind.UserPreferencesGenerator
Write an instantiation expression for a given Preference subtype.

X

XmlContentFetchedHandler - Interface in com.google.gwt.gadgets.client.event
The primary interface a caller must implement to receive a response to an IntrinsicFeature.fetchXmlContent(String, XmlContentFetchedHandler).
XmlContentFetchedHandler.XmlContentFetchedEvent - Class in com.google.gwt.gadgets.client.event
Encapsulates the arguments for the IntrinsicFeature.fetchXmlContent() response.
XmlContentFetchedHandler.XmlContentFetchedEvent(ObjectElement, String) - Constructor for class com.google.gwt.gadgets.client.event.XmlContentFetchedHandler.XmlContentFetchedEvent
 

A B C D E F G H I L M N O P R S T U V W X