|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Component | |
|---|---|
| com.sencha.gxt.dnd.core.client | Drag and drop framework. |
| com.sencha.gxt.state.client | Client side state provider. |
| com.sencha.gxt.widget.core.client | GXT widgets and other user-interface classes. |
| com.sencha.gxt.widget.core.client.box | |
| com.sencha.gxt.widget.core.client.button | Various GXT buttons. |
| com.sencha.gxt.widget.core.client.cell | |
| com.sencha.gxt.widget.core.client.container | |
| com.sencha.gxt.widget.core.client.event | |
| com.sencha.gxt.widget.core.client.form | FormPanel and form components. |
| com.sencha.gxt.widget.core.client.form.error | |
| com.sencha.gxt.widget.core.client.grid | |
| com.sencha.gxt.widget.core.client.grid.filters | |
| com.sencha.gxt.widget.core.client.info | |
| com.sencha.gxt.widget.core.client.menu | Menu and menu related classes. |
| com.sencha.gxt.widget.core.client.tips | ToolTips. |
| com.sencha.gxt.widget.core.client.toolbar | ToolBar and related classes. |
| com.sencha.gxt.widget.core.client.tree | Tree and related classes. |
| com.sencha.gxt.widget.core.client.treegrid | |
| Uses of Component in com.sencha.gxt.dnd.core.client |
|---|
| Subclasses of Component in com.sencha.gxt.dnd.core.client | |
|---|---|
class |
Insert
A custom widget used to show insert locations with drop targets. |
class |
StatusProxy
A custom widget used to display the status of the drag operation and information about the data being dragged. |
| Uses of Component in com.sencha.gxt.state.client |
|---|
| Classes in com.sencha.gxt.state.client with type parameters of type Component | |
|---|---|
class |
ComponentStateHandler<S,C extends Component>
Abstract state handler for Components, capable of using the widget's stateId property as a key instead of being given one. |
| Uses of Component in com.sencha.gxt.widget.core.client |
|---|
| Classes in com.sencha.gxt.widget.core.client with type parameters of type Component | |
|---|---|
interface |
ComponentPlugin<C extends Component>
Defines the interface for component plugins. |
| Subclasses of Component in com.sencha.gxt.widget.core.client | |
|---|---|
class |
AutoProgressBar
An auto mode progress bar widget. |
class |
CollapsePanel
Acts as a stand-in for a collapsed ContentPanel. |
class |
ColorPalette
A cell component that displays a palette of colors and allows the user to select one. |
class |
Composite
A component that wraps another component / widget, hiding the wrapped components public API. |
class |
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. |
class |
DatePicker
A date picker that displays a calendar for the specified month and provides the user the ability to select the month, year and day. |
class |
Dialog
A Window with specialized support for buttons. |
class |
FramedPanel
A ContentPanel that internally uses a @link FramedPanel.FramedPanelAppearance. |
class |
Header
A custom widget that supports an icon, text, and tool area. |
class |
ListView<M,N>
A ListView provides support for displaying a list of data. |
class |
ModalPanel
A panel that grays out the view port and displays a widget above it. |
class |
PlainTabPanel
A TabPanel with a plain tab bar, with no background behind each tab. |
class |
Popup
A panel that can be displayed over other widgets. |
class |
Portlet
A framed panel that is managed by a PortalLayoutContainer. |
class |
ProgressBar
An manual mode updateable progress bar widget. |
class |
Slider
Lets the user select a value by sliding an indicator within a bounded range. |
class |
SplitBar
Creates a draggable splitter on the side of a widget. |
class |
Status
A widget that displays a status message and icon, typically used in a tool bar. |
class |
TabPanel
A basic tab container. |
class |
WidgetComponent
Creates a widget from a widget. |
class |
Window
A specialized content panel intended for use as an application window. |
| Methods in com.sencha.gxt.widget.core.client that return Component | |
|---|---|
Component |
FocusManagerSupport.getComponent()
Returns the target widget. |
Component |
SplitBar.getContainer()
Returns the container widget. |
Component |
SplitBar.getTargetWidget()
Returns the resize widget. |
| Methods in com.sencha.gxt.widget.core.client with parameters of type Component | |
|---|---|
void |
Popup.show(Component widget)
Displays the popup aligned to the bottom left of the widget. |
void |
ModalPanel.show(Component component)
Displays the panel. |
| Constructors in com.sencha.gxt.widget.core.client with parameters of type Component | |
|---|---|
Resizable(Component resize)
Creates a new resizable instance with 8-way resizing. |
|
Resizable(Component resize,
Resizable.Dir... handles)
Creates a new resizable instance with the default appearance. |
|
Resizable(Resizable.ResizableAppearance appearance,
Component resize,
Resizable.Dir... handles)
Creates a new resizable instance with the specified appearance. |
|
SplitBar(SplitBar.SplitBarAppearance appearance,
Style.LayoutRegion region,
Component resizeWidget)
Creates a new split bar with the specified appearance |
|
SplitBar(Style.LayoutRegion region,
Component target)
Creates a split for bar for the specified layout region and target. |
|
SplitBar(Style.LayoutRegion style,
Component resizeWidget,
Component container)
Creates a new split bar. |
|
| Uses of Component in com.sencha.gxt.widget.core.client.box |
|---|
| Subclasses of Component in com.sencha.gxt.widget.core.client.box | |
|---|---|
class |
AbstractInputMessageBox
Abstract base class for message boxes containing an input field. |
class |
AlertMessageBox
A message box that displays an error icon. |
class |
AutoProgressMessageBox
A MessageBox which displays an AutoProgressBar. |
class |
ConfirmMessageBox
A message box that prompts for confirmation with YES and NO buttons. |
class |
MessageBox
Custom Dialog for displaying information to the user. |
class |
MultiLinePromptMessageBox
A message box that prompts for input with a multiple line text area and OK and CANCEL buttons. |
class |
ProgressMessageBox
A MessageBox which displays a ProgressBar. |
class |
PromptMessageBox
A message box that prompts for input with a single line text field and OK and CANCEL buttons. |
| Uses of Component in com.sencha.gxt.widget.core.client.button |
|---|
| Subclasses of Component in com.sencha.gxt.widget.core.client.button | |
|---|---|
class |
ButtonBar
A horizontal row of buttons. |
class |
ButtonGroup
|
class |
CellButtonBase<C>
|
class |
IconButton
A simple css styled button with 3 states: normal, over, and disabled. |
class |
SplitButton
A split button that provides a built-in dropdown arrow that can fire an event separately from the default click event of the button. |
class |
TextButton
A text button. |
class |
ToggleButton
A 2-state toggle button. |
class |
ToolButton
A IconButton that supports a set of predefined styles, see
IconButton.IconConfig. |
| Uses of Component in com.sencha.gxt.widget.core.client.cell |
|---|
| Subclasses of Component in com.sencha.gxt.widget.core.client.cell | |
|---|---|
class |
CellComponent<C>
A Component that wraps a Cell. |
| Uses of Component in com.sencha.gxt.widget.core.client.container |
|---|
| Subclasses of Component in com.sencha.gxt.widget.core.client.container | |
|---|---|
class |
AbstractHtmlLayoutContainer
A base class for HTML layout containers. |
class |
AccordionLayoutContainer
A layout container that manages multiple content panels in an expandable accordion style such that only one panel can be expanded at any given time (by default). |
class |
BorderLayoutContainer
A multi-pane, application-oriented layout container that supports multiple regions, automatic split bars between regions and built-in expanding and collapsing of regions. |
class |
BoxLayoutContainer
A base class for box layout containers. |
class |
CardLayoutContainer
A layout container that contains multiple widgets, each fit to the container, where only a single widget can be visible at any given time. |
class |
CenterLayoutContainer
A layout container that centers its single widget. |
class |
Container
Abstract base for components that can contain child widgets. |
class |
CssFloatLayoutContainer
A layout container that uses the CSS float style to enable widgets to float around other widgets. |
class |
FlowLayoutContainer
A flow layout container that supports scrolling and lays out its widgets using the default HTML layout behavior. |
class |
HBoxLayoutContainer
A layout container for horizontal rows of widgets. |
class |
HorizontalLayoutContainer
A layout container that lays out its children in a single row. |
class |
HtmlLayoutContainer
A layout container that lays out its children using an HTML template. |
class |
InsertContainer
A base class for layout containers that can insert widgets. |
class |
InsertResizeContainer
A base class for layout containers that can insert widgets and honor the RequiresResize contract. |
class |
NorthSouthContainer
A layout container that supports north (top) and south (bottom) regions. |
class |
PortalLayoutContainer
A layout container that lays out its children in in multiple columns, each containing zero or more Portlets. |
class |
ResizeContainer
A base class for layout containers that require resize support. |
class |
SimpleContainer
SimpleContainer takes one child and sizes it to match the container size. |
class |
VBoxLayoutContainer
A layout container for vertical columns of widgets. |
class |
VerticalLayoutContainer
A layout container that lays out its children in a single column. |
class |
Viewport
A LayoutContainer that fills the browser window and monitors window resizing. |
| Uses of Component in com.sencha.gxt.widget.core.client.event |
|---|
| Methods in com.sencha.gxt.widget.core.client.event that return Component | |
|---|---|
Component |
ShowEvent.getSource()
|
Component |
ShowContextMenuEvent.getSource()
|
Component |
RefreshEvent.getSource()
|
Component |
OverflowEvent.getSource()
|
Component |
MoveEvent.getSource()
|
Component |
MinimizeEvent.getSource()
|
Component |
MaximizeEvent.getSource()
|
Component |
HideEvent.getSource()
|
Component |
FocusEvent.getSource()
|
Component |
ExpandItemEvent.getSource()
|
Component |
EnableEvent.getSource()
|
Component |
DisableEvent.getSource()
|
Component |
DeactivateEvent.getSource()
|
Component |
CollapseItemEvent.getSource()
|
Component |
CollapseEvent.getSource()
|
Component |
CloseEvent.getSource()
|
Component |
CheckChangeEvent.getSource()
|
Component |
CheckChangedEvent.getSource()
|
Component |
BlurEvent.getSource()
|
Component |
BeforeShowEvent.getSource()
|
Component |
BeforeShowContextMenuEvent.getSource()
|
Component |
BeforeHideEvent.getSource()
|
Component |
BeforeExpandItemEvent.getSource()
|
Component |
BeforeExpandEvent.getSource()
|
Component |
BeforeCollapseItemEvent.getSource()
|
Component |
BeforeCloseEvent.getSource()
|
Component |
BeforeCheckChangeEvent.getSource()
|
Component |
ActivateEvent.getSource()
|
Component |
ResizeStartEvent.getTarget()
|
Component |
ResizeEndEvent.getTarget()
Returns the target component. |
| Constructors in com.sencha.gxt.widget.core.client.event with parameters of type Component | |
|---|---|
ResizeEndEvent(Component target,
Event event)
|
|
ResizeStartEvent(Component target,
Event event)
|
|
| Uses of Component in com.sencha.gxt.widget.core.client.form |
|---|
| Subclasses of Component in com.sencha.gxt.widget.core.client.form | |
|---|---|
class |
AdapterField<T>
Wraps a Widget so that it can be used like a Field. |
class |
CellField<C>
|
class |
CheckBox
Simple checkbox field. |
class |
ComboBox<T>
A combobox control with support for autocomplete, remote loading, and many other features. |
class |
DateField
Provides a date input field with a DatePicker dropdown and automatic
date validation. |
class |
DualListField<M,T>
Combines two list view fields and allows selections to be moved between fields either using buttons or by dragging and dropping selections |
class |
Field<T>
Base class for all cell based fields. |
class |
FieldLabel
Form field wrapper to add a label and validation error text. |
class |
FieldSet
A simple container that wraps its content in a HTML fieldset. |
class |
FileUploadField
A file upload field. |
class |
FormPanel
A panel that wraps an HTML form. |
class |
HtmlEditor
Provides an HTML-based rich text editor with a tool bar for selecting formatting options, including fonts, text justification, lists, hyperlinks and text color. |
class |
ListField<M,T>
Adapts a ListView for use as a field. |
class |
NumberField<N extends Number>
A numeric text field that provides automatic keystroke filtering to disallow non-numeric characters, and numeric validation to limit the value to a range of valid numbers. |
class |
PasswordField
A single line input field where the characters are masked to prevent them from being visible to others. |
class |
Radio
Single radio field. |
class |
SimpleComboBox<T>
A combo box that creates and manages a ListStore of <T>
instances. |
class |
SpinnerField<N extends Number>
A single line input field with up / down arrows that enable incrementing / decrementing a numeric value. |
class |
StoreFilterField<T>
An abstract base class for an input field that can be bound to one or more stores to filter values, thus affecting the values displayed in any widgets associated with those stores. |
class |
TextArea
A multiple line text input field. |
class |
TextField
A single line input field. |
class |
TimeField
Provides a time input field with a time dropdown and automatic time validation. |
class |
TriggerField<T>
An abstract base class for an input field and a clickable trigger. |
class |
TwinTriggerField<T>
An abstract base class for an input field and two clickable triggers. |
class |
ValueBaseField<T>
Abstract base class for fields that have a single value. |
| Uses of Component in com.sencha.gxt.widget.core.client.form.error |
|---|
| Constructors in com.sencha.gxt.widget.core.client.form.error with parameters of type Component | |
|---|---|
TitleErrorHandler(Component target)
|
|
ToolTipErrorHandler(Component target)
|
|
| Uses of Component in com.sencha.gxt.widget.core.client.grid |
|---|
| Subclasses of Component in com.sencha.gxt.widget.core.client.grid | |
|---|---|
class |
ColumnFooter<M>
Column footer widget for Grid, which renders one to many
aggregation rows. |
class |
ColumnHeader<M>
A column header component. |
class |
ColumnHeader.GridSplitBar
|
class |
ColumnHeader.Group
|
class |
ColumnHeader.Head
|
class |
Grid<M>
A Grid provides support for displaying and editing two-dimensional
tables of cells. |
class |
LiveToolItem
A specialized tool item for >LiveGridView that shows the current
location and total records. |
| Uses of Component in com.sencha.gxt.widget.core.client.grid.filters |
|---|
| Subclasses of Component in com.sencha.gxt.widget.core.client.grid.filters | |
|---|---|
class |
ListMenu<M,V>
A menu of list items for use with a ListFilter. |
class |
RangeMenu<M,V extends Number>
A menu of numeric range items for use with a NumericFilter. |
| Uses of Component in com.sencha.gxt.widget.core.client.info |
|---|
| Subclasses of Component in com.sencha.gxt.widget.core.client.info | |
|---|---|
class |
Info
Displays a message in the bottom right region of the browser for a specified amount of time. |
| Uses of Component in com.sencha.gxt.widget.core.client.menu |
|---|
| Subclasses of Component in com.sencha.gxt.widget.core.client.menu | |
|---|---|
class |
AdapterMenuItem
Allows any widget to be placed in a menu. |
class |
CheckMenuItem
Adds a menu item that contains a checkbox by default, but can also be part of a radio group. |
class |
ColorMenu
|
class |
DateMenu
|
class |
HeaderMenuItem
A menu item for headings. |
class |
Item
The base class for all items that render into menus. |
class |
Menu
A menu widget. |
class |
MenuBar
|
class |
MenuBarItem
|
class |
MenuItem
A base class for all menu items that require menu-related functionality (like sub-menus) and are not static display items. |
class |
SeparatorMenuItem
Adds a separator bar to a menu, used to divide logical groups of menu items. |
| Uses of Component in com.sencha.gxt.widget.core.client.tips |
|---|
| Subclasses of Component in com.sencha.gxt.widget.core.client.tips | |
|---|---|
class |
QuickTip
A specialized tooltip class for tooltips that can be specified in markup. |
class |
Tip
This is the base class for ToolTip that provides the basic layout and
positioning that all tip-based classes require. |
class |
ToolTip
A standard tooltip implementation for providing additional information when hovering over a target element. |
| Uses of Component in com.sencha.gxt.widget.core.client.toolbar |
|---|
| Subclasses of Component in com.sencha.gxt.widget.core.client.toolbar | |
|---|---|
class |
FillToolItem
Fills the toolbar width, pushing any newly added items to the right. |
class |
LabelToolItem
A label tool item. |
class |
PagingToolBar
A specialized toolbar that is bound to a PagingLoader and provides
automatic paging controls. |
class |
SeparatorToolItem
A tool bar separator. |
class |
ToolBar
A standard tool bar. |
| Uses of Component in com.sencha.gxt.widget.core.client.tree |
|---|
| Subclasses of Component in com.sencha.gxt.widget.core.client.tree | |
|---|---|
class |
Tree<M,C>
A Tree provides support for displaying hierarchical data. |
| Methods in com.sencha.gxt.widget.core.client.tree with parameters of type Component | |
|---|---|
void |
TreeView.bind(Component component,
Store<M> store)
|
| Uses of Component in com.sencha.gxt.widget.core.client.treegrid |
|---|
| Subclasses of Component in com.sencha.gxt.widget.core.client.treegrid | |
|---|---|
class |
TreeGrid<M>
A TreeGrid provides support for displaying and editing hierarchical
data where each item may contain multiple properties. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||