com.google.gwt.gadgets.client
Interface GadgetFeature

All Known Implementing Classes:
AdsFeature, AnalyticsFeature, DynamicHeightFeature, IntrinsicFeature, SetPrefsFeature, SetTitleFeature, ViewFeature

public interface GadgetFeature

This is a tag interface for API objects that provide access to optional features within the Gadget container. A GadgetFeature must define a zero-arg constructor with an arbitrary access modifier.


Nested Class Summary
static interface GadgetFeature.FeatureName
          Allows the Gadget manifest generator to automatically generate requires elements.
static interface GadgetFeature.MayRequire
          This annotation allows additional MayRequire tags to be added to the module specification.