com.google.gwt.gadgets.client
Interface DynamicHeightFeature

All Known Implementing Classes:
DynamicHeightFeatureImpl

public interface DynamicHeightFeature

Provides access to the dynamic height feature.


Method Summary
 void adjustHeight()
          Causes the Gadget to be resized.
 com.google.gwt.user.client.ui.RootPanel getContentDiv()
          Use this method to retrieve the RootPanel to attach all gadget content to when using DynamicHeight.
 

Method Detail

adjustHeight

void adjustHeight()
Causes the Gadget to be resized. Make sure you have added your content to the RootPanel returned by getContentDiv().


getContentDiv

com.google.gwt.user.client.ui.RootPanel getContentDiv()
Use this method to retrieve the RootPanel to attach all gadget content to when using DynamicHeight.

Returns:
a pointer to a panel that will allow your gadget to be resizable when you add content here.