com.google.gwt.gadgets.client
Interface NeedsDynamicHeight


@GadgetFeature.FeatureName(value="dynamic-height")
public interface NeedsDynamicHeight

Indicates that a Gadget may need to be resized automatically by the container.


Method Summary
 void initializeFeature(DynamicHeightFeature feature)
          Entry point that gets called back to handle dynamic height feature initialization.
 

Method Detail

initializeFeature

void initializeFeature(DynamicHeightFeature feature)
Entry point that gets called back to handle dynamic height feature initialization.

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