com.google.gwt.gadgets.client
Interface NeedsViews


@GadgetFeature.FeatureName(value="views")
public interface NeedsViews

Indicates that a Gadget has different views.


Method Summary
 void initializeFeature(ViewFeature feature)
          Entry point that gets called to handle views feature initialization.
 

Method Detail

initializeFeature

void initializeFeature(ViewFeature feature)
Entry point that gets called to handle views feature initialization.

Parameters:
feature - an instance of the feature to use to invoke feature specific methods