|
Class Summary |
| 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. |
| CollapsePanel |
The collapse state of a content panel. |
| Component |
Base class for GXT components. |
| ComponentHelper |
|
| 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 |
Displays a list of list items. |
| DataListItem |
A item contained in a List. |
| DataListSelectionModel |
DataList selection model. |
| DataView |
A mechanism for displaying data using custom layout templates. |
| DataViewItem |
A item in a DataView. |
| 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. |
| 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. |
| Items<T extends Component> |
A selection of items in a container. |
| 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. |
| PagingToolBar |
A specialized toolbar that is bound to a ListLoader and provides
automatic paging controls. |
| PngImage |
Image widget that overcomes PNG browser incompatabilities. |
| 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. |
| Shadow |
A transparent shadow. |
| SplitBar |
Creates draggable splitter on the side of a widget. |
| StatusBar |
Basic status bar. |
| StoreFilterField<M extends ModelData> |
A TriggerField that filters its bound stores based on the value
of the field. |
| TabItem |
A tab in 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 viewport 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. |