com.gwtext.client.widgets |
|
Java Source File Name | Type | Comment |
BaseExtWidget.java | Class | Base abstract Widget class. |
BoxComponent.java | Class | Base class for any visual
Component that uses a box container. |
Button.java | Class | Simple Button class. |
ColorPalette.java | Class | Simple color palette class for choosing colors. |
Component.java | Class | Base class for all Ext components. |
ComponentFactory.java | Class | Component factory class. |
ComponentMgr.java | Class | Component manager. |
ComponentPlugin.java | Class | |
ComponentTraversalCallback.java | Interface | Component traversal callback interface. |
Container.java | Class | Base class for any
BoxComponent that can contain other components. |
CycleButton.java | Class | A specialized SplitButton that contains a menu of
CheckItem elements. |
DataView.java | Class | A mechanism for displaying data using custom layout templates and formatting. |
DatePicker.java | Class | Simple date picker class. |
DefaultsHandler.java | Interface | Interface that is used by
com.gwtext.client.widgets.Container.setDefaults(DefaultsHandler) . |
Editor.java | Class | A base editor field that handles displaying/hiding on demand and has some built-in sizing and event handling logic. |
Extension.java | Interface | |
HTMLPanel.java | Class | Convenience Panel subclass for HTML-only Components. |
Layer.java | Class | An extended
ExtElement object that supports a shadow and shim, constrain to viewport and automatic maintaining of shadow/shim positions. |
LayerConfig.java | Class | Configuration class for a Layer. |
LoadMask.java | Class | A simple utility class for generically masking elements while loading data. |
MessageBox.java | Class | Utility class for generating different styles of message boxes.
Note that the MessageBox is asynchronous. |
MessageBoxConfig.java | Class | com.gwtext.client.widgets.MessageBox configuration class. |
Observable.java | Interface | |
PaddedPanel.java | Class | Helper class that wraps a Panel with shell panel adding the specified padding. |
PagingToolbar.java | Class | A specialized toolbar that is bound to a
Store and provides automatic paging controls. |
Panel.java | Class | Panel is a container that has specific functionality and structural components that make it the perfect building
block for application-oriented user interfaces. |
PanelDragData.java | Class | An implementation of DragData that is passed to the drop target when the source is a Panel. |
ProgressBar.java | Class | An updateable progress bar component. |
QuickTip.java | Class | |
QuickTips.java | Class | Provides attractive and customizable tooltips for any element. |
QuickTipsConfig.java | Class | Configuration class for
com.gwtext.client.widgets.QuickTips . |
Resizable.java | Class | Applies drag handles to an element to make it resizable. |
ResizableConfig.java | Class | Configuration class for
com.gwtext.client.widgets.Resizable . |
Shadow.java | Class | Simple class that can provide a shadow effect for any element. |
SplitButton.java | Class | A split button that provides a built-in dropdown arrow that can fire an event separately from the default click event
of the button. |
TabPanel.java | Class | A lightweight tab container. |
Tip.java | Class | This is the base class for
QuickTips and Tooltip that provides the basic layout and positioning that
all tip-based classes require. |
Tool.java | Class | |
Toolbar.java | Class | Basic Toolbar class. |
ToolbarButton.java | Class | A button that renders into a toolbar. |
ToolbarFill.java | Class | A simple element that adds a greedy (100% width) horizontal space to a toolbar. |
ToolbarItem.java | Class | The base class that other classes should extend in order to get some basic common toolbar item functionality. |
ToolbarMenuButton.java | Class | A menu button that renders into a toolbar. |
ToolbarSeparator.java | Class | Toolbar separator class. |
ToolbarSpacer.java | Class | Toolbar spacer class. |
ToolbarTextItem.java | Class | A simple class that renders text directly into a toolbar. |
ToolTip.java | Class | A standard tooltip implementation for providing additional information when hovering over a target element. |
Viewport.java | Class | A specialized container representing the viewable application area (the browser viewport).
The Viewport renders itself to the document body, and automatically sizes itself to the size of the browser viewport and
manages window resizing. |
WaitConfig.java | Class | Wait configuration class. |
WidgetComponent.java | Class | Adapter between GWT
com.google.gwt.user.client.ui.Widget 's and
com.gwtext.client.widgets.Component 's. |
Window.java | Class | A specialized panel intended for use as an application window. |
WindowGroup.java | Class | An object that represents a group of
Window instances and provides z-order management and window activation behavior. |
WindowMgr.java | Class | The default global window group that is available automatically. |