Package com.google.gwt.widgetideas.client

Interface Summary
FastTree.DefaultResources Resources used.
HasFastTreeItems A widget that implements this interface contains FastTreeItem children and can add and remove them.
ResizableWidget An interface that defines the methods required to support automatic resizing of the Widget element.
SliderBar.LabelFormatter A formatter used to format the labels displayed in the widget.
SliderBar.SliderBarImages An ImageBundle that provides images for SliderBar.
 

Class Summary
CollapsiblePanel CollapsiblePanel makes its contained contents collapsible.
CollapsiblePanel.Styles CollapsiblePanel styles.
CurrencyWidget TODO:Add javadoc
CurrencyWidgetWithPreview TODO JavaDoc.
DropDownPanel A popup panel that can position itself below another widget.
EmbeddedObject An embedded object, such as a flash application.
FastTree A standard hierarchical tree widget.
FastTreeItem An item that can be contained within a FastTree.
GlassPanel Semi-transparent panel which can be attached to any AbsolutePanel, although typically a RootPanel via parent.add(glassPanel, 0, 0).
LazyPanel<T extends Widget> Convenience class to help lazy loading.
ListeningFastTreeItem Convenience class used to allow IDE users to quickly override the event methods on FastTreeItem.
ProgressBar A widget that displays progress on an arbitrary scale.
ProgressBar.TextFormatter A formatter used to format the text displayed in the progress bar widget.
ResizableWidgetCollection A collection of ResizableWidget that periodically checks the outer dimensions of a widget and redraws it as necessary.
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.
YouTubeViewer A Widget used to embed a single YouTube video.
 

Enum Summary
CollapsiblePanel.State Current CollapsiblePanel state.