Uses of Interface
com.google.gwt.widgetideas.client.ResizableWidget

Packages that use ResizableWidget
com.google.gwt.widgetideas.client   
com.google.gwt.widgetideas.table.client   
 

Uses of ResizableWidget in com.google.gwt.widgetideas.client
 

Classes in com.google.gwt.widgetideas.client that implement ResizableWidget
 class ProgressBar
          A widget that displays progress on an arbitrary scale.
 class SliderBar
          A widget that allows the user to select a value within a range of possible values using a sliding bar that responds to mouse events.
 

Methods in com.google.gwt.widgetideas.client with parameters of type ResizableWidget
 void ResizableWidgetCollection.add(ResizableWidget widget)
          Add a resizable widget to the collection.
 void ResizableWidgetCollection.remove(ResizableWidget widget)
          Remove a ResizableWidget from the collection.
 

Uses of ResizableWidget in com.google.gwt.widgetideas.table.client
 

Classes in com.google.gwt.widgetideas.table.client that implement ResizableWidget
 class PagingScrollTable<R>
          A ScrollTable that acts as a view for an underlying TableModel.
 class ScrollTable
           ScrollTable consists of a fixed header and footer (optional) that remain visible and a scrollable body that contains the data.