Package com.maryanovsky.gwtutils.client.ui

Interface Summary
ButtonScrollPanel.Resources The interface for the resources required by the scroll pane.
DialogCallback The callback interface for dialogs.
DropDownList.Resources The interface for the resources required by a drop-down list.
ImageBordersPanel.BorderImages The interface specifying the images.
ImageLoadListener The interface for getting notified when an image finishes loading.
 

Class Summary
Accordion An "Accordion" panel.
AdjustableDockLayoutPanel A DockLayoutPanel which allows the sizes of the widgets to be adjusted after they are added.
AlignPanel A panel which positions its sole child in one of the 9 locations defined by the combination of the 3 horizontal positions left,center,right and the 3 vertical positions top,center,bottom.
Animation A convenient method to perform animations.
ButtonScrollPanel A scroll panel which scrolls its contents with two buttons instead of a scroll bar.
CssLength Encapsulates a CSS length, that is a value and the CSS unit of this value ("2em", "5px" etc).
DeckLayoutPanel A DeckPanel which also implements RequiresResize and ProvidesResize.
DefaultSizeAccordion An Accordion where a default height for the widgets and their headers is specified in the constructor.
Dialog Emulates a real dialog by using a callback which is invoked when the dialog's operation is done.
DropDownList A simple drop down list.
EventCancellingPanel A panel which allows cancelling the bubbling of and preventing the default action from occurring on a specified set of events it receives.
Form A panel which manages most of the tedious work behind setting up a well-arranged and properly aligned form.
GlassPane A panel which can be used to cover a panel and prevent mouse events from reaching it.
GwtUiDefaults Defines various usefil UI related values, such as preferred spacing between elements, difference in element sizes which allows aligning them etc.
ImageBordersPanel A panel which decorates its contents with a border specified by 16 images (3 at each side and one at each corner).
ImageButton An button widget with an image (with rollover and selection effects) and an optional label.
ImageLoadingManager Implements a queue of images to be loaded by the browser.
InlineSimplePanel A SimplePanel which wraps another widget in a span element.
PilePanel A panel which piles its children on top of each other, each placed at 0,0 and fills the 100% of the width and height of the panel.
PlainHyperlink A plain HTML hyperlink, you know, the normal kind, which opens a URL when clicked.
ToggleImageButton A toggle button based on the ImageButton class.
UiBinderLayoutSize A small hack which allows one to pass size information from a UiBinder ui.xml file to the code that does the actual layout.
UiUtils A utility class for UI related functionality.
UrlImagePrototype An image prototype which returns images from a certain URL.
Wizard A wizard is a multi-stage dialog.
WrapperPanel A SimplePanel which makes any child widget fill it completely.
 

Enum Summary
Alignment Convenient constants for placement to be used instead of a pair of alignment constants.
GwtUiDefaults.WidgetElementType The enumeration of types of widgets for which we offer special treatment.