Package com.extjs.gxt.ui.client.widget

GXT widgets and other user-interface classes.

See:
          Description

Interface Summary
ComponentAttachable Instances of this class are notified when their containing component is attached and detached.
ComponentPlugin Defines the interface for component plugins.
IconSupport Interface for objects that support icons.
 

Class Summary
AriaSupport ARIA component support.
BoxComponent Base class for any visual Component that uses a box container.
CardPanel This container contains multiple widgets, each fit to the container, where only a single widget can be visible at any given time.
CheckBoxListView<M extends ModelData>  
CollapsePanel The collapse state of a content panel.
ColorPalette Basic color component.
Component Base class for GXT components.
ComponentComposite A GWT Composite subclass that handles GXT lazy rendering.
ComponentHelper Provides access to package protected methods of component and widget.
ComponentManager Provides a registry of all attached components.
Composite A component that wraps another component, hiding the wrapped components public API.
Container<T extends Component> Class for any BoxComponent that can contain other components.
ContentPanel ContentPanel is a component container that has specific functionality and structural components that make it the perfect building block for application-oriented user interfaces.
DataList Deprecated. see ListView
DataListItem Deprecated. see ListView
DataListSelectionModel Deprecated. Use ListView
DataView Deprecated. see ListView
DataViewItem Deprecated. see ListView
DatePicker Simple date picker.
Dialog A Window with specialized support for buttons.
Document Wraps the document element and provides the ability to listen for document events.
Editor A base editor field that handles displaying/hiding on demand and has some built-in sizing and event handling logic.
FocusManagerSupport Component support class for Focus Manager.
FramePanel Displays an iframe under a element to stop IE bleed through and applet related issues.
Header A custom component that supports an icon, text, and tool area.
HorizontalPanel A LayoutContainer that lays out its children in a single row using a TableRowLayout.
Html A component that contains arbitrary HTML text.
HtmlContainer A specialized container whose contents can be specified as an existing element, an html fragment, or a remote url.
Info Displays a message in the bottom right region of the browser for a specified amount of time.
InfoConfig Configuation settings for Info.
InputSlider A Slider with added support of a text field.
Items<T extends Component> A selection of items in a container.
Label A component that contains text in a HTML label element.
Layer An extended El object that supports a shadow and shim, constrain to viewport and automatic maintaining of shadow/shim positions.
Layout Layout provides the basic foundation for all other layout classes in GXT.
LayoutContainer A Container that lays out its children using a Layout.
ListView<M extends ModelData> A mechanism for displaying data using custom layout templates.
ListViewSelectionModel<M extends ModelData> ListView selection model.
MessageBox Utility class for generating different styles of message boxes.
ModalPanel A panel that grays out the view port and displays a widget above it.
Popup A panel that can be displayed over other widgets.
ProgressBar An updateable progress bar component.
ScrollContainer<T extends Component> A Container that scrolls its contents.
Shim An class that supports placing a shim over the client window, and optionally just over IFrames.
Slider Slider component.
SplitBar Creates a draggable splitter on the side of a widget.
Status Status component typically used within a ToolBar.
TabItem TabItems are added to a TabPanel.
TabPanel A basic tab container.
Text A component that contains text.
VerticalPanel A LayoutContainer that lays out its children in a single column using a TableLayout.
Viewport A LayoutContainer that fills the browser window and monitors window resizing.
WidgetComponent Creates a component from a widget.
Window A specialized content panel intended for use as an application window.
WindowManager An object that represents a group of Window instances and provides z-order management and window activation behavior.
 

Enum Summary
Layer.ShadowPosition  
MessageBox.MessageBoxType MessageBox type enumeration.
TabPanel.TabPosition Tab position enumeration.
 

Package com.extjs.gxt.ui.client.widget Description

GXT widgets and other user-interface classes.