Fires before the store's data is changed.
ListStore() -
Constructor for class com.extjs.gxt.ui.client.store.ListStore
Creates a new store.
ListStore(ListLoader) -
Constructor for class com.extjs.gxt.ui.client.store.ListStore
Creates a new store.
listView -
Variable in class com.extjs.gxt.ui.client.event.ListViewEvent
The source list view.
ListView<M extends ModelData> - Class in com.extjs.gxt.ui.client.widgetA mechanism for displaying data using custom layout templates.ListView() -
Constructor for class com.extjs.gxt.ui.client.widget.ListView
Creates a new view.
ListView(ListStore<M>) -
Constructor for class com.extjs.gxt.ui.client.widget.ListView
Creates a new view.
ListView(ListStore<M>, XTemplate) -
Constructor for class com.extjs.gxt.ui.client.widget.ListView
Creates a new template list.
ListViewDragSource - Class in com.extjs.gxt.ui.client.dnd ListViewDragSource(ListView) -
Constructor for class com.extjs.gxt.ui.client.dnd.ListViewDragSource
ListViewDropTarget - Class in com.extjs.gxt.ui.client.dnd ListViewDropTarget(ListView) -
Constructor for class com.extjs.gxt.ui.client.dnd.ListViewDropTarget
ListViewEvent - Class in com.extjs.gxt.ui.client.eventListView event type.ListViewEvent(ListView, Event) -
Constructor for class com.extjs.gxt.ui.client.event.ListViewEvent
ListViewEvent(ListView) -
Constructor for class com.extjs.gxt.ui.client.event.ListViewEvent
ListViewSelectionModel<M extends ModelData> - Class in com.extjs.gxt.ui.client.widgetListView selection model.ListViewSelectionModel() -
Constructor for class com.extjs.gxt.ui.client.widget.ListViewSelectionModel
load(RequestBuilder) -
Method in class com.extjs.gxt.ui.client.core.El
Retrieves the data using the request builder and updates the element'c
contents.
load() -
Method in class com.extjs.gxt.ui.client.data.BaseLoader
load(C) -
Method in class com.extjs.gxt.ui.client.data.BaseLoader
load(int, int) -
Method in class com.extjs.gxt.ui.client.data.BasePagingLoader
load() -
Method in class com.extjs.gxt.ui.client.data.BaseTreeLoader
load(DataReader<C, D>, C, AsyncCallback<D>) -
Method in interface com.extjs.gxt.ui.client.data.DataProxy
Data should be retrived using the specified load config.
load(DataReader<C, D>, C, AsyncCallback<D>) -
Method in class com.extjs.gxt.ui.client.data.HttpProxy
Load -
Static variable in interface com.extjs.gxt.ui.client.data.Loader
Fires when new data has been loaded (value is 301).
load() -
Method in interface com.extjs.gxt.ui.client.data.Loader
Loads the data using the current configuration.
load(C) -
Method in interface com.extjs.gxt.ui.client.data.Loader
Loads the data using the given load configuration.
load(DataReader<Object, D>, Object, AsyncCallback<D>) -
Method in class com.extjs.gxt.ui.client.data.MemoryProxy
load(int, int) -
Method in interface com.extjs.gxt.ui.client.data.PagingLoader
Loads the data using the specified configuation.
load(DataReader<C, D>, C, AsyncCallback<D>) -
Method in class com.extjs.gxt.ui.client.data.RpcProxy
load(DataReader<C, D>, C, AsyncCallback<D>) -
Method in class com.extjs.gxt.ui.client.data.ScriptTagProxy
loadChildren(M) -
Method in class com.extjs.gxt.ui.client.data.BaseTreeLoader
loadChildren(M) -
Method in interface com.extjs.gxt.ui.client.data.TreeLoader
Initiates a load request for the parent's children.
Loader<C> - Interface in com.extjs.gxt.ui.client.dataInterface for objects that can load remote data.loader -
Variable in class com.extjs.gxt.ui.client.data.LoadEvent
The loader that triggered this event.
loaderBeforeLoad(LoadEvent) -
Method in class com.extjs.gxt.ui.client.event.LoadListener
Fires before a load operation begins.
loaderLoad(LoadEvent) -
Method in class com.extjs.gxt.ui.client.event.LoadListener
Fires after a load operation completes.
loaderLoadException(LoadEvent) -
Method in class com.extjs.gxt.ui.client.event.LoadListener
Fires when an exception occurs during a load operation.
LoadEvent<C,D> - Class in com.extjs.gxt.ui.client.dataInstances of this class are sent as a result of load operations.LoadEvent(Loader) -
Constructor for class com.extjs.gxt.ui.client.data.LoadEvent
Creates a new load event.
LoadEvent(Loader, C) -
Constructor for class com.extjs.gxt.ui.client.data.LoadEvent
Creates a new load event.
LoadEvent(Loader, C, D) -
Constructor for class com.extjs.gxt.ui.client.data.LoadEvent
Creates a new load event.
LoadEvent(Loader, C, Throwable) -
Constructor for class com.extjs.gxt.ui.client.data.LoadEvent
Creates a new load event.
LoadException -
Static variable in interface com.extjs.gxt.ui.client.data.Loader
Fires if an exception occurs while retrieving data (value is 302).
LoadListener - Class in com.extjs.gxt.ui.client.eventListener for Loader events.LoadListener() -
Constructor for class com.extjs.gxt.ui.client.event.LoadListener
loadMask_msg() -
Method in interface com.extjs.gxt.ui.client.messages.MyMessages
M
- makePositionable() -
Method in class com.extjs.gxt.ui.client.core.El
- Makes an element positionable.
- makePositionable(boolean) -
Method in class com.extjs.gxt.ui.client.core.El
- Makes an element positionable.
- manager -
Variable in class com.extjs.gxt.ui.client.event.StateEvent
- The state provider.
- manager -
Variable in class com.extjs.gxt.ui.client.event.WindowManagerEvent
- The window manager.
- map -
Variable in class com.extjs.gxt.ui.client.data.DataField
- An optional field used when the property name of the model is different
than the property name of the raw data.
- MarginData - Class in com.extjs.gxt.ui.client.widget.layout
- Base layout data with margin support.
- MarginData() -
Constructor for class com.extjs.gxt.ui.client.widget.layout.MarginData
- Creates a new layout data.
- MarginData(int) -
Constructor for class com.extjs.gxt.ui.client.widget.layout.MarginData
- Creates a new layout data.
- MarginData(int, int, int, int) -
Constructor for class com.extjs.gxt.ui.client.widget.layout.MarginData
- Creates a new layout data.
- MarginData(Margins) -
Constructor for class com.extjs.gxt.ui.client.widget.layout.MarginData
- Creates a new layout data.
- Margins - Class in com.extjs.gxt.ui.client.util
- Represents 4-side margins.
- Margins() -
Constructor for class com.extjs.gxt.ui.client.util.Margins
- Creates a new margins instance with 0 values for all sides.
- Margins(int) -
Constructor for class com.extjs.gxt.ui.client.util.Margins
- Creates a new margins instance.
- Margins(int, int, int, int) -
Constructor for class com.extjs.gxt.ui.client.util.Margins
- Creates a new margin instance.
- markInvalid(String) -
Method in class com.extjs.gxt.ui.client.widget.form.CheckBox
-
- markInvalid(String) -
Method in class com.extjs.gxt.ui.client.widget.form.Field
- Deprecated. to directly set an error message see
Field.forceInvalid(String). Visibility of markInvalid will
be changed to protected in a future release.
- markInvalid(String) -
Method in class com.extjs.gxt.ui.client.widget.form.LabelField
-
- Markup - Interface in com.extjs.gxt.ui.client.core
-
- Markup - Class in com.extjs.gxt.ui.client.util
- Raw html content.
- Markup() -
Constructor for class com.extjs.gxt.ui.client.util.Markup
-
- MarkupBase - Class in com.extjs.gxt.ui.client.core
-
- MarkupBase() -
Constructor for class com.extjs.gxt.ui.client.core.MarkupBase
-
- mask(String) -
Method in class com.extjs.gxt.ui.client.core.El
- Puts a mask over this element to disable user interaction.
- master(String, String) -
Method in interface com.extjs.gxt.ui.client.widget.grid.GridTemplates
-
- maxHeight -
Variable in class com.extjs.gxt.ui.client.fx.Resizable
- The maximum height for the widget (defaults 2000).
- Maximize -
Static variable in class com.extjs.gxt.ui.client.Events
- Minimize event type (value is 440).
- maximize() -
Method in class com.extjs.gxt.ui.client.widget.Window
- Fits the window within its current container and automatically replaces the
'maximize' tool button with the 'restore' tool button.
- maxWidth -
Variable in class com.extjs.gxt.ui.client.fx.Resizable
- The maximum width for the widget (defaults to 2000).
- MemoryProxy<D> - Class in com.extjs.gxt.ui.client.data
- A
DataProxy implementation that simply passes the data specified
in the constructor to the reader when its load method is called. - MemoryProxy(D) -
Constructor for class com.extjs.gxt.ui.client.data.MemoryProxy
- Creates new memory proxy.
- menu -
Variable in class com.extjs.gxt.ui.client.event.ButtonEvent
- The button's menu.
- menu -
Variable in class com.extjs.gxt.ui.client.event.DataListEvent
-
- menu -
Variable in class com.extjs.gxt.ui.client.event.GridEvent
- The context menu.
- menu -
Variable in class com.extjs.gxt.ui.client.event.TableEvent
- The context menu.
- Menu - Class in com.extjs.gxt.ui.client.widget.menu
- A menu component.
- Menu() -
Constructor for class com.extjs.gxt.ui.client.widget.menu.Menu
- Creates a new menu.
- MenuEvent - Class in com.extjs.gxt.ui.client.event
- Menu event type.
- MenuEvent(Menu) -
Constructor for class com.extjs.gxt.ui.client.event.MenuEvent
-
- MenuEvent(Menu, Item) -
Constructor for class com.extjs.gxt.ui.client.event.MenuEvent
-
- MenuHide -
Static variable in class com.extjs.gxt.ui.client.Events
- MenuHide event type (value is 450).
- MenuItem - Class in com.extjs.gxt.ui.client.widget.menu
- A base class for all menu items that require menu-related functionality (like
sub-menus) and are not static display items.
- MenuItem() -
Constructor for class com.extjs.gxt.ui.client.widget.menu.MenuItem
- Creates a new item.
- MenuItem(String) -
Constructor for class com.extjs.gxt.ui.client.widget.menu.MenuItem
- Creates a new item with the given text.
- MenuItem(String, SelectionListener) -
Constructor for class com.extjs.gxt.ui.client.widget.menu.MenuItem
- Creates a new item.
- MenuItem(String, String) -
Constructor for class com.extjs.gxt.ui.client.widget.menu.MenuItem
- Creates a new item.
- MenuItem(String, String, SelectionListener) -
Constructor for class com.extjs.gxt.ui.client.widget.menu.MenuItem
- Creates a new item.
- MenuShow -
Static variable in class com.extjs.gxt.ui.client.Events
- MenuShow event type (value is 460).
- message -
Variable in class com.extjs.gxt.ui.client.event.FieldEvent
- The message.
- messageBox -
Variable in class com.extjs.gxt.ui.client.event.MessageBoxEvent
- The source message box.
- MessageBox - Class in com.extjs.gxt.ui.client.widget
- Utility class for generating different styles of message boxes.
- MessageBox() -
Constructor for class com.extjs.gxt.ui.client.widget.MessageBox
-
- MessageBox.MessageBoxType - Enum in com.extjs.gxt.ui.client.widget
- MessageBox type enumeration.
- messageBox_cancel() -
Method in interface com.extjs.gxt.ui.client.messages.MyMessages
-
- messageBox_close() -
Method in interface com.extjs.gxt.ui.client.messages.MyMessages
-
- messageBox_no() -
Method in interface com.extjs.gxt.ui.client.messages.MyMessages
-
- messageBox_ok() -
Method in interface com.extjs.gxt.ui.client.messages.MyMessages
-
- messageBox_yes() -
Method in interface com.extjs.gxt.ui.client.messages.MyMessages
-
- MessageBoxEvent - Class in com.extjs.gxt.ui.client.event
-
- MessageBoxEvent(MessageBox, Dialog, Button) -
Constructor for class com.extjs.gxt.ui.client.event.MessageBoxEvent
-
- MESSAGES -
Static variable in class com.extjs.gxt.ui.client.GXT
- GXT messages.
- minHeight -
Variable in class com.extjs.gxt.ui.client.fx.Resizable
- The minimum height for the widget (defaults to 50).
- Minimize -
Static variable in class com.extjs.gxt.ui.client.Events
- Minimize event type (value is 470).
- minimize() -
Method in class com.extjs.gxt.ui.client.widget.Window
- Placeholder method for minimizing the window.
- minWidth -
Variable in class com.extjs.gxt.ui.client.fx.Resizable
- The minumum width for the widget (defaults to 50).
- ModalPanel - Class in com.extjs.gxt.ui.client.widget
- A panel that grays out the view port and displays a widget above it.
- ModalPanel() -
Constructor for class com.extjs.gxt.ui.client.widget.ModalPanel
- Creates a new model panel.
- Model - Interface in com.extjs.gxt.ui.client.data
- Primary interface for GXT model objects with event support.
- model -
Variable in class com.extjs.gxt.ui.client.event.GridEvent
- The model.
- model -
Variable in class com.extjs.gxt.ui.client.event.ListViewEvent
-
- model -
Variable in class com.extjs.gxt.ui.client.event.SelectionEvent
- The model.
- model -
Variable in class com.extjs.gxt.ui.client.store.StoreEvent
- The item.
- model -
Variable in class com.extjs.gxt.ui.client.widget.grid.CellSelectionModel.CellSelection
-
- modelChanged(ChangeEvent) -
Method in interface com.extjs.gxt.ui.client.data.ChangeListener
- Fired when the model's state has changed.
- ModelComparer<M extends ModelData> - Interface in com.extjs.gxt.ui.client.data
- Comapares the model instances for equality.
- ModelData - Interface in com.extjs.gxt.ui.client.data
- Primary interface for GXT model objects without support events.
- ModelPropertyEditor<Data extends ModelData> - Class in com.extjs.gxt.ui.client.widget.form
PropertyEditor for model instances.- ModelPropertyEditor() -
Constructor for class com.extjs.gxt.ui.client.widget.form.ModelPropertyEditor
- Creates a new model property editor.
- ModelPropertyEditor(String) -
Constructor for class com.extjs.gxt.ui.client.widget.form.ModelPropertyEditor
- Creates a new model property editor.
- ModelReader<C> - Class in com.extjs.gxt.ui.client.data
- A
DataReader implementation for Model instances. - ModelReader() -
Constructor for class com.extjs.gxt.ui.client.data.ModelReader
-
- models -
Variable in class com.extjs.gxt.ui.client.store.StoreEvent
- The the items.
- models -
Variable in class com.extjs.gxt.ui.client.widget.grid.GroupColumnData
-
- ModelStringProvider<M extends ModelData> - Interface in com.extjs.gxt.ui.client.data
- Interface for objects that can translate a model's typed values to strings.
- ModelType - Class in com.extjs.gxt.ui.client.data
- Describes the fields and structure of a
Model. - ModelType() -
Constructor for class com.extjs.gxt.ui.client.data.ModelType
- Creates a new instance.
- Move -
Static variable in class com.extjs.gxt.ui.client.Events
- Resize event type (value is 530).
- Move - Class in com.extjs.gxt.ui.client.fx
-
- Move(El, int, int) -
Constructor for class com.extjs.gxt.ui.client.fx.Move
-
- moveSelectedDown() -
Method in class com.extjs.gxt.ui.client.widget.DataList
- Moves the current selections down one level.
- moveSelectedUp() -
Method in class com.extjs.gxt.ui.client.widget.DataList
- Moves the current selections up one level.
- MultiEffect - Class in com.extjs.gxt.ui.client.fx
-
- MultiEffect(El) -
Constructor for class com.extjs.gxt.ui.client.fx.MultiEffect
-
- MultiField<F extends Field> - Class in com.extjs.gxt.ui.client.widget.form
- A field that displays multiple fields in a single row.
- MultiField() -
Constructor for class com.extjs.gxt.ui.client.widget.form.MultiField
- Creates a new checkbox group.
- MultiField(String, F...) -
Constructor for class com.extjs.gxt.ui.client.widget.form.MultiField
- Creates a new checkbox group.
- MvcEvent - Class in com.extjs.gxt.ui.client.event
- MVC event type.
- MvcEvent(Dispatcher, AppEvent) -
Constructor for class com.extjs.gxt.ui.client.event.MvcEvent
- Creates a new mvc event.
- MyMessages - Interface in com.extjs.gxt.ui.client.messages
- GXT messages.
N
- name -
Variable in class com.extjs.gxt.ui.client.data.DataField
- The name of the field.
- name -
Variable in class com.extjs.gxt.ui.client.event.MvcEvent
- The name.
- name -
Variable in class com.extjs.gxt.ui.client.event.StateEvent
- The property name.
- name -
Variable in class com.extjs.gxt.ui.client.widget.grid.ColumnData
- The column name.
- NestedModelUtil - Class in com.extjs.gxt.ui.client.data
-
- NestedModelUtil() -
Constructor for class com.extjs.gxt.ui.client.data.NestedModelUtil
-
- newInstance(double, double) -
Static method in class com.extjs.gxt.ui.client.util.Point
-
- newInstance(int, int) -
Static method in class com.extjs.gxt.ui.client.util.Point
-
- newInstance(int, int) -
Static method in class com.extjs.gxt.ui.client.util.Size
-
- next() -
Method in class com.extjs.gxt.ui.client.core.TemplatesBase.IterableRange.IterableRangeIterator
-
- next() -
Method in class com.extjs.gxt.ui.client.widget.PagingToolBar
- Moves to the last page.
- nextSibling() -
Method in class com.extjs.gxt.ui.client.core.El
- Returns the elements next sibling.
- nextSibling() -
Method in class com.extjs.gxt.ui.client.widget.tree.TreeItem
- Returns the item next sibling.
- NO -
Static variable in class com.extjs.gxt.ui.client.widget.Dialog
- Button constant for the itemId of a NO button.
- NONE -
Static variable in class com.extjs.gxt.ui.client.fx.FxConfig
-
- NONE -
Static variable in class com.extjs.gxt.ui.client.Style
- A constant known to be zero (0).
- noText -
Variable in class com.extjs.gxt.ui.client.widget.Dialog
- The No button text (defaults to 'No').
- notify(ChangeEvent) -
Method in class com.extjs.gxt.ui.client.data.BaseModel
-
- notify(ChangeEvent) -
Method in class com.extjs.gxt.ui.client.data.BaseTreeModel
-
- notify(ChangeEvent) -
Method in interface com.extjs.gxt.ui.client.data.ChangeEventSource
- Notifies listeners of the given change event.
- notify(ChangeEvent) -
Method in class com.extjs.gxt.ui.client.data.ChangeEventSupport
-
- NumberCellRenderer<T extends Component> - Class in com.extjs.gxt.ui.client.widget.table
- A
CellRenderer implementaiton for numbers. - NumberCellRenderer(String) -
Constructor for class com.extjs.gxt.ui.client.widget.table.NumberCellRenderer
- Creates a new number cell renderer.
- NumberCellRenderer(NumberFormat) -
Constructor for class com.extjs.gxt.ui.client.widget.table.NumberCellRenderer
- Creates a new number cell renderer.
- NumberField - Class in com.extjs.gxt.ui.client.widget.form
- Numeric text field that provides automatic keystroke filtering and numeric
validation.
- NumberField() -
Constructor for class com.extjs.gxt.ui.client.widget.form.NumberField
- Creates a new number field.
- NumberField.NumberFieldMessages - Class in com.extjs.gxt.ui.client.widget.form
- NumberField messages.
- NumberField.NumberFieldMessages() -
Constructor for class com.extjs.gxt.ui.client.widget.form.NumberField.NumberFieldMessages
-
- numberField_maxText(double) -
Method in interface com.extjs.gxt.ui.client.messages.MyMessages
-
- numberField_minText(double) -
Method in interface com.extjs.gxt.ui.client.messages.MyMessages
-
- numberField_nanText(String) -
Method in interface com.extjs.gxt.ui.client.messages.MyMessages
-
- NumberPropertyEditor - Class in com.extjs.gxt.ui.client.widget.form
PropertyEditory that uses a NumberFormat.- NumberPropertyEditor() -
Constructor for class com.extjs.gxt.ui.client.widget.form.NumberPropertyEditor
- Creates a new number property editor with the default number type (Double).
- NumberPropertyEditor(Class) -
Constructor for class com.extjs.gxt.ui.client.widget.form.NumberPropertyEditor
- Creates a new number property editor.
- NumberPropertyEditor(NumberFormat) -
Constructor for class com.extjs.gxt.ui.client.widget.form.NumberPropertyEditor
- Creates a new number property editor.
- NumberPropertyEditor(String) -
Constructor for class com.extjs.gxt.ui.client.widget.form.NumberPropertyEditor
- Creates a new number property editor.
O
- Observable - Interface in com.extjs.gxt.ui.client.event
- Abstract base class for objects that register listeners and fire events.
- offsetsTo(Element) -
Method in class com.extjs.gxt.ui.client.core.El
- Returns the offsets between two elements.
- OK -
Static variable in class com.extjs.gxt.ui.client.widget.Dialog
- Button constant that displays a single OK button.
- OK -
Static variable in class com.extjs.gxt.ui.client.widget.MessageBox
- Button constant that displays a single OK button.
- OKCANCEL -
Static variable in class com.extjs.gxt.ui.client.widget.Dialog
- Button constant that displays a OK and CANCEL button.
- OKCANCEL -
Static variable in class com.extjs.gxt.ui.client.widget.MessageBox
- Button constant that displays a OK and CANCEL button.
- okText -
Variable in class com.extjs.gxt.ui.client.widget.Dialog
- The OK button text (defaults to 'OK');
- oldValue -
Variable in class com.extjs.gxt.ui.client.event.FieldEvent
- The old value.
- onAlt(E) -
Method in class com.extjs.gxt.ui.client.util.KeyNav
-
- onAttach() -
Method in class com.extjs.gxt.ui.client.widget.table.Table
-
- onAttach() -
Method in class com.extjs.gxt.ui.client.widget.Viewport
-
- onAttach() -
Method in class com.extjs.gxt.ui.client.widget.WidgetComponent
-
- onBackspace(E) -
Method in class com.extjs.gxt.ui.client.util.KeyNav
-
- onBrowserEvent(Event) -
Method in class com.extjs.gxt.ui.client.widget.Component
- Components delegate event handling to
Component.onComponentEvent(ComponentEvent).
- onBrowserEvent(Event) -
Method in class com.extjs.gxt.ui.client.widget.Document
-
- onBrowserEvent(Event) -
Method in class com.extjs.gxt.ui.client.widget.form.MultiField
-
- onBrowserEvent(Event) -
Method in class com.extjs.gxt.ui.client.widget.table.Table
-
- onBrowserEvent(Event) -
Method in class com.extjs.gxt.ui.client.widget.table.TableColumnUI
-
- onBrowserEvent(Event) -
Method in class com.extjs.gxt.ui.client.widget.treetable.TreeTable
-
- onCancel() -
Method in class com.extjs.gxt.ui.client.fx.BaseEffect
-
- onCancel() -
Method in interface com.extjs.gxt.ui.client.fx.Effect
- Fires after the effect is cancelled.
- onCancel() -
Method in class com.extjs.gxt.ui.client.fx.MultiEffect
-
- onCheckChange(boolean) -
Method in class com.extjs.gxt.ui.client.widget.tree.TreeItemUI
-
- OnClick -
Static variable in class com.extjs.gxt.ui.client.Events
- DOM ONCLICK event type.
- onClick(TreeEvent) -
Method in class com.extjs.gxt.ui.client.widget.tree.TreeItemUI
-
- onColumnClick(TableColumnUI, ComponentEvent) -
Method in class com.extjs.gxt.ui.client.widget.table.TableHeader
-
- onColumnResize(SplitBarEvent) -
Method in class com.extjs.gxt.ui.client.widget.table.TableColumnUI
-
- onComplete() -
Method in class com.extjs.gxt.ui.client.fx.BaseEffect
-
- onComplete() -
Method in interface com.extjs.gxt.ui.client.fx.Effect
- Fires after the effect is complete.
- onComplete() -
Method in class com.extjs.gxt.ui.client.fx.MultiEffect
-
- onComponentEvent(ComponentEvent) -
Method in class com.extjs.gxt.ui.client.widget.button.Button
-
- onComponentEvent(ComponentEvent) -
Method in class com.extjs.gxt.ui.client.widget.button.IconButton
-
- onComponentEvent(ComponentEvent) -
Method in class com.extjs.gxt.ui.client.widget.CollapsePanel
-
- onComponentEvent(ComponentEvent) -
Method in class com.extjs.gxt.ui.client.widget.Component
- Any events a component receives will be forwarded to this method.
- onComponentEvent(ComponentEvent) -
Method in class com.extjs.gxt.ui.client.widget.ContentPanel
-
- onComponentEvent(ComponentEvent) -
Method in class com.extjs.gxt.ui.client.widget.DataList
-
- onComponentEvent(ComponentEvent) -
Method in class com.extjs.gxt.ui.client.widget.DataListItem
-
- onComponentEvent(ComponentEvent) -
Method in class com.extjs.gxt.ui.client.widget.DataView
-
- onComponentEvent(ComponentEvent) -
Method in class com.extjs.gxt.ui.client.widget.DataViewItem
-
- onComponentEvent(ComponentEvent) -
Method in class com.extjs.gxt.ui.client.widget.DatePicker
-
- onComponentEvent(ComponentEvent) -
Method in class com.extjs.gxt.ui.client.widget.form.Field
-
- onComponentEvent(ComponentEvent) -
Method in class com.extjs.gxt.ui.client.widget.form.FieldSet
-
- onComponentEvent(ComponentEvent) -
Method in class com.extjs.gxt.ui.client.widget.form.MultiField
-
- onComponentEvent(ComponentEvent) -
Method in class com.extjs.gxt.ui.client.widget.grid.Grid
-
- onComponentEvent(ComponentEvent) -
Method in class com.extjs.gxt.ui.client.widget.ListView
-
- onComponentEvent(ComponentEvent) -
Method in class com.extjs.gxt.ui.client.widget.menu.Menu
-
- onComponentEvent(ComponentEvent) -
Method in class com.extjs.gxt.ui.client.widget.ScrollContainer
-
- onComponentEvent(ComponentEvent) -
Method in class com.extjs.gxt.ui.client.widget.TabItem.HeaderItem
-
- onComponentEvent(ComponentEvent) -
Method in class com.extjs.gxt.ui.client.widget.table.Table
-
- onComponentEvent(ComponentEvent) -
Method in class com.extjs.gxt.ui.client.widget.table.TableColumnUI
-
- onComponentEvent(ComponentEvent) -
Method in class com.extjs.gxt.ui.client.widget.table.TableItem
-
- onComponentEvent(ComponentEvent) -
Method in class com.extjs.gxt.ui.client.widget.TabPanel
-
- onComponentEvent(ComponentEvent) -
Method in class com.extjs.gxt.ui.client.widget.tree.Tree
-
- onComponentEvent(ComponentEvent) -
Method in class com.extjs.gxt.ui.client.widget.tree.TreeItem
-
- onComponentEvent(ComponentEvent) -
Method in class com.extjs.gxt.ui.client.widget.treetable.TreeTableItem
-
- onControl(E) -
Method in class com.extjs.gxt.ui.client.util.KeyNav
-
- onDelete(E) -
Method in class com.extjs.gxt.ui.client.util.KeyNav
-
- onDelete(ComponentEvent) -
Method in class com.extjs.gxt.ui.client.util.KeyNavListener
-
- OnDoubleClick -
Static variable in class com.extjs.gxt.ui.client.Events
- DOM ONDBLCLICK event type.
- onDoubleClick(ComponentEvent) -
Method in class com.extjs.gxt.ui.client.widget.tree.TreeItemUI
-
- onDown(E) -
Method in class com.extjs.gxt.ui.client.util.KeyNav
-
- onDown(ComponentEvent) -
Method in class com.extjs.gxt.ui.client.util.KeyNavListener
-
- onEnd(E) -
Method in class com.extjs.gxt.ui.client.util.KeyNav
-
- onEnd(ComponentEvent) -
Method in class com.extjs.gxt.ui.client.util.KeyNavListener
-
- onEnter(E) -
Method in class com.extjs.gxt.ui.client.util.KeyNav
-
- onEnter(ComponentEvent) -
Method in class com.extjs.gxt.ui.client.util.KeyNavListener
-
- onEsc(E) -
Method in class com.extjs.gxt.ui.client.util.KeyNav
-
- onEscape(ComponentEvent) -
Method in class com.extjs.gxt.ui.client.util.KeyNavListener
-
- onEventPreview(Event) -
Method in class com.extjs.gxt.ui.client.util.BaseEventPreview
-
- onFormSubmit() -
Method in class com.extjs.gxt.ui.client.widget.form.FormPanel
-
- onFrameLoad() -
Method in class com.extjs.gxt.ui.client.widget.form.FormPanel
-
- onHide(Element) -
Method in class com.extjs.gxt.ui.client.widget.FramePanel
- Removes the panel.
- onHome(E) -
Method in class com.extjs.gxt.ui.client.util.KeyNav
-
- onHome(ComponentEvent) -
Method in class com.extjs.gxt.ui.client.util.KeyNavListener
-
- onIconStyleChange(String) -
Method in class com.extjs.gxt.ui.client.widget.tree.TreeItemUI
-
- OnKeyDown -
Static variable in class com.extjs.gxt.ui.client.Events
- DOM ONKEYDOWN event type.
- onKeyPress(E) -
Method in class com.extjs.gxt.ui.client.util.KeyNav
-
- onKeyPress(ComponentEvent) -
Method in class com.extjs.gxt.ui.client.util.KeyNavListener
-
- OnKeyUp -
Static variable in class com.extjs.gxt.ui.client.Events
- DOM ONKEYUP event type.
- onLeft(E) -
Method in class com.extjs.gxt.ui.client.util.KeyNav
-
- onLeft(ComponentEvent) -
Method in class com.extjs.gxt.ui.client.util.KeyNavListener
-
- onLoadingChange(boolean) -
Method in class com.extjs.gxt.ui.client.widget.tree.TreeItemUI
-
- OnMouseDown -
Static variable in class com.extjs.gxt.ui.client.Events
- DOM ONMOUSEDOWN event type.
- OnMouseMove -
Static variable in class com.extjs.gxt.ui.client.Events
- DOM ONMOUSEMOVE event type.
- onMouseMove(BaseEvent) -
Method in class com.extjs.gxt.ui.client.widget.table.TableColumnUI
-
- OnMouseOut -
Static variable in class com.extjs.gxt.ui.client.Events
- DOM ONMOUSEOUT event type.
- onMouseOut(BaseEvent) -
Method in class com.extjs.gxt.ui.client.widget.table.TableColumnUI
-
- onMouseOut(BaseEvent) -
Method in class com.extjs.gxt.ui.client.widget.tree.TreeItemUI
-
- onMouseOut(BaseEvent) -
Method in class com.extjs.gxt.ui.client.widget.treetable.TreeTableItemUI
-
- OnMouseOver -
Static variable in class com.extjs.gxt.ui.client.Events
- DOM ONMOUSEOVER event type.
- onMouseOver(BaseEvent) -
Method in class com.extjs.gxt.ui.client.widget.table.TableColumnUI
-
- onMouseOver(BaseEvent) -
Method in class com.extjs.gxt.ui.client.widget.treetable.TreeTableItemUI
-
- OnMouseUp -
Static variable in class com.extjs.gxt.ui.client.Events
- DOM ONMOUSEUP event type.
- onOverChange(boolean) -
Method in class com.extjs.gxt.ui.client.widget.tree.TreeItemUI
-
- onPageDown(E) -
Method in class com.extjs.gxt.ui.client.util.KeyNav
-
- onPageDown(ComponentEvent) -
Method in class com.extjs.gxt.ui.client.util.KeyNavListener
-
- onPageUp(E) -
Method in class com.extjs.gxt.ui.client.util.KeyNav
-
- onPageUp(ComponentEvent) -
Method in class com.extjs.gxt.ui.client.util.KeyNavListener
-
- onRight(E) -
Method in class com.extjs.gxt.ui.client.util.KeyNav
-
- onRight(ComponentEvent) -
Method in class com.extjs.gxt.ui.client.util.KeyNavListener
-
- onSelectChange(DataListItem, boolean) -
Method in class com.extjs.gxt.ui.client.widget.DataList
-
- onSelectChange(DataViewItem, boolean) -
Method in class com.extjs.gxt.ui.client.widget.DataView
-
- onSelectChange(T, boolean) -
Method in interface com.extjs.gxt.ui.client.widget.selection.Selectable
- Called when the visual state of a item is changed.
- onSelectChange(TableItem, boolean) -
Method in class com.extjs.gxt.ui.client.widget.table.Table
-
- onSelectChange(TreeItem, boolean) -
Method in class com.extjs.gxt.ui.client.widget.tree.Tree
-
- onSelectedChange(boolean) -
Method in class com.extjs.gxt.ui.client.widget.tree.TreeItemUI
-
- onSelectedChange(boolean) -
Method in class com.extjs.gxt.ui.client.widget.treetable.TreeTableItemUI
-
- onShift(E) -
Method in class com.extjs.gxt.ui.client.util.KeyNav
-
- onShow(Element) -
Method in class com.extjs.gxt.ui.client.widget.FramePanel
- Displays the panel behind the given element.
- onShow(Element, int) -
Method in class com.extjs.gxt.ui.client.widget.FramePanel
- Displays the panel behind the given element.
- onSortChange(Style.SortDir) -
Method in class com.extjs.gxt.ui.client.widget.table.TableColumnUI
-
- onSortChange(TableColumn, Style.SortDir) -
Method in class com.extjs.gxt.ui.client.widget.table.TableHeader
-
- onStart() -
Method in class com.extjs.gxt.ui.client.fx.BaseEffect
-
- onStart() -
Method in interface com.extjs.gxt.ui.client.fx.Effect
- Fires after the effect is started.
- onStart() -
Method in class com.extjs.gxt.ui.client.fx.MultiEffect
-
- onTab(E) -
Method in class com.extjs.gxt.ui.client.util.KeyNav
-
- onTab(ComponentEvent) -
Method in class com.extjs.gxt.ui.client.util.KeyNavListener
-
- onTextChange(String) -
Method in class com.extjs.gxt.ui.client.widget.table.TableColumnUI
-
- onTextChange(String) -
Method in class com.extjs.gxt.ui.client.widget.tree.TreeItemUI
-
- onTextStyleChange(String) -
Method in class com.extjs.gxt.ui.client.widget.tree.TreeItemUI
-
- onUp(E) -
Method in class com.extjs.gxt.ui.client.util.KeyNav
-
- onUp(ComponentEvent) -
Method in class com.extjs.gxt.ui.client.util.KeyNavListener
-
- onUpdate(double) -
Method in class com.extjs.gxt.ui.client.fx.BaseEffect
-
- onUpdate(double) -
Method in interface com.extjs.gxt.ui.client.fx.Effect
- Fires after the effect is updated.
- onUpdate(double) -
Method in class com.extjs.gxt.ui.client.fx.Move
-
- onUpdate(double) -
Method in class com.extjs.gxt.ui.client.fx.MultiEffect
-
- onUpdate(double) -
Method in class com.extjs.gxt.ui.client.fx.SingleStyleEffect
-
- Open -
Static variable in class com.extjs.gxt.ui.client.Events
- Open event type (value is 540).
- operation -
Variable in class com.extjs.gxt.ui.client.event.DNDEvent
-
- operation -
Variable in class com.extjs.gxt.ui.client.store.StoreEvent
- The operation
- Orphan -
Static variable in class com.extjs.gxt.ui.client.Events
- Orphan event type (value is 750).
- overwrite(Element, String) -
Static method in class com.extjs.gxt.ui.client.core.DomHelper
- Creates new DOM element(s) and overwrites the contents of el with them.
- overwrite(Element, Params) -
Method in class com.extjs.gxt.ui.client.core.Template
- Applies the supplied values to the template and overwrites the content of
el with the new node(s).
- overwrite(Element, JavaScriptObject) -
Method in class com.extjs.gxt.ui.client.core.Template
- Applies the supplied values to the template and overwrites the content of
el with the new node(s).
- overwrite(Element, JavaScriptObject) -
Method in class com.extjs.gxt.ui.client.core.XTemplate
- Applies the supplied values to the template and overwrites the content of
elem with the new node(s).
P
- Padding - Class in com.extjs.gxt.ui.client.util
-
- Padding() -
Constructor for class com.extjs.gxt.ui.client.util.Padding
-
- Padding(String) -
Constructor for class com.extjs.gxt.ui.client.util.Padding
-
- PagingLoadConfig - Interface in com.extjs.gxt.ui.client.data
- A
ListLoadConfig with support for limit and offset values. - PagingLoader<C extends PagingLoadConfig> - Interface in com.extjs.gxt.ui.client.data
- A loader for a pageable set of data.
- PagingLoadResult<Data> - Interface in com.extjs.gxt.ui.client.data
- A
LoadResult for paging loaders. - PagingToolBar - Class in com.extjs.gxt.ui.client.widget
- A specialized toolbar that is bound to a
ListLoader and provides
automatic paging controls. - PagingToolBar(int) -
Constructor for class com.extjs.gxt.ui.client.widget.PagingToolBar
- Creates a new paging tool bar with the given page size.
- PagingToolBar.PagingToolBarMessages - Class in com.extjs.gxt.ui.client.widget
-
- PagingToolBar.PagingToolBarMessages() -
Constructor for class com.extjs.gxt.ui.client.widget.PagingToolBar.PagingToolBarMessages
-
- pagingToolBar_afterPageText(int) -
Method in interface com.extjs.gxt.ui.client.messages.MyMessages
-
- pagingToolBar_beforePageText() -
Method in interface com.extjs.gxt.ui.client.messages.MyMessages
-
- pagingToolBar_displayMsg(int, int, int) -
Method in interface com.extjs.gxt.ui.client.messages.MyMessages
-
- pagingToolBar_emptyMsg() -
Method in interface com.extjs.gxt.ui.client.messages.MyMessages
-
- pagingToolBar_firstText() -
Method in interface com.extjs.gxt.ui.client.messages.MyMessages
-
- pagingToolBar_lastText() -
Method in interface com.extjs.gxt.ui.client.messages.MyMessages
-
- pagingToolBar_nextText() -
Method in interface com.extjs.gxt.ui.client.messages.MyMessages
-
- pagingToolBar_prevText() -
Method in interface com.extjs.gxt.ui.client.messages.MyMessages
-
- pagingToolBar_refreshText() -
Method in interface com.extjs.gxt.ui.client.messages.MyMessages
-
- Params - Class in com.extjs.gxt.ui.client.util
- Aggregates both a list of values and a map of named values.
- Params() -
Constructor for class com.extjs.gxt.ui.client.util.Params
- Creates a new params instance.
- Params(Object...) -
Constructor for class com.extjs.gxt.ui.client.util.Params
- Creates a new params instance.
- Params(String, Object) -
Constructor for class com.extjs.gxt.ui.client.util.Params
- Creates a new parameters instance.
- Params(Map<String, Object>) -
Constructor for class com.extjs.gxt.ui.client.util.Params
- Creates a new params instance.
- params -
Variable in class com.extjs.gxt.ui.client.widget.InfoConfig
- The index or key based substitution values.
- parent -
Variable in class com.extjs.gxt.ui.client.data.ChangeEvent
- The parent model.
- parent -
Variable in class com.extjs.gxt.ui.client.data.TreeLoadEvent
- The parent which will be null when returning the root elements.
- parent -
Variable in class com.extjs.gxt.ui.client.event.TreeEvent
- The parent item.
- parent -
Variable in class com.extjs.gxt.ui.client.store.TreeStoreEvent
- The parent model.
- PngImage - Class in com.extjs.gxt.ui.client.widget
- Image widget that overcomes PNG browser incompatabilities.
- PngImage(String) -
Constructor for class com.extjs.gxt.ui.client.widget.PngImage
- Creates a new image instance.
- PngImage(String, int, int) -
Constructor for class com.extjs.gxt.ui.client.widget.PngImage
- Creates a new image instance.
- Point - Class in com.extjs.gxt.ui.client.util
- Instances of this class represent places on the (x, y) coordinate plane.
- Point(int, int) -
Constructor for class com.extjs.gxt.ui.client.util.Point
- Constructs a new point with the given x and y coordinates.
- pop() -
Static method in class com.extjs.gxt.ui.client.widget.FramePanel
- Returns a frame panel from the stack.
- pop() -
Static method in class com.extjs.gxt.ui.client.widget.ModalPanel
- Returns a ModalPanel from the stack.
- pop() -
Static method in class com.extjs.gxt.ui.client.widget.Shadow
- Returns a Shadow from the stack.
- Popup - Class in com.extjs.gxt.ui.client.widget
- A panel that can be displayed over other widgets.
- Popup() -
Constructor for class com.extjs.gxt.ui.client.widget.Popup
- Creates a new popup panel.
- portal -
Variable in class com.extjs.gxt.ui.client.event.PortalEvent
-
- Portal - Class in com.extjs.gxt.ui.client.widget.custom
- A Portal container of Portlets.
- Portal(int) -
Constructor for class com.extjs.gxt.ui.client.widget.custom.Portal
- Creates a new portal container.
- PortalEvent - Class in com.extjs.gxt.ui.client.event
-
- PortalEvent(Portal) -
Constructor for class com.extjs.gxt.ui.client.event.PortalEvent
-
- PortalEvent(Portal, Portlet, int, int, int, int) -
Constructor for class com.extjs.gxt.ui.client.event.PortalEvent
-
- PortalEvent(Portal, Portlet) -
Constructor for class com.extjs.gxt.ui.client.event.PortalEvent
-
- portlet -
Variable in class com.extjs.gxt.ui.client.event.PortalEvent
-
- Portlet - Class in com.extjs.gxt.ui.client.widget.custom
- A specialized content panel contained in a Portal.
- Portlet() -
Constructor for class com.extjs.gxt.ui.client.widget.custom.Portlet
-
- Portlet(Layout) -
Constructor for class com.extjs.gxt.ui.client.widget.custom.Portlet
-
- postProcessValue(Object) -
Method in class com.extjs.gxt.ui.client.widget.Editor
- Called after the editor completes an edit.
- preProcessValue(Object) -
Method in class com.extjs.gxt.ui.client.widget.Editor
- Called before the editor sets the value on the wrapped field.
- preserveRatio -
Variable in class com.extjs.gxt.ui.client.fx.Resizable
true to preserve the original ratio between height and width
during resize.
- pressed -
Variable in class com.extjs.gxt.ui.client.widget.toolbar.ToggleToolItem
- True to start pressed.
- preventDefault() -
Method in class com.extjs.gxt.ui.client.event.DomEvent
- Prevents the browser from taking its default action for the given event.
- preview -
Variable in class com.extjs.gxt.ui.client.event.PreviewEvent
-
- PreviewEvent - Class in com.extjs.gxt.ui.client.event
- BaseEventPreview event type.
- PreviewEvent(BaseEventPreview, Event) -
Constructor for class com.extjs.gxt.ui.client.event.PreviewEvent
-
- previous() -
Method in class com.extjs.gxt.ui.client.widget.PagingToolBar
- Moves the the previos page.
- previousSibling() -
Method in class com.extjs.gxt.ui.client.widget.tree.TreeItem
- Returns the item's previous sibling.
- progress(String, String, String) -
Static method in class com.extjs.gxt.ui.client.widget.MessageBox
- Displays a message box with a progress bar.
- ProgressBar - Class in com.extjs.gxt.ui.client.widget
- An updateable progress bar component.
- ProgressBar() -
Constructor for class com.extjs.gxt.ui.client.widget.ProgressBar
- Creates a new progress bar.
- prompt(String, String) -
Static method in class com.extjs.gxt.ui.client.widget.MessageBox
- Displays a message box with OK and Cancel buttons prompting the user to
enter some text (comparable to JavaScript's prompt).
- prompt(String, String, Listener<WindowEvent>) -
Static method in class com.extjs.gxt.ui.client.widget.MessageBox
- Displays a message box with OK and Cancel buttons prompting the user to
enter some text (comparable to JavaScript's prompt).
- prompt(String, String, boolean) -
Static method in class com.extjs.gxt.ui.client.widget.MessageBox
- Displays a message box with OK and Cancel buttons prompting the user to
enter some text (comparable to JavaScript's prompt).
- prompt(String, String, boolean, Listener<WindowEvent>) -
Static method in class com.extjs.gxt.ui.client.widget.MessageBox
- Displays a message box with OK and Cancel buttons prompting the user to
enter some text (comparable to JavaScript's prompt).
- property -
Variable in class com.extjs.gxt.ui.client.event.GridEvent
- The property name.
- PropertyChangeEvent - Class in com.extjs.gxt.ui.client.data
- A
ChangeEvent for property changes. - PropertyChangeEvent(int, Model, String, Object, Object) -
Constructor for class com.extjs.gxt.ui.client.data.PropertyChangeEvent
-
- propertyColumnModel_nameText() -
Method in interface com.extjs.gxt.ui.client.messages.MyMessages
-
- propertyColumnModel_valueText() -
Method in interface com.extjs.gxt.ui.client.messages.MyMessages
-
- PropertyEditor<Data> - Interface in com.extjs.gxt.ui.client.widget.form
- Interface for obtaining a string representation of a typed value, and
converting a string to a typed value instance.
- Provider - Class in com.extjs.gxt.ui.client.state
- Abstract base class for state provider implementations.
- Provider() -
Constructor for class com.extjs.gxt.ui.client.state.Provider
-
- proxyStyle -
Variable in class com.extjs.gxt.ui.client.fx.Resizable
- The style name used for proxy drags (defaults to 'x-resizable-proxy').
- push() -
Method in class com.extjs.gxt.ui.client.util.BaseEventPreview
- Pushes the event preview to the stop of the stack.
- push(FramePanel) -
Static method in class com.extjs.gxt.ui.client.widget.FramePanel
- Pushes a panel back onto the stack.
- push() -
Static method in class com.extjs.gxt.ui.client.widget.ModalPanel
- Pushes the last popped panel onto the stack.
- push(ModalPanel) -
Static method in class com.extjs.gxt.ui.client.widget.ModalPanel
- Pushes a panel back onto the stack.
- push(Shadow) -
Static method in class com.extjs.gxt.ui.client.widget.Shadow
- Pushes a shadow back onto the stack.
- put(Object, Object...) -
Method in class com.extjs.gxt.ui.client.core.TemplatesCache.Cache
-
- put(String, Object) -
Method in class com.extjs.gxt.ui.client.data.RpcMap
-
- putAll(Map<? extends String, ? extends Object>) -
Method in class com.extjs.gxt.ui.client.data.RpcMap
-
Q
- query(String) -
Method in class com.extjs.gxt.ui.client.core.El
- Selects child nodes based on the passed CSS selector (the selector should
not contain an id).
- query -
Variable in class com.extjs.gxt.ui.client.event.ComboQueryEvent
-
- QueryLoadConfig - Class in com.extjs.gxt.ui.client.data
-
- QueryLoadConfig() -
Constructor for class com.extjs.gxt.ui.client.data.QueryLoadConfig
-
- QUESTION -
Static variable in class com.extjs.gxt.ui.client.widget.MessageBox
- The CSS style name that provides the QUESTION icon image.
- QuickTip - Class in com.extjs.gxt.ui.client.widget.tips
- A specialized tooltip class for tooltips that can be specified in markup.
- QuickTip(Component) -
Constructor for class com.extjs.gxt.ui.client.widget.tips.QuickTip
- Creates a new quick tip instance.
R
- Radio - Class in com.extjs.gxt.ui.client.widget.form
- Single radio field.
- Radio() -
Constructor for class com.extjs.gxt.ui.client.widget.form.Radio
-
- RadioGroup - Class in com.extjs.gxt.ui.client.widget.form
- A group of Radio's.
- RadioGroup() -
Constructor for class com.extjs.gxt.ui.client.widget.form.RadioGroup
- Creates a new radio group.
- RadioGroup(String) -
Constructor for class com.extjs.gxt.ui.client.widget.form.RadioGroup
- Creates a new radio group.
- RadioGroup.RadioGroupMessages - Class in com.extjs.gxt.ui.client.widget.form
- TextField Messages.
- RadioGroup.RadioGroupMessages() -
Constructor for class com.extjs.gxt.ui.client.widget.form.RadioGroup.RadioGroupMessages
-
- read(C, Object) -
Method in class com.extjs.gxt.ui.client.data.BeanModelReader
-
- read(C, Object) -
Method in interface com.extjs.gxt.ui.client.data.DataReader
- Reads the raw data and returns the typed data.
- read(C, Object) -
Method in class com.extjs.gxt.ui.client.data.JsonReader
-
- read(C, Object) -
Method in class com.extjs.gxt.ui.client.data.JsonTreeReader
-
- read(C, Object) -
Method in class com.extjs.gxt.ui.client.data.ModelReader
-
- read(ModelData, Object) -
Method in class com.extjs.gxt.ui.client.data.TreeModelReader
-
- read(C, Object) -
Method in class com.extjs.gxt.ui.client.data.XmlReader
-
- realign() -
Method in class com.extjs.gxt.ui.client.widget.Editor
- Realigns the editor to the bound field based on the current alignment
config value.
- recalculate() -
Method in class com.extjs.gxt.ui.client.widget.Component
- Called when the component is in a LayoutContainer and the container's
layout executes.
- recalculate() -
Method in class com.extjs.gxt.ui.client.widget.table.Table
-
- recalculate() -
Method in class com.extjs.gxt.ui.client.widget.treetable.TreeTable
-
- reconfigure(ListStore<M>, ColumnModel) -
Method in class com.extjs.gxt.ui.client.widget.grid.Grid
- Reconfigures the grid to use a different Store and Column Model.
- record -
Variable in class com.extjs.gxt.ui.client.event.GridEvent
- The record.
- Record - Class in com.extjs.gxt.ui.client.store
- Records wrap model instances and provide specialized editing features,
including modification tracking and editing capabilities.
- Record(Map<String, Object>) -
Constructor for class com.extjs.gxt.ui.client.store.Record
- Creates a new record.
- Record(ModelData) -
Constructor for class com.extjs.gxt.ui.client.store.Record
- Creates a new record.
- record -
Variable in class com.extjs.gxt.ui.client.store.StoreEvent
- The record.
- Record.RecordUpdate - Enum in com.extjs.gxt.ui.client.store
- Update enumeration.
- recordName -
Variable in class com.extjs.gxt.ui.client.data.ModelType
- The record property name.
- Rectangle - Class in com.extjs.gxt.ui.client.util
- Represents an area in a coordinate system.
- Rectangle() -
Constructor for class com.extjs.gxt.ui.client.util.Rectangle
- Create a new rectangle instance.
- Rectangle(int, int, int, int) -
Constructor for class com.extjs.gxt.ui.client.util.Rectangle
- Creates a new rectangle instance.
- Refresh -
Static variable in class com.extjs.gxt.ui.client.Events
- Refresh event type (value is 548).
- refresh(boolean) -
Method in class com.extjs.gxt.ui.client.widget.grid.GridView
- Rebuilds the grid using its current configuration and data.
- refresh() -
Method in class com.extjs.gxt.ui.client.widget.ListView
- Refreshes the view by reloading the data from the store and re-rendering
the template.
- refresh() -
Method in class com.extjs.gxt.ui.client.widget.PagingToolBar
- Refreshes the data using the current configuration.
- refresh() -
Method in class com.extjs.gxt.ui.client.widget.selection.AbstractSelectionModel
-
- refresh() -
Method in class com.extjs.gxt.ui.client.widget.selection.AbstractStoreSelectionModel
-
- refresh() -
Method in interface com.extjs.gxt.ui.client.widget.selection.SelectionModel
- Refreshes the current selections.
- refresh() -
Method in interface com.extjs.gxt.ui.client.widget.selection.StoreSelectionModel
- Refreshes the current selections.
- refresh() -
Method in class com.extjs.gxt.ui.client.widget.tree.TreeItemUI
-
- refreshNode(int) -
Method in class com.extjs.gxt.ui.client.widget.ListView
- Refreshes an individual node's data from the store.
- Region - Class in com.extjs.gxt.ui.client.util
- Represents a region in the coordinate system.
- Region() -
Constructor for class com.extjs.gxt.ui.client.util.Region
-
- Region(int, int, int, int) -
Constructor for class com.extjs.gxt.ui.client.util.Region
-
- register(String, ModelStringProvider) -
Method in class com.extjs.gxt.ui.client.data.AggregateModelStringProvider
- Registers a provider by property name.
- register(Class, ModelStringProvider) -
Method in class com.extjs.gxt.ui.client.data.AggregateModelStringProvider
- Registers a provider by type.
- register(SelectionProvider) -
Method in class com.extjs.gxt.ui.client.event.SelectionService
- Registers a selection provider.
- Register -
Static variable in class com.extjs.gxt.ui.client.Events
- Register event type (value is 549).
- register(String, Object) -
Static method in class com.extjs.gxt.ui.client.Registry
- Registers an object.
- register(Theme) -
Static method in class com.extjs.gxt.ui.client.util.ThemeManager
- Registers a theme.
- Registry - Class in com.extjs.gxt.ui.client
- A local storage of objects stored by id.
- reject(boolean) -
Method in class com.extjs.gxt.ui.client.store.Record
- Usually called by the
ListStore which owns the Record.
- rejectChanges() -
Method in class com.extjs.gxt.ui.client.store.Store
- Cancel outstanding changes on all changed records.
- relayEvent(Event) -
Method in class com.extjs.gxt.ui.client.widget.ModalPanel
- Fowards a event to the underlying event preview instance.
- release() -
Method in class com.extjs.gxt.ui.client.dnd.DropTarget
-
- release() -
Method in class com.extjs.gxt.ui.client.fx.Resizable
- Removes the drag handles.
- release() -
Method in class com.extjs.gxt.ui.client.widget.SplitBar
- Removes the split bar from the resize widget.
- reload() -
Static method in class com.extjs.gxt.ui.client.XDOM
- Reloads the page.
- remove(Element) -
Method in class com.extjs.gxt.ui.client.core.CompositeElement
- Removes an element.
- remove(int) -
Method in class com.extjs.gxt.ui.client.core.CompositeElement
- Removes an element.
- remove() -
Method in class com.extjs.gxt.ui.client.core.El
- Removes this element from the DOM
- remove() -
Method in class com.extjs.gxt.ui.client.core.TemplatesBase.IterableRange.IterableRangeIterator
-
- remove(String) -
Method in class com.extjs.gxt.ui.client.data.BaseModel
-
- remove(String) -
Method in class com.extjs.gxt.ui.client.data.BaseModelData
-
- remove(int) -
Method in class com.extjs.gxt.ui.client.data.BaseTreeModel
- Removes the child at the given index.
- remove(T) -
Method in class com.extjs.gxt.ui.client.data.BaseTreeModel
- Removes the child from the model and fires a
ChangeEventSource.Remove event.
- Remove -
Static variable in interface com.extjs.gxt.ui.client.data.ChangeEventSource
- Fired when a child object is removed from the model (value is 30).
- remove(String) -
Method in interface com.extjs.gxt.ui.client.data.ModelData
- Removes the named property from this model instance.
- remove(Object) -
Method in class com.extjs.gxt.ui.client.data.RpcMap
-
- remove(T) -
Method in interface com.extjs.gxt.ui.client.data.TreeModel
- Removes a child.
- Remove -
Static variable in class com.extjs.gxt.ui.client.Events
- Remove event type (value is 550).
- remove(M) -
Method in class com.extjs.gxt.ui.client.store.ListStore
- Remove a item from the store and fires the Remove event.
- Remove -
Static variable in class com.extjs.gxt.ui.client.store.Store
- Remove event type (value is 1120).
- remove(M) -
Method in class com.extjs.gxt.ui.client.store.TreeStore
- Removes the model from the store and fires the Remove event.
- remove(M, M) -
Method in class com.extjs.gxt.ui.client.store.TreeStore
- Removes the child from the parent and fires the Remove event.
- remove() -
Method in class com.extjs.gxt.ui.client.util.BaseEventPreview
- Removes event preview.
- remove(Button) -
Method in class com.extjs.gxt.ui.client.widget.button.ButtonBar
- Removes a button from the bar.
- remove(Portlet, int) -
Method in class com.extjs.gxt.ui.client.widget.custom.Portal
- Removes a portlet from the portal.
- remove(DataListItem) -
Method in class com.extjs.gxt.ui.client.widget.DataList
- Removes the item from the list.
- remove(DataViewItem) -
Method in class com.extjs.gxt.ui.client.widget.DataView
-
- remove(T) -
Method in class com.extjs.gxt.ui.client.widget.form.SimpleComboBox
- Removes the value.
- remove(Widget) -
Method in class com.extjs.gxt.ui.client.widget.LayoutContainer
- Removes a component from this container.
- remove(Item) -
Method in class com.extjs.gxt.ui.client.widget.menu.Menu
- Removes a item from the menu.
- remove(ToolItem) -
Method in class com.extjs.gxt.ui.client.widget.PagingToolBar
- Removes the item from the toolbar (pre-render).
- remove() -
Method in class com.extjs.gxt.ui.client.widget.Shadow
- Removes the shadow.
- remove(TableItem) -
Method in class com.extjs.gxt.ui.client.widget.table.Table
-
- remove(TabItem) -
Method in class com.extjs.gxt.ui.client.widget.TabPanel
- Removes the tab item.
- remove(ToolItem) -
Method in class com.extjs.gxt.ui.client.widget.toolbar.ToolBar
- Removes a component from the tool bar.
- remove(TreeItem) -
Method in class com.extjs.gxt.ui.client.widget.tree.TreeItem
- Removes a child from the item.
- removeAll() -
Method in class com.extjs.gxt.ui.client.core.CompositeElement
- Removes all elements.
- removeAll() -
Method in class com.extjs.gxt.ui.client.data.BaseTreeModel
-
- removeAll() -
Method in interface com.extjs.gxt.ui.client.data.TreeModel
- Removes all the children.
- removeAll() -
Method in class com.extjs.gxt.ui.client.store.Store
- Remove all items from the store and fires the Clear event.
- removeAll() -
Method in class com.extjs.gxt.ui.client.store.TreeStore
-
- removeAll(M) -
Method in class com.extjs.gxt.ui.client.store.TreeStore
- Removes all the parent's children.
- removeAll() -
Method in class com.extjs.gxt.ui.client.widget.Container
- Removes all the container's items.
- removeAll() -
Method in class com.extjs.gxt.ui.client.widget.form.SimpleComboBox
- Removes all the values.
- removeAll() -
Method in class com.extjs.gxt.ui.client.widget.LayoutContainer
- Removes all of children from this container.
- removeAll() -
Method in class com.extjs.gxt.ui.client.widget.TabPanel
-
- removeAll() -
Method in class com.extjs.gxt.ui.client.widget.tree.Tree
-
- removeAll() -
Method in class com.extjs.gxt.ui.client.widget.tree.TreeItem
- Removes all child items.
- removeAllListeners() -
Method in class com.extjs.gxt.ui.client.event.BaseObservable
- Removes all listeners.
- removeAllListeners() -
Method in interface com.extjs.gxt.ui.client.event.Observable
- Removes all listeners.
- removeAllListeners() -
Method in class com.extjs.gxt.ui.client.widget.Component
- Removes all listeners.
- removeChangeListener(ChangeListener...) -
Method in class com.extjs.gxt.ui.client.data.BaseModel
- Removes a previously added change listener.
- removeChangeListener(ChangeListener...) -
Method in interface com.extjs.gxt.ui.client.data.ChangeEventSource
- Removes a change listener.
- removeChangeListener(ChangeListener...) -
Method in class com.extjs.gxt.ui.client.data.ChangeEventSupport
-
- removeChangeListeners() -
Method in class com.extjs.gxt.ui.client.data.BaseModel
-
- removeChangeListeners() -
Method in interface com.extjs.gxt.ui.client.data.ChangeEventSource
- Removes all change listeners.
- removeChangeListeners() -
Method in class com.extjs.gxt.ui.client.data.ChangeEventSupport
-
- removeCheckListener(CheckChangedListener) -
Method in class com.extjs.gxt.ui.client.binder.DataListBinder
-
- removeCheckListener(CheckChangedListener) -
Method in class com.extjs.gxt.ui.client.binder.TreeBinder
-
- removeCheckListener(CheckChangedListener) -
Method in interface com.extjs.gxt.ui.client.event.CheckProvider
- Removes the check change listener.
- removeChild(Element) -
Method in class com.extjs.gxt.ui.client.core.El
- Removes a child.
- removeChildren() -
Method in class com.extjs.gxt.ui.client.core.El
- Removes all the elements children.
- removeController(Controller) -
Method in class com.extjs.gxt.ui.client.mvc.Dispatcher
- Removes a controller.
- removeDispatcherListener(DispatcherListener) -
Method in class com.extjs.gxt.ui.client.mvc.Dispatcher
- Removes a previously added listener.
- removeDNDListener(DNDListener) -
Method in class com.extjs.gxt.ui.client.dnd.DragSource
- Removes the drag and drop listener.
- removeDNDListener(DNDListener) -
Method in class com.extjs.gxt.ui.client.dnd.DropTarget
- Removes the listener.
- removeDragListener(DragListener) -
Method in class com.extjs.gxt.ui.client.fx.Draggable
- Removes a previously added listener.
- removeEffectListener(EffectListener) -
Method in class com.extjs.gxt.ui.client.fx.Fx
- Removes a previously added effect listener.
- removeFilter(StoreFilter) -
Method in class com.extjs.gxt.ui.client.store.Store
- Removes a previously added filter.
- removeFromParent() -
Method in class com.extjs.gxt.ui.client.core.El
- Removes the element from it's parent.
- removeFromParent() -
Method in class com.extjs.gxt.ui.client.widget.Component
-
- removeIconStyle() -
Method in class com.extjs.gxt.ui.client.widget.Header
- Removes the header's icon style.
- removeInputStyleName(String) -
Method in class com.extjs.gxt.ui.client.widget.form.Field
- Removes a CSS style name from the input element of this field.
- removeItem(TreeItem) -
Method in class com.extjs.gxt.ui.client.widget.tree.TreeItemUI
-
- removeKeyListener(KeyListener) -
Method in class com.extjs.gxt.ui.client.widget.form.Field
- Removes the key listener.
- removeKeyNavListener(KeyNavListener) -
Method in class com.extjs.gxt.ui.client.util.KeyNav
-
- removeListener(int, Listener) -
Method in class com.extjs.gxt.ui.client.event.BaseObservable
- Removes a listener.
- removeListener(int, Listener) -
Method in interface com.extjs.gxt.ui.client.event.Observable
- Removes a listener.
- removeListener(SelectionChangedListener) -
Method in class com.extjs.gxt.ui.client.event.SelectionService
- Removes a previously added listener.
- removeListener(int, Listener) -
Method in class com.extjs.gxt.ui.client.widget.Component
- Removes a listener.
- removeLoadListener(LoadListener) -
Method in class com.extjs.gxt.ui.client.data.BaseLoader
-
- removeLoadListener(LoadListener) -
Method in interface com.extjs.gxt.ui.client.data.Loader
- Removes a load listener.
- removeResizeListener(ResizeListener) -
Method in class com.extjs.gxt.ui.client.fx.Resizable
- Removes a resize listener.
- removeScrollListener(ScrollListener) -
Method in class com.extjs.gxt.ui.client.widget.ScrollContainer
- Removes a previously added listener.
- removeSelectionListener(SelectionChangedListener) -
Method in class com.extjs.gxt.ui.client.binder.StoreBinder
-
- removeSelectionListener(SelectionChangedListener) -
Method in interface com.extjs.gxt.ui.client.event.SelectionProvider
- Removes a selection changed listener.
- removeSelectionListener(SelectionListener) -
Method in class com.extjs.gxt.ui.client.widget.button.Button
- Removes a previously added listener.
- removeSelectionListener(SelectionListener) -
Method in class com.extjs.gxt.ui.client.widget.button.IconButton
- Removes a previously added listener.
- removeSelectionListener(SelectionListener) -
Method in class com.extjs.gxt.ui.client.widget.DataListItem
- Removes a previously added listener.
- removeSelectionListener(SelectionChangedListener) -
Method in class com.extjs.gxt.ui.client.widget.form.ComboBox
-
- removeSelectionListener(SelectionChangedListener) -
Method in class com.extjs.gxt.ui.client.widget.form.ListField
-
- removeSelectionListener(SelectionListener) -
Method in class com.extjs.gxt.ui.client.widget.menu.Item
- Removes a previously added listener.
- removeSelectionListener(SelectionListener) -
Method in class com.extjs.gxt.ui.client.widget.toolbar.TextToolItem
- Removes a selection listener.
- removeStoreListener(StoreListener) -
Method in class com.extjs.gxt.ui.client.store.Store
- Removes a store listener.
- removeStyleName(String) -
Method in class com.extjs.gxt.ui.client.core.CompositeElement
-
- removeStyleName(String) -
Method in class com.extjs.gxt.ui.client.core.El
- Removes a style name.
- removeStyleName(String) -
Method in class com.extjs.gxt.ui.client.widget.Component
- Removes a CSS style name from the component's underlying element.
- removeStyleSheet(String) -
Static method in class com.extjs.gxt.ui.client.util.CSS
- Removes a style or link tag by id.
- removeTableLisetener(TableListener) -
Method in class com.extjs.gxt.ui.client.widget.table.Table
- Remvoves a table listener.
- removeTool(Component) -
Method in class com.extjs.gxt.ui.client.widget.Header
- Removes a tool.
- removeWidgetListener(WidgetListener) -
Method in class com.extjs.gxt.ui.client.widget.Component
- Removes a listener.
- removeWindowListener(WindowListener) -
Method in class com.extjs.gxt.ui.client.widget.Window
- Removes a previously added listener.
- Render -
Static variable in class com.extjs.gxt.ui.client.Events
- Render event type (value is 560).
- render(Element) -
Method in class com.extjs.gxt.ui.client.widget.Component
- Renders the element.
- render(Element, int) -
Method in class com.extjs.gxt.ui.client.widget.Component
- Renders the element.
- render(M, String, ColumnData, int, int, ListStore<M>) -
Method in interface com.extjs.gxt.ui.client.widget.grid.GridCellRenderer
- Returns the HTML to be used in a grid cell.
- render(GroupColumnData) -
Method in interface com.extjs.gxt.ui.client.widget.grid.GridGroupRenderer
- Returns the HTML for a group.
- render(Double, Map<String, Double>) -
Method in interface com.extjs.gxt.ui.client.widget.grid.SummaryRenderer
-
- render(Object, ModelData, String, Map<String, Object>) -
Method in class com.extjs.gxt.ui.client.widget.grid.SummaryType
-
- render(T, String, Object) -
Method in interface com.extjs.gxt.ui.client.widget.table.CellRenderer
- Returns the formatted cell value.
- render(T, String, Object) -
Method in class com.extjs.gxt.ui.client.widget.table.DateTimeCellRenderer
-
- render(T, String, Object) -
Method in class com.extjs.gxt.ui.client.widget.table.NumberCellRenderer
-
- render(Element, int) -
Method in class com.extjs.gxt.ui.client.widget.tree.TreeItemUI
-
- render(Element, int) -
Method in class com.extjs.gxt.ui.client.widget.treetable.TreeTableItemUI
-
- renderer -
Variable in class com.extjs.gxt.ui.client.widget.grid.ColumnData
- The cell renderer.
- replaceElement(Element, Element) -
Method in class com.extjs.gxt.ui.client.core.CompositeElement
-
- replaceStyleName(String, String) -
Method in class com.extjs.gxt.ui.client.core.El
- Replaces a style name on the element with another.
- requestData -
Variable in class com.extjs.gxt.ui.client.widget.HtmlContainer
- The request data to be used in remote calls (defaults to null).
- reset() -
Method in class com.extjs.gxt.ui.client.widget.form.Field
- Resets the current field value to the originally loaded value and clears
any validation messages.
- reset() -
Method in class com.extjs.gxt.ui.client.widget.form.MultiField
-
- reset() -
Method in class com.extjs.gxt.ui.client.widget.ProgressBar
- Resets the progress bar value to 0 and text to empty string.
- resizable -
Variable in class com.extjs.gxt.ui.client.event.ResizeEvent
- The resizable instance.
- Resizable - Class in com.extjs.gxt.ui.client.fx
- Applies drag handles to a widget to make it resizable.
- Resizable(BoxComponent) -
Constructor for class com.extjs.gxt.ui.client.fx.Resizable
- Creates a new resizable instance with 8-way resizing.
- Resizable(BoxComponent, String) -
Constructor for class com.extjs.gxt.ui.client.fx.Resizable
- Creates a new resizable instance.
- Resize -
Static variable in class com.extjs.gxt.ui.client.Events
- Resize event type (value is 570).
- resize() -
Method in class com.extjs.gxt.ui.client.widget.table.TableView
- Adjusts the table to its current size.
- resize() -
Method in class com.extjs.gxt.ui.client.widget.treetable.TreeTableView
-
- resizeEnd(ResizeEvent) -
Method in class com.extjs.gxt.ui.client.event.ResizeListener
-
- ResizeEnd -
Static variable in class com.extjs.gxt.ui.client.Events
- ResizeEnd event type (value is 580).
- ResizeEvent - Class in com.extjs.gxt.ui.client.event
- Resizable event type.
- ResizeEvent(Resizable) -
Constructor for class com.extjs.gxt.ui.client.event.ResizeEvent
-
- ResizeEvent(Resizable, Component, Event) -
Constructor for class com.extjs.gxt.ui.client.event.ResizeEvent
-
- ResizeListener - Class in com.extjs.gxt.ui.client.event
- Resize listener.
- ResizeListener() -
Constructor for class com.extjs.gxt.ui.client.event.ResizeListener
-
- resizeStart(ResizeEvent) -
Method in class com.extjs.gxt.ui.client.event.ResizeListener
-
- ResizeStart -
Static variable in class com.extjs.gxt.ui.client.Events
- ResizeStart event type (value is 590).
- response -
Variable in class com.extjs.gxt.ui.client.event.HtmlContainerEvent
- The remote response.
- Restore -
Static variable in class com.extjs.gxt.ui.client.Events
- Minimize event type (value is 600).
- restore() -
Method in class com.extjs.gxt.ui.client.widget.Window
- Restores a maximized window back to its original size and position prior to
being maximized and also replaces the 'restore' tool button with the
'maximize' tool button.
- resultHtml -
Variable in class com.extjs.gxt.ui.client.event.FormEvent
-
- right -
Variable in class com.extjs.gxt.ui.client.util.Margins
- The right margin.
- right -
Variable in class com.extjs.gxt.ui.client.util.Padding
-
- right -
Variable in class com.extjs.gxt.ui.client.util.Region
- The right value.
- root -
Variable in class com.extjs.gxt.ui.client.data.ModelType
- The root element name.
- RootTreeTableItem - Class in com.extjs.gxt.ui.client.widget.treetable
-
- RootTreeTableItem(TreeTable) -
Constructor for class com.extjs.gxt.ui.client.widget.treetable.RootTreeTableItem
-
- row -
Variable in class com.extjs.gxt.ui.client.event.PortalEvent
-
- row -
Variable in class com.extjs.gxt.ui.client.widget.grid.CellSelectionModel.CellSelection
-
- row(String, String, int, String, boolean, String, String) -
Method in interface com.extjs.gxt.ui.client.widget.grid.GridTemplates
-
- RowClick -
Static variable in class com.extjs.gxt.ui.client.Events
- RowClick event type (value is 610).
- RowData - Class in com.extjs.gxt.ui.client.widget.layout
- Layout data for
RowLayout that controls the width and height of
a widget. - RowData() -
Constructor for class com.extjs.gxt.ui.client.widget.layout.RowData
- Creates a new row data.
- RowData(double, double) -
Constructor for class com.extjs.gxt.ui.client.widget.layout.RowData
- Creates a new row data.
- RowData(double, double, Margins) -
Constructor for class com.extjs.gxt.ui.client.widget.layout.RowData
- Creates a new row data.
- RowDoubleClick -
Static variable in class com.extjs.gxt.ui.client.Events
- RowDoubleClick event type (value is 620).
- RowExpander - Class in com.extjs.gxt.ui.client.widget.grid
- A column config and component plugin that adds the ability for each row to be
expanded, showing custom content that spans all the rows columns.
- RowExpander() -
Constructor for class com.extjs.gxt.ui.client.widget.grid.RowExpander
- Creates a new row expander.
- RowExpander(XTemplate) -
Constructor for class com.extjs.gxt.ui.client.widget.grid.RowExpander
- Creates a new row expander with the given template.
- rowIndex -
Variable in class com.extjs.gxt.ui.client.event.GridEvent
- The row index.
- rowIndex -
Variable in class com.extjs.gxt.ui.client.event.TableEvent
- The row index.
- rowIndex -
Variable in class com.extjs.gxt.ui.client.event.TreeTableEvent
- The row index.
- RowLayout - Class in com.extjs.gxt.ui.client.widget.layout
- This layout positions the container's children in a single horiztontal or
vertical row.
- RowLayout() -
Constructor for class com.extjs.gxt.ui.client.widget.layout.RowLayout
- Creates a new vertical row layout.
- RowLayout(Style.Orientation) -
Constructor for class com.extjs.gxt.ui.client.widget.layout.RowLayout
- Creates a new row layout with the given orientation.
- RowMouseDown -
Static variable in class com.extjs.gxt.ui.client.Events
- RowMouseDown event type (value is 624).
- RowNumberer - Class in com.extjs.gxt.ui.client.widget.grid
- A
ColumnConfig that provides an automatic row numbering column. - RowNumberer() -
Constructor for class com.extjs.gxt.ui.client.widget.grid.RowNumberer
-
- RowUpdated -
Static variable in class com.extjs.gxt.ui.client.Events
- RowUpdated event type (value is 626).
- RpcMap - Class in com.extjs.gxt.ui.client.data
- RpcMap is used to workaround a part of GWT RPC system.
- RpcMap() -
Constructor for class com.extjs.gxt.ui.client.data.RpcMap
-
- RpcProxy<C,D> - Class in com.extjs.gxt.ui.client.data
DataProxy implementation that retrieves data using GWT RPC.- RpcProxy() -
Constructor for class com.extjs.gxt.ui.client.data.RpcProxy
-
- run(Effect) -
Method in class com.extjs.gxt.ui.client.fx.Fx
- Runs the effect for the given duration.
- run(int, Effect) -
Method in class com.extjs.gxt.ui.client.fx.Fx
- Runs the effect for the given duration.
S
- saveState() -
Method in class com.extjs.gxt.ui.client.widget.Component
- Saves the component's current state.
- ScriptTagProxy<C,D> - Class in com.extjs.gxt.ui.client.data
-
- ScriptTagProxy(String) -
Constructor for class com.extjs.gxt.ui.client.data.ScriptTagProxy
-
- Scroll -
Static variable in class com.extjs.gxt.ui.client.Events
- Scroll event type (value is 630).
- scroll(El, FxConfig, Style.ScrollDir, int) -
Static method in class com.extjs.gxt.ui.client.fx.BaseEffect
-
- ScrollContainer<T extends Component> - Class in com.extjs.gxt.ui.client.widget
- A
Container that scrolls its contents. - ScrollContainer() -
Constructor for class com.extjs.gxt.ui.client.widget.ScrollContainer
-
- scrollIntoView(Element, boolean) -
Method in class com.extjs.gxt.ui.client.core.El
- Scrolls the element into view.
- scrollIntoView(T) -
Method in class com.extjs.gxt.ui.client.widget.Container
- Scrolls the item into view.
- scrollIntoView(DataListItem) -
Method in class com.extjs.gxt.ui.client.widget.DataList
- Scrolls the item into view.
- scrollIntoView(Widget) -
Method in class com.extjs.gxt.ui.client.widget.ScrollContainer
- Scroll the child into view.
- scrollIntoView(TableItem) -
Method in class com.extjs.gxt.ui.client.widget.table.Table
-
- scrollIntoView(TreeTableItem) -
Method in class com.extjs.gxt.ui.client.widget.treetable.TreeTable
- Scrolls the item into view.
- scrollLeft -
Variable in class com.extjs.gxt.ui.client.event.GridEvent
- The scroll left value.
- ScrollListener - Class in com.extjs.gxt.ui.client.event
- Event interface for scroll events.
- ScrollListener() -
Constructor for class com.extjs.gxt.ui.client.event.ScrollListener
-
- scrollTo(String, int) -
Method in class com.extjs.gxt.ui.client.core.El
- Scrolls this element the specified scroll point.
- scrollTo(String, int, FxConfig) -
Method in class com.extjs.gxt.ui.client.core.El
- Scrolls this element the specified scroll point.
- scrollTop -
Variable in class com.extjs.gxt.ui.client.event.GridEvent
- The scroll top value.
- scrollToTab(TabItem, boolean) -
Method in class com.extjs.gxt.ui.client.widget.TabPanel
- Scrolls to a particular tab if tab scrolling is enabled.
- scrollToTop() -
Method in class com.extjs.gxt.ui.client.widget.grid.GridView
- Scrolls the grid to the top.
- select(String) -
Static method in class com.extjs.gxt.ui.client.core.DomQuery
- Selects a group of elements using the document as the root node.
- select(String, Element) -
Static method in class com.extjs.gxt.ui.client.core.DomQuery
- Selects a group of elements.
- select(String) -
Method in class com.extjs.gxt.ui.client.core.El
- Selects a group of elements.
- select(String) -
Method in interface com.extjs.gxt.ui.client.core.Markup
-
- select(String) -
Method in class com.extjs.gxt.ui.client.core.MarkupBase
-
- Select -
Static variable in class com.extjs.gxt.ui.client.Events
- Select event type (value is 640).
- select(Store, T, T, String) -
Method in interface com.extjs.gxt.ui.client.store.StoreFilter
- Determines if the given record should be selected.
- select(int) -
Method in class com.extjs.gxt.ui.client.widget.form.ComboBox
- Select an item in the dropdown list by its numeric index in the list.
- select(int, int) -
Method in class com.extjs.gxt.ui.client.widget.form.TextField
- Selects text in the field.
- select(int) -
Method in class com.extjs.gxt.ui.client.widget.selection.AbstractSelectionModel
-
- select(int, int) -
Method in class com.extjs.gxt.ui.client.widget.selection.AbstractSelectionModel
-
- select(List<T>) -
Method in class com.extjs.gxt.ui.client.widget.selection.AbstractSelectionModel
-
- select(T...) -
Method in class com.extjs.gxt.ui.client.widget.selection.AbstractSelectionModel
-
- select(T) -
Method in class com.extjs.gxt.ui.client.widget.selection.AbstractSelectionModel
-
- select(int) -
Method in class com.extjs.gxt.ui.client.widget.selection.AbstractStoreSelectionModel
-
- select(int, int) -
Method in class com.extjs.gxt.ui.client.widget.selection.AbstractStoreSelectionModel
-
- select(List<M>) -
Method in class com.extjs.gxt.ui.client.widget.selection.AbstractStoreSelectionModel
-
- select(M...) -
Method in class com.extjs.gxt.ui.client.widget.selection.AbstractStoreSelectionModel
-
- select(M) -
Method in class com.extjs.gxt.ui.client.widget.selection.AbstractStoreSelectionModel
-
- select(int, int) -
Method in interface com.extjs.gxt.ui.client.widget.selection.CellSelectionModel
- Selects the cell.
- select(int) -
Method in interface com.extjs.gxt.ui.client.widget.selection.SelectionModel
- Selects the item at the given index.
- select(int, int) -
Method in interface com.extjs.gxt.ui.client.widget.selection.SelectionModel
- Selects the range.
- select(List<T>) -
Method in interface com.extjs.gxt.ui.client.widget.selection.SelectionModel
- Selects the items.
- select(T...) -
Method in interface com.extjs.gxt.ui.client.widget.selection.SelectionModel
- Selects the items.
- select(T) -
Method in interface com.extjs.gxt.ui.client.widget.selection.SelectionModel
- Selects the item.
- select(int) -
Method in interface com.extjs.gxt.ui.client.widget.selection.StoreSelectionModel
- Selects the item at the given index.
- select(int, int) -
Method in interface com.extjs.gxt.ui.client.widget.selection.StoreSelectionModel
- Selects the range.
- select(List<M>) -
Method in interface com.extjs.gxt.ui.client.widget.selection.StoreSelectionModel
- Selects the items.
- select(M...) -
Method in interface com.extjs.gxt.ui.client.widget.selection.StoreSelectionModel
- Selects the items.
- select(M) -
Method in interface com.extjs.gxt.ui.client.widget.selection.StoreSelectionModel
- Selects the item.
- Selectable<T extends Component> - Interface in com.extjs.gxt.ui.client.widget.selection
- Interface for containers whos children can be selected.
- selectAll() -
Method in class com.extjs.gxt.ui.client.widget.form.