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<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.dndA DragSource implementation for ListViews.ListViewDragSource(ListView) -
Constructor for class com.extjs.gxt.ui.client.dnd.ListViewDragSource
Creates a new list view drag source instance.
ListViewDropTarget - Class in com.extjs.gxt.ui.client.dndA DropTarget implementation for the ListView component.ListViewDropTarget(ListView) -
Constructor for class com.extjs.gxt.ui.client.dnd.ListViewDropTarget
Creates a new list view drop target instance.
ListViewEvent<M extends ModelData> - Class in com.extjs.gxt.ui.client.eventListView event type.ListViewEvent(ListView<M>) -
Constructor for class com.extjs.gxt.ui.client.event.ListViewEvent
ListViewEvent(ListView<M>, Event) -
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(Object) -
Method in class com.extjs.gxt.ui.client.data.BaseLoader
load(int, int) -
Method in class com.extjs.gxt.ui.client.data.BasePagingLoader
load(DataReader<D>, Object, AsyncCallback<D>) -
Method in interface com.extjs.gxt.ui.client.data.DataProxy
Data should be retrieved using the specified load config.
load(DataReader<D>, Object, 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.
load() -
Method in interface com.extjs.gxt.ui.client.data.Loader
Loads the data using the current configuration.
load(Object) -
Method in interface com.extjs.gxt.ui.client.data.Loader
Loads the data using the given load configuration.
load(DataReader<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 configuration.
load(DataReader<PagingLoadResult<? extends ModelData>>, Object, AsyncCallback<PagingLoadResult<? extends ModelData>>) -
Method in class com.extjs.gxt.ui.client.data.PagingModelMemoryProxy
load(DataReader<D>, Object, AsyncCallback<D>) -
Method in class com.extjs.gxt.ui.client.data.RpcProxy
load(DataReader<D>, Object, 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.
LoadConfig - Interface in com.extjs.gxt.ui.client.dataBase interface for load config objects.Loader<D> - 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 - 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<?>, Object) -
Constructor for class com.extjs.gxt.ui.client.data.LoadEvent
Creates a new load event.
LoadEvent(Loader<?>, Object, Object) -
Constructor for class com.extjs.gxt.ui.client.data.LoadEvent
Creates a new load event.
LoadEvent(Loader<?>, Object, 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.
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.XMessages
lookupBrowserEvent(int) -
Static method in class com.extjs.gxt.ui.client.event.Events
Finds the GXT EventType based on GWT int event type.
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.WindowManagerEvent
- The window manager.
- 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
- Marks this field as invalid.
- markInvalid(String) -
Method in class com.extjs.gxt.ui.client.widget.form.HiddenField
-
- 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() -
Method in class com.extjs.gxt.ui.client.core.El
- Puts a mask over this element to disable user interaction.
- mask(String) -
Method in class com.extjs.gxt.ui.client.core.El
- Puts a mask over this element to disable user interaction.
- mask(String, String) -
Method in class com.extjs.gxt.ui.client.core.El
- Puts a mask over this element to disable user interaction.
- mask() -
Method in class com.extjs.gxt.ui.client.widget.Component
- Puts a mask over this component to disable user interaction.
- mask(String) -
Method in class com.extjs.gxt.ui.client.widget.Component
- Puts a mask over this component to disable user interaction.
- mask(String, String) -
Method in class com.extjs.gxt.ui.client.widget.Component
- Puts a mask over this component to disable user interaction.
- master(String, String) -
Method in interface com.extjs.gxt.ui.client.widget.grid.GridTemplates
-
- MAX -
Static variable in class com.extjs.gxt.ui.client.widget.grid.SummaryType
-
- Maximize -
Static variable in class com.extjs.gxt.ui.client.event.Events
- Minimize event type.
- 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.
- 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 - 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.
- MenuBar - Class in com.extjs.gxt.ui.client.widget.menu
- A horizontal menu bar.
- MenuBar() -
Constructor for class com.extjs.gxt.ui.client.widget.menu.MenuBar
-
- MenuBarItem - Class in com.extjs.gxt.ui.client.widget.menu
- Child of MenuBar.
- MenuBarItem(String, Menu) -
Constructor for class com.extjs.gxt.ui.client.widget.menu.MenuBarItem
-
- 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, Component) -
Constructor for class com.extjs.gxt.ui.client.event.MenuEvent
-
- MenuHide -
Static variable in class com.extjs.gxt.ui.client.event.Events
- MenuHide event type.
- 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<? extends MenuEvent>) -
Constructor for class com.extjs.gxt.ui.client.widget.menu.MenuItem
- Creates a new item.
- MenuItem(String, AbstractImagePrototype) -
Constructor for class com.extjs.gxt.ui.client.widget.menu.MenuItem
- Creates a new item.
- MenuItem(String, AbstractImagePrototype, SelectionListener<? extends MenuEvent>) -
Constructor for class com.extjs.gxt.ui.client.widget.menu.MenuItem
- Creates a new item.
- MenuLayout - Class in com.extjs.gxt.ui.client.widget.layout
- Custom layout for
Menu - MenuLayout() -
Constructor for class com.extjs.gxt.ui.client.widget.layout.MenuLayout
-
- MenuShow -
Static variable in class com.extjs.gxt.ui.client.event.Events
- MenuShow event type.
- 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.XMessages
-
- messageBox_close() -
Method in interface com.extjs.gxt.ui.client.messages.XMessages
-
- messageBox_no() -
Method in interface com.extjs.gxt.ui.client.messages.XMessages
-
- messageBox_ok() -
Method in interface com.extjs.gxt.ui.client.messages.XMessages
-
- messageBox_yes() -
Method in interface com.extjs.gxt.ui.client.messages.XMessages
-
- MessageBoxEvent - Class in com.extjs.gxt.ui.client.event
- MessageBox event type.
- 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.
- MIN -
Static variable in class com.extjs.gxt.ui.client.widget.grid.SummaryType
-
- Minimize -
Static variable in class com.extjs.gxt.ui.client.event.Events
- Minimize event type.
- minimize() -
Method in class com.extjs.gxt.ui.client.widget.Window
- Placeholder method for minimizing the window.
- minimizeWindow(Window) -
Method in class com.extjs.gxt.desktop.client.Desktop
- Minimizes the window.
- 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.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
- Compares the model instances for equality.
- ModelData - Interface in com.extjs.gxt.ui.client.data
- Primary interface for GXT model objects without support events.
- ModelIconProvider<M extends ModelData> - Interface in com.extjs.gxt.ui.client.data
-
- ModelKeyProvider<M extends ModelData> - Interface in com.extjs.gxt.ui.client.data
- Instances of this class provide unique keys for models.
- ModelProcessor<M extends ModelData> - Class in com.extjs.gxt.ui.client.data
- Provides a convenient method to provide "formatted" data when using
templates.
- ModelProcessor() -
Constructor for class com.extjs.gxt.ui.client.data.ModelProcessor
-
- 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 - 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.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.event.Events
- Resize event type.
- 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
- Deprecated. Moves the current selections down one level.
- moveSelectedDown() -
Method in class com.extjs.gxt.ui.client.widget.ListView
- Moves the current selections down one level.
- moveSelectedUp() -
Method in class com.extjs.gxt.ui.client.widget.DataList
- Deprecated. Moves the current selections up one level.
- moveSelectedUp() -
Method in class com.extjs.gxt.ui.client.widget.ListView
- 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<D> - Class in com.extjs.gxt.ui.client.widget.form
- A field that displays multiple fields in a single row or column.
- MultiField() -
Constructor for class com.extjs.gxt.ui.client.widget.form.MultiField
- Creates a new multi-field.
- MultiField(String, Field<?>...) -
Constructor for class com.extjs.gxt.ui.client.widget.form.MultiField
- Creates a new multi-field.
- 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.
N
- name -
Variable in class com.extjs.gxt.ui.client.widget.grid.ColumnData
- The column name.
- NAMES -
Static variable in interface com.extjs.gxt.themes.client.ThemeNames
-
- NestedModelUtil - Class in com.extjs.gxt.ui.client.data
-
- NestedModelUtil() -
Constructor for class com.extjs.gxt.ui.client.data.NestedModelUtil
-
- next() -
Method in class com.extjs.gxt.ui.client.core.TemplatesBase.IterableRange.IterableRangeIterator
-
- next() -
Method in class com.extjs.gxt.ui.client.widget.toolbar.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
- Deprecated. 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 implementation 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.XMessages
-
- numberField_minText(double) -
Method in interface com.extjs.gxt.ui.client.messages.XMessages
-
- numberField_nanText(String) -
Method in interface com.extjs.gxt.ui.client.messages.XMessages
-
- numberField_negativeText() -
Method in interface com.extjs.gxt.ui.client.messages.XMessages
-
- 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.
- 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');
- onAlt(E) -
Method in class com.extjs.gxt.ui.client.util.KeyNav
-
- onAttach() -
Method in class com.extjs.gxt.ui.client.widget.table.Table
- Deprecated.
- onAttach() -
Method in class com.extjs.gxt.ui.client.widget.Viewport
-
- onBackspace(E) -
Method in class com.extjs.gxt.ui.client.util.KeyNav
-
- OnBlur -
Static variable in class com.extjs.gxt.ui.client.event.Events
- DOM ONBLUR event type.
- 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.Composite
-
- 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
- Deprecated.
- onBrowserEvent(Event) -
Method in class com.extjs.gxt.ui.client.widget.table.TableColumnUI
- Deprecated.
- onBrowserEvent(Event) -
Method in class com.extjs.gxt.ui.client.widget.treetable.TreeTable
- Deprecated.
- 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
-
- OnChange -
Static variable in class com.extjs.gxt.ui.client.event.Events
- DOM ONCHANGE event type.
- onCheckChange(boolean) -
Method in class com.extjs.gxt.ui.client.widget.tree.DefaultTreeItemUI
- Deprecated.
- onCheckChange(boolean) -
Method in interface com.extjs.gxt.ui.client.widget.tree.TreeItemUI
- Deprecated. Called when the check state changes.
- onCheckChange(TreePanel.TreeNode, boolean) -
Method in class com.extjs.gxt.ui.client.widget.treepanel.TreePanelView
-
- OnClick -
Static variable in class com.extjs.gxt.ui.client.event.Events
- DOM ONCLICK event type.
- onColumnClick(TableColumnUI, ComponentEvent) -
Method in class com.extjs.gxt.ui.client.widget.table.TableHeader
- Deprecated.
- onColumnResize(SplitBarEvent) -
Method in class com.extjs.gxt.ui.client.widget.table.TableColumnUI
- Deprecated.
- 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.desktop.client.Shortcut
-
- 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.ColorPalette
-
- 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
- Deprecated.
- onComponentEvent(ComponentEvent) -
Method in class com.extjs.gxt.ui.client.widget.DataView
- Deprecated.
- 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.FileUploadField
-
- onComponentEvent(ComponentEvent) -
Method in class com.extjs.gxt.ui.client.widget.form.MultiField
-
- onComponentEvent(ComponentEvent) -
Method in class com.extjs.gxt.ui.client.widget.form.TriggerField
-
- onComponentEvent(ComponentEvent) -
Method in class com.extjs.gxt.ui.client.widget.form.TwinTriggerField
-
- onComponentEvent(ComponentEvent) -
Method in class com.extjs.gxt.ui.client.widget.grid.ColumnHeader.Head
-
- onComponentEvent(ComponentEvent) -
Method in class com.extjs.gxt.ui.client.widget.grid.Grid
-
- onComponentEvent(ComponentEvent) -
Method in class com.extjs.gxt.ui.client.widget.grid.RowEditor
-
- 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.menu.MenuBar
-
- onComponentEvent(ComponentEvent) -
Method in class com.extjs.gxt.ui.client.widget.ScrollContainer
-
- onComponentEvent(ComponentEvent) -
Method in class com.extjs.gxt.ui.client.widget.Slider
-
- 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
- Deprecated.
- onComponentEvent(ComponentEvent) -
Method in class com.extjs.gxt.ui.client.widget.table.TableColumnUI
- Deprecated.
- onComponentEvent(ComponentEvent) -
Method in class com.extjs.gxt.ui.client.widget.table.TableItem
- Deprecated.
- 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
- Deprecated.
- onComponentEvent(ComponentEvent) -
Method in class com.extjs.gxt.ui.client.widget.tree.TreeItem
- Deprecated.
- onComponentEvent(ComponentEvent) -
Method in class com.extjs.gxt.ui.client.widget.treepanel.TreePanel
-
- onComponentEvent(ComponentEvent) -
Method in class com.extjs.gxt.ui.client.widget.treetable.TreeTableItem
- Deprecated.
- OnContextMenu -
Static variable in class com.extjs.gxt.ui.client.event.Events
- DOM ONCONTEXTMENU event type.
- 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.event.Events
- DOM ONDBLCLICK event type.
- onDoubleClick(GridEvent<M>) -
Method in class com.extjs.gxt.ui.client.widget.grid.EditorSupport
-
- onDoubleClick(ComponentEvent) -
Method in class com.extjs.gxt.ui.client.widget.tree.DefaultTreeItemUI
- Deprecated.
- onDown(E) -
Method in class com.extjs.gxt.ui.client.util.KeyNav
-
- onDown(ComponentEvent) -
Method in class com.extjs.gxt.ui.client.util.KeyNavListener
-
- onDropChange(TreePanel.TreeNode, boolean) -
Method in class com.extjs.gxt.ui.client.widget.treepanel.TreePanelView
-
- onEditorKey(DomEvent) -
Method in class com.extjs.gxt.ui.client.widget.grid.GridSelectionModel
-
- 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
-
- OnError -
Static variable in class com.extjs.gxt.ui.client.event.Events
- DOM ONERROR event type.
- onEsc(E) -
Method in class com.extjs.gxt.ui.client.util.KeyNav
-
- onEscape(ComponentEvent) -
Method in class com.extjs.gxt.ui.client.util.KeyNavListener
-
- onEvent(TreePanelEvent) -
Method in class com.extjs.gxt.ui.client.widget.treepanel.TreePanelView
-
- OnFocus -
Static variable in class com.extjs.gxt.ui.client.event.Events
- DOM ONFOCUS event type.
- 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.DefaultTreeItemUI
- Deprecated.
- onIconStyleChange(String) -
Method in class com.extjs.gxt.ui.client.widget.tree.FastTreeItemUI
- Deprecated.
- onIconStyleChange(String) -
Method in interface com.extjs.gxt.ui.client.widget.tree.TreeItemUI
- Deprecated. Called when the nodes icon style changes.
- onIconStyleChange(TreeGrid.TreeNode, AbstractImagePrototype) -
Method in class com.extjs.gxt.ui.client.widget.treegrid.TreeGridView
-
- onIconStyleChange(TreePanel.TreeNode, AbstractImagePrototype) -
Method in class com.extjs.gxt.ui.client.widget.treepanel.TreePanelView
-
- onIndentChange(int) -
Method in class com.extjs.gxt.ui.client.widget.tree.DefaultTreeItemUI
- Deprecated.
- onIndentChange(int) -
Method in class com.extjs.gxt.ui.client.widget.tree.FastTreeItemUI
- Deprecated.
- onIndentChange(int) -
Method in interface com.extjs.gxt.ui.client.widget.tree.TreeItemUI
- Deprecated. Called when the nodes indentation changes.
- onJointChange(Tree.Joint) -
Method in class com.extjs.gxt.ui.client.widget.tree.DefaultTreeItemUI
- Deprecated.
- onJointChange(Tree.Joint) -
Method in class com.extjs.gxt.ui.client.widget.tree.FastTreeItemUI
- Deprecated.
- onJointChange(Tree.Joint) -
Method in interface com.extjs.gxt.ui.client.widget.tree.TreeItemUI
- Deprecated. Called when the nodes joint is updated.
- onJointChange(TreeGrid.TreeNode, TreePanel.Joint) -
Method in class com.extjs.gxt.ui.client.widget.treegrid.TreeGridView
-
- onJointChange(TreePanel.TreeNode, TreePanel.Joint) -
Method in class com.extjs.gxt.ui.client.widget.treepanel.TreePanelView
-
- OnKeyDown -
Static variable in class com.extjs.gxt.ui.client.event.Events
- DOM ONKEYDOWN event type.
- OnKeyPress -
Static variable in class com.extjs.gxt.ui.client.event.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.event.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
-
- OnLoad -
Static variable in class com.extjs.gxt.ui.client.event.Events
- DOM ONLOAD event type.
- onLoading(TreePanel.TreeNode) -
Method in class com.extjs.gxt.ui.client.widget.treepanel.TreePanelView
-
- onLoadingChange(boolean) -
Method in class com.extjs.gxt.ui.client.widget.tree.DefaultTreeItemUI
- Deprecated.
- onLoadingChange(boolean) -
Method in interface com.extjs.gxt.ui.client.widget.tree.TreeItemUI
- Deprecated. Called when the node is "loading".
- OnLoseCapture -
Static variable in class com.extjs.gxt.ui.client.event.Events
- DOM ONLOSECAPTURE event type.
- OnMouseDown -
Static variable in class com.extjs.gxt.ui.client.event.Events
- DOM ONMOUSEDOWN event type.
- OnMouseMove -
Static variable in class com.extjs.gxt.ui.client.event.Events
- DOM ONMOUSEMOVE event type.
- onMouseMove(BaseEvent) -
Method in class com.extjs.gxt.ui.client.widget.table.TableColumnUI
- Deprecated.
- OnMouseOut -
Static variable in class com.extjs.gxt.ui.client.event.Events
- DOM ONMOUSEOUT event type.
- onMouseOut(BaseEvent) -
Method in class com.extjs.gxt.ui.client.widget.table.TableColumnUI
- Deprecated.
- onMouseOut(BaseEvent) -
Method in class com.extjs.gxt.ui.client.widget.treetable.TreeTableItemUI
- Deprecated.
- OnMouseOver -
Static variable in class com.extjs.gxt.ui.client.event.Events
- DOM ONMOUSEOVER event type.
- onMouseOver(BaseEvent) -
Method in class com.extjs.gxt.ui.client.widget.table.TableColumnUI
- Deprecated.
- onMouseOver(BaseEvent) -
Method in class com.extjs.gxt.ui.client.widget.treetable.TreeTableItemUI
- Deprecated.
- OnMouseUp -
Static variable in class com.extjs.gxt.ui.client.event.Events
- DOM ONMOUSEUP event type.
- OnMouseWheel -
Static variable in class com.extjs.gxt.ui.client.event.Events
- DOM ONMOUSEWHEEL event type.
- onOverChange(boolean) -
Method in class com.extjs.gxt.ui.client.widget.tree.DefaultTreeItemUI
- Deprecated.
- onOverChange(boolean) -
Method in interface com.extjs.gxt.ui.client.widget.tree.TreeItemUI
- Deprecated. Called when the nodes hover style changes.
- onOverChange(TreePanel.TreeNode, boolean) -
Method in class com.extjs.gxt.ui.client.widget.treepanel.TreePanelView
-
- 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
-
- onPreviewNativeEvent(Event.NativePreviewEvent) -
Method in class com.extjs.gxt.ui.client.util.BaseEventPreview
-
- onRemoveChild(TreeItem) -
Method in class com.extjs.gxt.ui.client.widget.tree.DefaultTreeItemUI
- Deprecated.
- onRemoveChild(TreeItem) -
Method in interface com.extjs.gxt.ui.client.widget.tree.TreeItemUI
- Deprecated. Called when a nodes child is removed.
- onRight(E) -
Method in class com.extjs.gxt.ui.client.util.KeyNav
-
- onRight(ComponentEvent) -
Method in class com.extjs.gxt.ui.client.util.KeyNavListener
-
- OnScroll -
Static variable in class com.extjs.gxt.ui.client.event.Events
- DOM ONSCROLL event type.
- onSelectChange(DataListItem, boolean) -
Method in class com.extjs.gxt.ui.client.widget.DataList
- Deprecated.
- onSelectChange(DataViewItem, boolean) -
Method in class com.extjs.gxt.ui.client.widget.DataView
- Deprecated.
- 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
- Deprecated.
- onSelectChange(TreeItem, boolean) -
Method in class com.extjs.gxt.ui.client.widget.tree.Tree
- Deprecated.
- onSelectChange(M, boolean) -
Method in class com.extjs.gxt.ui.client.widget.treepanel.TreePanelView
-
- onSelectedChange(boolean) -
Method in class com.extjs.gxt.ui.client.widget.tree.DefaultTreeItemUI
- Deprecated.
- onSelectedChange(boolean) -
Method in class com.extjs.gxt.ui.client.widget.tree.FastTreeItemUI
- Deprecated.
- onSelectedChange(boolean) -
Method in interface com.extjs.gxt.ui.client.widget.tree.TreeItemUI
- Deprecated. Called when the selected state of a node changes.
- onSelectedChange(boolean) -
Method in class com.extjs.gxt.ui.client.widget.treetable.TreeTableItemUI
- Deprecated.
- 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
- Deprecated.
- onSortChange(TableColumn, Style.SortDir) -
Method in class com.extjs.gxt.ui.client.widget.table.TableHeader
- Deprecated.
- 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
- Deprecated.
- onTextChange(String) -
Method in class com.extjs.gxt.ui.client.widget.tree.DefaultTreeItemUI
- Deprecated.
- onTextChange(String) -
Method in interface com.extjs.gxt.ui.client.widget.tree.TreeItemUI
- Deprecated. Called when the nodes text changes.
- onTextChange(TreePanel.TreeNode, String) -
Method in class com.extjs.gxt.ui.client.widget.treepanel.TreePanelView
-
- onTextChange(String) -
Method in class com.extjs.gxt.ui.client.widget.treetable.TreeTableItemUI
- Deprecated.
- onTextStyleChange(String) -
Method in class com.extjs.gxt.ui.client.widget.tree.DefaultTreeItemUI
- Deprecated.
- onTextStyleChange(String) -
Method in interface com.extjs.gxt.ui.client.widget.tree.TreeItemUI
- Deprecated. Called when the nodes text style changes.
- 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.event.Events
- Open event type.
- or(E, E) -
Static method in class com.extjs.gxt.ui.client.util.Util
-
- Orphan -
Static variable in class com.extjs.gxt.ui.client.event.Events
- Orphan event type.
- 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
- Creates a new padding instance with 0 values for all sides.
- Padding(int) -
Constructor for class com.extjs.gxt.ui.client.util.Padding
- Creates a new padding instance.
- Padding(int, int, int, int) -
Constructor for class com.extjs.gxt.ui.client.util.Padding
- Creates a new padding instance.
- PageDown -
Static variable in class com.extjs.gxt.ui.client.event.KeyboardEvents
- Keyboard page down key event type.
- PageUp -
Static variable in class com.extjs.gxt.ui.client.event.KeyboardEvents
- Keyboard page up key event type.
- paging_toolbar_first() -
Method in interface com.extjs.gxt.ui.client.image.XImages
-
- paging_toolbar_first_disabled() -
Method in interface com.extjs.gxt.ui.client.image.XImages
-
- paging_toolbar_last() -
Method in interface com.extjs.gxt.ui.client.image.XImages
-
- paging_toolbar_last_disabled() -
Method in interface com.extjs.gxt.ui.client.image.XImages
-
- paging_toolbar_next() -
Method in interface com.extjs.gxt.ui.client.image.XImages
-
- paging_toolbar_next_disabled() -
Method in interface com.extjs.gxt.ui.client.image.XImages
-
- paging_toolbar_prev() -
Method in interface com.extjs.gxt.ui.client.image.XImages
-
- paging_toolbar_prev_disabled() -
Method in interface com.extjs.gxt.ui.client.image.XImages
-
- paging_toolbar_refresh() -
Method in interface com.extjs.gxt.ui.client.image.XImages
-
- PagingLoadConfig - Interface in com.extjs.gxt.ui.client.data
- A
ListLoadConfig with support for limit and offset values. - PagingLoader<D extends PagingLoadResult<?>> - 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. - PagingModelMemoryProxy - Class in com.extjs.gxt.ui.client.data
- A specialized
DataProxy the supports paging when the entire data
set is in memory. - PagingModelMemoryProxy(List) -
Constructor for class com.extjs.gxt.ui.client.data.PagingModelMemoryProxy
-
- PagingToolBar - Class in com.extjs.gxt.ui.client.widget.toolbar
- 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.toolbar.PagingToolBar
- Creates a new paging tool bar with the given page size.
- PagingToolBar.PagingToolBarImages - Class in com.extjs.gxt.ui.client.widget.toolbar
- PagingToolBar images.
- PagingToolBar.PagingToolBarImages() -
Constructor for class com.extjs.gxt.ui.client.widget.toolbar.PagingToolBar.PagingToolBarImages
-
- PagingToolBar.PagingToolBarMessages - Class in com.extjs.gxt.ui.client.widget.toolbar
- PagingToolBar messages.
- PagingToolBar.PagingToolBarMessages() -
Constructor for class com.extjs.gxt.ui.client.widget.toolbar.PagingToolBar.PagingToolBarMessages
-
- pagingToolBar_afterPageText(int) -
Method in interface com.extjs.gxt.ui.client.messages.XMessages
-
- pagingToolBar_beforePageText() -
Method in interface com.extjs.gxt.ui.client.messages.XMessages
-
- pagingToolBar_displayMsg(int, int, int) -
Method in interface com.extjs.gxt.ui.client.messages.XMessages
-
- pagingToolBar_emptyMsg() -
Method in interface com.extjs.gxt.ui.client.messages.XMessages
-
- pagingToolBar_firstText() -
Method in interface com.extjs.gxt.ui.client.messages.XMessages
-
- pagingToolBar_lastText() -
Method in interface com.extjs.gxt.ui.client.messages.XMessages
-
- pagingToolBar_nextText() -
Method in interface com.extjs.gxt.ui.client.messages.XMessages
-
- pagingToolBar_prevText() -
Method in interface com.extjs.gxt.ui.client.messages.XMessages
-
- pagingToolBar_refreshText() -
Method in interface com.extjs.gxt.ui.client.messages.XMessages
-
- 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.TreeLoadEvent
- The parent which will be null when returning the root elements.
- parseInt(String, int) -
Static method in class com.extjs.gxt.ui.client.util.Util
-
- PartFactory - Class in com.extjs.gxt.ui.client
- Factory implementation that can be used to create to object instances given a
string identifier.
- PartFactory() -
Constructor for class com.extjs.gxt.ui.client.PartFactory
-
- PartProvider - Interface in com.extjs.gxt.ui.client
- Interface for objects that can return new object instances based on a part
id.
- PieChart - Class in com.extjs.gxt.charts.client.model.charts
- OFC Pie Chart.
- PieChart() -
Constructor for class com.extjs.gxt.charts.client.model.charts.PieChart
- Creates a new pie chart.
- PieChart.Slice - Class in com.extjs.gxt.charts.client.model.charts
-
- PieChart.Slice(Number, String) -
Constructor for class com.extjs.gxt.charts.client.model.charts.PieChart.Slice
- Creates a new slice.
- PieChart.Slice(Number, String, String) -
Constructor for class com.extjs.gxt.charts.client.model.charts.PieChart.Slice
- Creates a new slice.
- PieDataProvider - Class in com.extjs.gxt.charts.client.model
DataProvider implementation for pie charts.- PieDataProvider(String) -
Constructor for class com.extjs.gxt.charts.client.model.PieDataProvider
- Creates a new pie data provider.
- PieDataProvider(String, String) -
Constructor for class com.extjs.gxt.charts.client.model.PieDataProvider
-
- PieDataProvider(String, String, String) -
Constructor for class com.extjs.gxt.charts.client.model.PieDataProvider
-
- 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.
- populateData(ChartConfig) -
Method in class com.extjs.gxt.charts.client.model.BarDataProvider
-
- populateData(ChartConfig) -
Method in class com.extjs.gxt.charts.client.model.DataProvider
-
- populateData(ChartConfig) -
Method in class com.extjs.gxt.charts.client.model.LineDataProvider
-
- populateData(ChartConfig) -
Method in class com.extjs.gxt.charts.client.model.PieDataProvider
-
- 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 - 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
- Portal event type.
- PortalEvent(Portal) -
Constructor for class com.extjs.gxt.ui.client.event.PortalEvent
-
- PortalEvent(Portal, Portlet) -
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
-
- 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.
- prepareData(M) -
Method in class com.extjs.gxt.ui.client.data.ModelProcessor
- Returns the model to be rendered.
- preProcessValue(Object) -
Method in class com.extjs.gxt.ui.client.widget.Editor
- Called before the editor sets the value on the wrapped field.
- preventDefault() -
Method in class com.extjs.gxt.ui.client.event.DomEvent
- Prevents the browser from taking its default action for the given event.
- PreviewEvent - Class in com.extjs.gxt.ui.client.event
- BaseEventPreview event type.
- PreviewEvent(BaseEventPreview, Event.NativePreviewEvent) -
Constructor for class com.extjs.gxt.ui.client.event.PreviewEvent
-
- previous() -
Method in class com.extjs.gxt.ui.client.widget.toolbar.PagingToolBar
- Moves the the previous page.
- previousSibling() -
Method in class com.extjs.gxt.ui.client.widget.tree.TreeItem
- Deprecated. 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, 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<MessageBoxEvent>) -
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<MessageBoxEvent>) -
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).
- 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.XMessages
-
- propertyColumnModel_valueText() -
Method in interface com.extjs.gxt.ui.client.messages.XMessages
-
- 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
-
- 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(ModalPanel) -
Static method in class com.extjs.gxt.ui.client.widget.ModalPanel
- Pushes a panel back onto the stack.
- pushValue() -
Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor
-
- put(String, V) -
Method in class com.extjs.gxt.ui.client.core.FastMap
-
- 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
- Associates the specified value with the specified key in this map (optional
operation).
- putAll(Map<? extends String, ? extends V>) -
Method in class com.extjs.gxt.ui.client.core.FastMap
-
- putAll(Map<? extends String, ? extends Object>) -
Method in class com.extjs.gxt.ui.client.data.RpcMap
- Copies all of the mappings from the specified map to this map (optional
operation).
Q
- 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
- RadarAxis - Class in com.extjs.gxt.charts.client.model.axis
- OFC radar axis.
- RadarAxis() -
Constructor for class com.extjs.gxt.charts.client.model.axis.RadarAxis
-
- RadarAxis.RadarLabels - Class in com.extjs.gxt.charts.client.model.axis
- OFC radar axis label.
- RadarAxis.RadarLabels(List<String>) -
Constructor for class com.extjs.gxt.charts.client.model.axis.RadarAxis.RadarLabels
- Creates a new labels.
- RadarAxis.RadarLabels(String...) -
Constructor for class com.extjs.gxt.charts.client.model.axis.RadarAxis.RadarLabels
- Creates a new labels.
- 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(Object, Object) -
Method in class com.extjs.gxt.ui.client.data.BeanModelReader
-
- read(Object, Object) -
Method in interface com.extjs.gxt.ui.client.data.DataReader
- Reads the raw data and returns the typed data.
- read(Object, Object) -
Method in class com.extjs.gxt.ui.client.data.JsonReader
-
- read(Object, Object) -
Method in class com.extjs.gxt.ui.client.data.ModelReader
-
- read(Object, Object) -
Method in class com.extjs.gxt.ui.client.data.TreeModelReader
-
- read(Object, Object) -
Method in class com.extjs.gxt.ui.client.data.XmlReader
-
- Ready -
Static variable in class com.extjs.gxt.ui.client.event.Events
- Ready event type.
- 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
- Deprecated.
- recalculate() -
Method in class com.extjs.gxt.ui.client.widget.treepanel.TreePanel
-
- recalculate() -
Method in class com.extjs.gxt.ui.client.widget.treetable.TreeTable
- Deprecated.
- reconfigure(ListStore<M>, ColumnModel) -
Method in class com.extjs.gxt.ui.client.widget.grid.EditorGrid
-
- 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.
- reconfigure(ListStore<M>, ColumnModel) -
Method in class com.extjs.gxt.ui.client.widget.treegrid.EditorTreeGrid
-
- 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, wrapping a new model data instance.
- Record(ModelData) -
Constructor for class com.extjs.gxt.ui.client.store.Record
- Creates a new record.
- Record.RecordUpdate - Enum in com.extjs.gxt.ui.client.store
- Update enumeration.
- 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() -
Method in class com.extjs.gxt.charts.client.Chart
- Refreshes the chart using the current model data.
- Refresh -
Static variable in class com.extjs.gxt.ui.client.event.Events
- Refresh event type.
- refresh() -
Method in class com.extjs.gxt.ui.client.widget.grid.ColumnHeader
-
- 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.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.toolbar.PagingToolBar
- Refreshes the data using the current configuration.
- refresh() -
Method in class com.extjs.gxt.ui.client.widget.tree.DefaultTreeItemUI
- Deprecated.
- refresh() -
Method in interface com.extjs.gxt.ui.client.widget.tree.TreeItemUI
- Deprecated. Refreshes the UI.
- 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<M>) -
Method in class com.extjs.gxt.ui.client.data.AggregateModelStringProvider
- Registers a provider by property name.
- register(Class<?>, ModelStringProvider<M>) -
Method in class com.extjs.gxt.ui.client.data.AggregateModelStringProvider
- Registers a provider by type.
- Register -
Static variable in class com.extjs.gxt.ui.client.event.Events
- Register event type.
- register(SelectionProvider<ModelData>) -
Method in class com.extjs.gxt.ui.client.event.SelectionService
- Registers a selection provider.
- 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.
- register(Component) -
Method in class com.extjs.gxt.ui.client.widget.ComponentManager
-
- registerChart(Chart) -
Method in class com.extjs.gxt.charts.client.ChartManager
-
- registerProvider(PartProvider) -
Static method in class com.extjs.gxt.ui.client.PartFactory
- Registers a new part provider.
- 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.
- release() -
Method in class com.extjs.gxt.ui.client.dnd.DropTarget
- Unregisters the target as a drop target.
- release() -
Method in class com.extjs.gxt.ui.client.fx.Draggable
- Removes the drag handles.
- 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.core.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(Object) -
Method in class com.extjs.gxt.ui.client.core.FastMap
-
- remove(Object) -
Method in class com.extjs.gxt.ui.client.core.FastSet
-
- 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(ModelData) -
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
- Removes the mapping for a key from this map if it is present (optional
operation).
- remove(ModelData) -
Method in interface com.extjs.gxt.ui.client.data.TreeModel
- Removes a child.
- Remove -
Static variable in class com.extjs.gxt.ui.client.event.Events
- Remove event type.
- 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.
- 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(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
- Deprecated. Removes the item from the list.
- remove(DataListItem, boolean) -
Method in class com.extjs.gxt.ui.client.widget.DataList
- Deprecated. Removes the item from the list.
- remove(DataViewItem) -
Method in class com.extjs.gxt.ui.client.widget.DataView
- Deprecated.
- remove(T) -
Method in class com.extjs.gxt.ui.client.widget.form.SimpleComboBox
- Removes the value.
- remove() -
Method in class com.extjs.gxt.ui.client.widget.Layer
-
- remove(Widget) -
Method in class com.extjs.gxt.ui.client.widget.LayoutContainer
- Removes a component from this container.
- remove(Component) -
Method in class com.extjs.gxt.ui.client.widget.menu.Menu
- Removes a item from the menu.
- remove(MenuBarItem) -
Method in class com.extjs.gxt.ui.client.widget.menu.MenuBar
-
- remove(TableItem) -
Method in class com.extjs.gxt.ui.client.widget.table.Table
- Deprecated.
- remove(TabItem) -
Method in class com.extjs.gxt.ui.client.widget.TabPanel
- Removes the tab item.
- remove(Component) -
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
- Deprecated. 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
- Deprecated.
- removeAll() -
Method in class com.extjs.gxt.ui.client.widget.tree.TreeItem
- Deprecated. 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.
- removeButton(Button) -
Method in class com.extjs.gxt.ui.client.widget.form.FormButtonBinding
-
- 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
-
- removeChartConfig(ChartConfig) -
Method in class com.extjs.gxt.charts.client.model.ChartModel
- Removes a chart config from the list of configs.
- removeChartListener(ChartListener) -
Method in class com.extjs.gxt.charts.client.Chart
- Removes the chart listener.
- removeChartListener(ChartListener) -
Method in class com.extjs.gxt.charts.client.model.charts.ChartConfig
- Removes the chart listener.
- removeCheckListener(CheckChangedListener<M>) -
Method in class com.extjs.gxt.ui.client.binder.DataListBinder
- Deprecated.
- removeCheckListener(CheckChangedListener<M>) -
Method in class com.extjs.gxt.ui.client.binder.TreeBinder
- Deprecated.
- removeCheckListener(CheckChangedListener<M>) -
Method in interface com.extjs.gxt.ui.client.event.CheckProvider
- Removes the check change listener.
- removeCheckListener(CheckChangedListener<M>) -
Method in class com.extjs.gxt.ui.client.widget.treepanel.TreePanel
-
- 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.
- removeFieldBinding(FieldBinding) -
Method in class com.extjs.gxt.ui.client.binding.Bindings
- Removes a field binding.
- removeFilter(StoreFilter<M>) -
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
-
- 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.
- 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(EventType, Listener<? extends BaseEvent>) -
Method in class com.extjs.gxt.ui.client.event.BaseObservable
- Removes a listener.
- removeListener(EventType, Listener<? extends BaseEvent>) -
Method in interface com.extjs.gxt.ui.client.event.Observable
- Removes a listener.
- removeListener(SelectionChangedListener<? extends ModelData>) -
Method in class com.extjs.gxt.ui.client.event.SelectionService
- Removes a previously added listener.
- removeListener(EventType, Listener<? extends BaseEvent>) -
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(SelectionListener<? extends ComponentEvent>) -
Method in class com.extjs.gxt.desktop.client.Shortcut
- Removes a previously added listener.
- removeSelectionListener(SelectionChangedListener<M>) -
Method in class com.extjs.gxt.ui.client.binder.StoreBinder
-
- removeSelectionListener(SelectionChangedListener<M>) -
Method in interface com.extjs.gxt.ui.client.event.SelectionProvider
- Removes a selection changed listener.
- removeSelectionListener(SelectionListener<ButtonEvent>) -
Method in class com.extjs.gxt.ui.client.widget.button.Button
- Removes a previously added listener.
- removeSelectionListener(SelectionListener<ButtonEvent>) -
Method in class com.extjs.gxt.ui.client.widget.button.IconButton
- Removes a previously added listener.
- removeSelectionListener(SelectionListener<DataListEvent>) -
Method in class com.extjs.gxt.ui.client.widget.DataListItem
- Deprecated. Removes a previously added listener.
- removeSelectionListener(SelectionChangedListener<D>) -
Method in class com.extjs.gxt.ui.client.widget.form.ComboBox
-
- removeSelectionListener(SelectionChangedListener<D>) -
Method in class com.extjs.gxt.ui.client.widget.form.ListField
-
- removeSelectionListener(SelectionListener<? extends ComponentEvent>) -
Method in class com.extjs.gxt.ui.client.widget.menu.Item
- Removes a previously added listener.
- removeSelectionListener(SelectionChangedListener<M>) -
Method in class com.extjs.gxt.ui.client.widget.selection.AbstractStoreSelectionModel
-
- removeShortcut(Shortcut) -
Method in class com.extjs.gxt.desktop.client.Desktop
- Removes a shortcut from the desktop.
- removeStoreListener(StoreListener<M>) -
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 the style names(s) from the element.
- 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.
- removeSwallow(SwallowEvent) -
Method in class com.extjs.gxt.ui.client.widget.Component
- Removes a swallow event.
- removeSWF(String) -
Static method in class com.extjs.gxt.ui.client.widget.flash.SwfObject
- Removes the SWF object.
- removeTableLisetener(TableListener) -
Method in class com.extjs.gxt.ui.client.widget.table.Table
- Deprecated. Remvoves a table listener.
- removeTaskButton(TaskButton) -
Method in class com.extjs.gxt.desktop.client.TaskBar
- Removes a button.
- removeTool(Component) -
Method in class com.extjs.gxt.ui.client.widget.Header
- Removes a tool.
- removeToolTip() -
Method in class com.extjs.gxt.ui.client.widget.Component
-
- removeWidgetListener(WidgetListener) -
Method in class com.extjs.gxt.ui.client.widget.Component
- Removes a listener.
- removeWindow(Window) -
Method in class com.extjs.gxt.desktop.client.Desktop
- Removes a window from the desktop.
- 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.event.Events
- Render event type.
- 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(Number, int, Grid<M>, ListStore<M>) -
Method in interface com.extjs.gxt.ui.client.widget.grid.AggregationRenderer
- Returns the rendered HTML or Widget for the given cell.
- render(M, String, ColumnData, int, int, ListStore<M>, Grid<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(Number, Map<String, Number>) -
Method in interface com.extjs.gxt.ui.client.widget.grid.SummaryRenderer
- Returns the html content for the summary row.
- render(Object, ModelData, String, Map<String, Object>) -
Method in class com.extjs.gxt.ui.client.widget.grid.SummaryType
- Returns the value for a summary calculation.
- 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(M, String, ColumnData, int, int, ListStore<M>, Grid<M>) -
Method in class com.extjs.gxt.ui.client.widget.treegrid.TreeGridCellRenderer
-
- render(M, String, ColumnData, int, int, ListStore<M>, Grid<M>) -
Method in class com.extjs.gxt.ui.client.widget.treegrid.WidgetTreeGridCellRenderer
-
- render(Element, int) -
Method in class com.extjs.gxt.ui.client.widget.treetable.TreeTableItemUI
- Deprecated.
- renderer -
Variable in class com.extjs.gxt.ui.client.widget.grid.ColumnData
- The cell renderer.
- repaint() -
Method in class com.extjs.gxt.ui.client.core.El
- Forces the Browser to repaint this element.
- repaint() -
Method in class com.extjs.gxt.ui.client.widget.Component
- Repaints the component if rendered.
- replaceElement(Element, Element) -
Method in class com.extjs.gxt.ui.client.core.CompositeElement
- Replaces an element.
- replaceStyleName(String, String) -
Method in class com.extjs.gxt.ui.client.core.El
- Replaces a style name on the element with another.
- 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.FileUploadField
-
- reset() -
Method in class com.extjs.gxt.ui.client.widget.form.FormPanel
- Resets all field values.
- 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 - 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.event.Events
- Resize event type.
- resize() -
Method in class com.extjs.gxt.ui.client.widget.table.TableView
- Deprecated. Adjusts the table to its current size.
- resize() -
Method in class com.extjs.gxt.ui.client.widget.treetable.TreeTableView
- Deprecated.
- ResizeEnd -
Static variable in class com.extjs.gxt.ui.client.event.Events
- ResizeEnd event type.
- resizeEnd(ResizeEvent) -
Method in class com.extjs.gxt.ui.client.event.ResizeListener
-
- 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 -
Static variable in class com.extjs.gxt.ui.client.event.Events
- ResizeStart event type.
- resizeStart(ResizeEvent) -
Method in class com.extjs.gxt.ui.client.event.ResizeListener
-
- Restore -
Static variable in class com.extjs.gxt.ui.client.event.Events
- Minimize event type.
- 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.
- Right -
Static variable in class com.extjs.gxt.ui.client.event.KeyboardEvents
- Keyboard right key event type.
- right -
Variable in class com.extjs.gxt.ui.client.util.Margins
- The right margin.
- right -
Variable in class com.extjs.gxt.ui.client.util.Region
- The right value.
- RootTreeTableItem - Class in com.extjs.gxt.ui.client.widget.treetable
- Deprecated. see
TreeGrid - RootTreeTableItem(TreeTable) -
Constructor for class com.extjs.gxt.ui.client.widget.treetable.RootTreeTableItem
- Deprecated.
- Rotation - Enum in com.extjs.gxt.charts.client.model.axis
- Rotation enumeration.
- ROUNDED_NEAREST_SCALE_PROVIDER -
Static variable in interface com.extjs.gxt.charts.client.model.ScaleProvider
-
- row -
Variable in class com.extjs.gxt.ui.client.widget.grid.CellEditor
- The current row.
- row -
Variable in class com.extjs.gxt.ui.client.widget.grid.CellSelectionModel.CellSelection
-
- row -
Variable in class com.extjs.gxt.ui.client.widget.grid.GridSelectionModel.Cell
-
- RowClick -
Static variable in class com.extjs.gxt.ui.client.event.Events
- RowClick event type.
- 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.event.Events
- RowDoubleClick event type.
- RowEditor<M extends ModelData> - Class in com.extjs.gxt.ui.client.widget.grid
- This RowEditor should be used as a plugin to
Grid. - RowEditor() -
Constructor for class com.extjs.gxt.ui.client.widget.grid.RowEditor
-
- RowEditor.RowEditorMessages - Class in com.extjs.gxt.ui.client.widget.grid
-
- RowEditor.RowEditorMessages() -
Constructor for class com.extjs.gxt.ui.client.widget.grid.RowEditor.RowEditorMessages
-
- rowEditor_cancelText() -
Method in interface com.extjs.gxt.ui.client.messages.XMessages
-
- rowEditor_saveText() -
Method in interface com.extjs.gxt.ui.client.messages.XMessages
-
- RowEditorEvent - Class in com.extjs.gxt.ui.client.event
- RowEditor event type.
- RowEditorEvent(RowEditor) -
Constructor for class com.extjs.gxt.ui.client.event.RowEditorEvent
-
- RowEditorEvent(RowEditor, int) -
Constructor for class com.extjs.gxt.ui.client.event.RowEditorEvent
-
- 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.
- RowLayout - Class in com.extjs.gxt.ui.client.widget.layout
- This layout positions the container's children in a single horizontal 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.event.Events
- RowMouseDown event type.
- 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.event.Events
- RowUpdated event type.
- 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<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 by passing it to the
StateManager and saving it using the state id or component id
as the key.
- Scale - Class in com.extjs.gxt.charts.client.model
- Aggregates a min, max, and interval values.
- Scale() -
Constructor for class com.extjs.gxt.charts.client.model.Scale
-
- Scale(double, double, double) -
Constructor for class com.extjs.gxt.charts.client.model.Scale
-
- ScaleProvider - Interface in com.extjs.gxt.charts.client.model
- Provides the chart scale given a minimum and maximum value.
- ScatterChart - Class in com.extjs.gxt.charts.client.model.charts
- OFC scatter chart
- ScatterChart() -
Constructor for class com.extjs.gxt.charts.client.model.charts.ScatterChart
- Creates a new scatter chart with ScatterStyle.POINT style
- ScatterChart(ScatterChart.ScatterStyle) -
Constructor for class com.extjs.gxt.charts.client.model.charts.ScatterChart
- Creates a new scatter chart with provided style.
- ScatterChart.ScatterStyle - Enum in com.extjs.gxt.charts.client.model.charts
-
- ScriptTagProxy<D> - Class in com.extjs.gxt.ui.client.data
- A
DataProxy that reads a data from a URL which may be in a
domain other than the originating domain of the running page. - ScriptTagProxy(String) -
Constructor for class com.extjs.gxt.ui.client.data.ScriptTagProxy
-
- Scroll -
Static variable in class com.extjs.gxt.ui.client.event.Events
- Scroll event type.
- scroll(El, FxConfig, Style.ScrollDir, int) -
Static method in class com.extjs.gxt.ui.client.fx.BaseEffect
-
- Scroll - Class in com.extjs.gxt.ui.client.util
- Represents the left and top scroll values.
- Scroll(int, int) -
Constructor for class com.extjs.gxt.ui.client.util.Scroll
-
- 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
-
- scrollIntoView(Element, boolean, int[]) -
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
- Deprecated. 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
- Deprecated.
- scrollIntoView(M) -
Method in class com.extjs.gxt.ui.client.widget.treepanel.TreePanel
- Scrolls the tree to ensure the given model is visible.
- scrollIntoView(TreeTableItem) -
Method in class com.extjs.gxt.ui.client.widget.treetable.TreeTable
- Deprecated. Scrolls the item into view.
- 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.
- 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 child nodes based on the passed CSS selector (the selector should
not contain an id).
- 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.event.Events
- Select event type.
- select(Store<T>, T, T, String) -
Method in interface com.extjs.gxt.ui.client.store.StoreFilter
- Determines if the given record should be selected.
- select(String) -
Method in class com.extjs.gxt.ui.client.widget.ColorPalette
- Selects the color.
- 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(D) -
Method in class com.extjs.gxt.ui.client.widget.form.ComboBox
-
- select(int, int) -
Method in class com.extjs.gxt.ui.client.widget.form.TextField
- Selects text in the field.
- select(int, boolean) -
Method in class com.extjs.gxt.ui.client.widget.selection.AbstractSelectionModel
-
- select(int, int, boolean) -
Method in class com.extjs.gxt.ui.client.widget.selection.AbstractSelectionModel
-
- select(List<T>, boolean) -
Method in class com.extjs.gxt.ui.client.widget.selection.AbstractSelectionModel
-
- select(boolean, T...) -
Method in class com.extjs.gxt.ui.client.widget.selection.AbstractSelectionModel
-
- select(T, boolean) -
Method in class com.extjs.gxt.ui.client.widget.selection.AbstractSelectionModel
-
- select(int, boolean) -
Method in class com.extjs.gxt.ui.client.widget.selection.AbstractStoreSelectionModel
-
- select(int, int, boolean) -
Method in class com.extjs.gxt.ui.client.widget.selection.AbstractStoreSelectionModel
-
- select(List<M>, boolean) -
Method in class com.extjs.gxt.ui.client.widget.selection.AbstractStoreSelectionModel
-
- select(boolean, M...) -
Method in class com.extjs.gxt.ui.client.widget.selection.AbstractStoreSelectionModel
-
- select(M, boolean) -
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, boolean) -
Method in interface com.extjs.gxt.ui.client.widget.selection.SelectionModel
- Selects the item at the given index.
- select(int, int, boolean) -
Method in interface com.extjs.gxt.ui.client.widget.selection.SelectionModel
- Selects the range.
- select(List<T>, boolean) -
Method in interface com.extjs.gxt.ui.client.widget.selection.SelectionModel
- Selects the items.
- select(boolean, T...) -
Method in interface com.extjs.gxt.ui.client.widget.selection.SelectionModel
- Selects the items.
- select(T, boolean) -
Method in interface com.extjs.gxt.ui.client.widget.selection.SelectionModel
- Selects the item.
- select(int, boolean) -
Method in interface com.extjs.gxt.ui.client.widget.selection.StoreSelectionModel
- Selects the item at the given index.
- select(int, int, boolean) -
Method in interface com.extjs.gxt.ui.client.widget.selection.StoreSelectionModel
- Selects the range.
- select(List<M>, boolean) -
Method in interface com.extjs.gxt.ui.client.widget.selection.StoreSelectionModel
- Selects the items.
- select(boolean, M...) -
Method in interface com.extjs.gxt.ui.client.widget.selection.StoreSelectionModel
- Selects the items.
- select(M, boolean) -
Method in interface com.extjs.gxt.ui.client.widget.selection.StoreSelectionModel
- Selects the item.
- select(int, int, boolean) -
Method in class com.extjs.gxt.ui.client.widget.treepanel.TreePanelSelectionModel
-
- 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.TextField
- Selects all the text.
- selectAll() -
Method in class com.extjs.gxt.ui.client.widget.selection.AbstractSelectionModel
-
- selectAll() -
Method in class com.extjs.gxt.ui.client.widget.selection.AbstractStoreSelectionModel
-
- selectAll() -
Method in interface com.extjs.gxt.ui.client.widget.selection.SelectionModel
- Selects all items.
- selectAll() -
Method in interface com.extjs.gxt.ui.client.widget.selection.StoreSelectionModel
- Selects all items.
- selectCell(int, int) -
Method in class com.extjs.gxt.ui.client.widget.grid.CellSelectionModel
- Selects the cell.
- SelectionChange -
Static variable in class com.extjs.gxt.ui.client.event.Events
- SelectionChange event type.
- selectionChanged(SelectionChangedEvent<M>) -
Method in class com.extjs.gxt.ui.client.event.SelectionChangedListener
- Fires when the selection has changed.
- selectionChanged(SelectionChangedEvent<ModelData>) -
Method in class com.extjs.gxt.ui.client.event.SourceSelectionChangedListener
-
- SelectionChangedEvent<M extends ModelData> - Class in com.extjs.gxt.ui.client.event
BaseEvent used to signal a SelectionProviders
selection has changed.- SelectionChangedEvent(SelectionProvider<M>, List<M>) -
Constructor for class com.extjs.gxt.ui.client.event.SelectionChangedEvent
- Creates a new selection event.
- SelectionChangedEvent(SelectionProvider<M>, M) -
Constructor for class com.extjs.gxt.ui.client.event.SelectionChangedEvent
- Creates a new selection event.
- SelectionChangedListener<M extends ModelData> - Class in com.extjs.gxt.ui.client.event
- Listener for selection changes.
- SelectionChangedListener() -
Constructor for class com.extjs.gxt.ui.client.event.SelectionChangedListener
-
- SelectionEvent<M extends ModelData> - Class in com.extjs.gxt.ui.client.event
- Selection event type.
- SelectionEvent(Object, M) -
Constructor for class com.extjs.gxt.ui.client.event.SelectionEvent
-
- SelectionListener<E extends ComponentEvent> - Class in com.extjs.gxt.ui.client.event
- Listener for components that can be "selected".
- SelectionListener() -
Constructor for class com.extjs.gxt.ui.client.event.SelectionListener
-
- SelectionModel<C extends Container<T>,T extends Component> - Interface in com.extjs.gxt.ui.client.widget.selection
- Base interface for selection models.
- SelectionProvider<M extends ModelData> - Interface in com.extjs.gxt.ui.client.event
- Interface for objects that provide a selection.
- SelectionService - Class in com.extjs.gxt.ui.client.event
- Provides a selection service where
SelectionProviders can
register, allowing any listeners to be notified of selection events. - selectNext(boolean) -
Method in class com.extjs.gxt.ui.client.widget.grid.GridSelectionModel
- Selects the next row.
- selectNext() -
Method in class com.extjs.gxt.ui.client.widget.tree.TreeSelectionModel
- Deprecated. Selects the item below the selected item in the tree, intelligently walking
the nodes.
- selectNext() -
Method in class com.extjs.gxt.ui.client.widget.treepanel.TreePanelSelectionModel
- Selects the item below the selected item in the tree, intelligently walking
the nodes.
- selectNode(String) -
Static method in class com.extjs.gxt.ui.client.core.DomQuery
- Selects a single element using the document as the root node.
- selectNode(String, Element) -
Static method in class com.extjs.gxt.ui.client.core.DomQuery
- Selects a single element using the given root node.
- selectNode(String) -
Method in class com.extjs.gxt.ui.client.core.El
- Selects a single element.
- selectPrevious(boolean) -
Method in class com.extjs.gxt.ui.client.widget.grid.GridSelectionModel
- Selects the previous row.
- selectPrevious() -
Method in class com.extjs.gxt.ui.client.widget.tree.TreeSelectionModel
- Deprecated. Selects the item above the selected item in the tree, intelligently walking
the nodes.
- selectPrevious() -
Method in class com.extjs.gxt.ui.client.widget.treepanel.TreePanelSelectionModel
- Selects the item above the selected item in the tree, intelligently walking
the nodes.
- selectValue(String, Element) -
Static method in class com.extjs.gxt.ui.client.core.DomQuery
- Selects the value of a node,
- selectValue(String, JavaScriptObject) -
Static method in class com.extjs.gxt.ui.client.core.DomQuery
- Selects the value of a node,
- sendToBack(Window) -
Method in class com.extjs.gxt.ui.client.widget.WindowManager
- Sends the specified window to the back of other active windows.
- SeparatorMenuItem - Class in com.extjs.gxt.ui.client.widget.menu
- Adds a separator bar to a menu, used to divide logical groups of menu items.
- SeparatorMenuItem() -
Constructor for class com.extjs.gxt.ui.client.widget.menu.SeparatorMenuItem
- Creates a new separator menu item.
- SeparatorToolItem - Class in com.extjs.gxt.ui.client.widget.toolbar
- A tool bar separator.
- SeparatorToolItem() -
Constructor for class com.extjs.gxt.ui.client.widget.toolbar.SeparatorToolItem
-
- serialize(SerializationStreamWriter, FastMap<Object>) -
Static method in class com.extjs.gxt.ui.client.core.FastMap_CustomFieldSerializer
-
- set(String, boolean) -
Method in class com.extjs.gxt.ui.client.core.Template
- Sets the HTML used as the template and optionally compiles it.
- set(String, X) -
Method in class com.extjs.gxt.ui.client.data.BaseModel
-
- set(String, X) -
Method in class com.extjs.gxt.ui.client.data.BaseModelData
- Sets the property and fires an Update event.
- set(String, X) -
Method in interface com.extjs.gxt.ui.client.data.ModelData
- Sets a property.
- set(String, boolean) -
Method in class com.extjs.gxt.ui.client.js.JsObject
-
- set(String, int) -
Method in class com.extjs.gxt.ui.client.js.JsObject
-
- set(String, short) -
Method in class com.extjs.gxt.ui.client.js.JsObject
-
- set(String, char) -
Method in class com.extjs.gxt.ui.client.js.JsObject
-
- set(String, double) -
Method in class com.extjs.gxt.ui.client.js.JsObject
-
- set(String, byte) -
Method in class com.extjs.gxt.ui.client.js.JsObject
-
- set(String, float) -
Method in class com.extjs.gxt.ui.client.js.JsObject
-
- set(String, JavaScriptObject) -
Method in class com.extjs.gxt.ui.client.js.JsObject
-
- set(String, JsWrapper) -
Method in class com.extjs.gxt.ui.client.js.JsObject
- Sets a property.
- set(String, Object) -
Method in class com.extjs.gxt.ui.client.js.JsObject
-
- set(String, String) -
Method in class com.extjs.gxt.ui.client.js.JsObject
-
- set(String, String, Date) -
Method in class com.extjs.gxt.ui.client.state.CookieProvider
-
- set(String, Object) -
Method in class com.extjs.gxt.ui.client.state.Provider
- Sets a key.
- set(String, Object) -
Method in class com.extjs.gxt.ui.client.state.StateManager
- Sets a key.
- set(String, Object) -
Method in class com.extjs.gxt.ui.client.store.Record
- Set the named field to the specified value.
- set(String, Object) -
Method in class com.extjs.gxt.ui.client.util.Params
- Sets a value.
- set(String, String) -
Method in class com.extjs.gxt.ui.client.util.StyleTemplate
- Sets a new rule.
- setAccelerate(boolean) -
Method in class com.extjs.gxt.ui.client.util.ClickRepeater
-
- setAction(String) -
Method in class com.extjs.gxt.ui.client.widget.form.FormPanel
- Sets the action of the form.
- setActive(boolean) -
Method in class com.extjs.gxt.ui.client.widget.Window
- Makes this the active window by showing its shadow, or deactivates it by
hiding its shadow.
- setActiveButton(TaskButton) -
Method in class com.extjs.gxt.desktop.client.TaskBar
- Sets the active button.
- setActiveItem(Component) -
Method in class com.extjs.gxt.ui.client.widget.CardPanel
- Sets the active (visible) item in the layout.
- setActiveItem(Component) -
Method in class com.extjs.gxt.ui.client.widget.layout.AccordionLayout
- Sets the active item.
- setActiveItem(Component) -
Method in class com.extjs.gxt.ui.client.widget.layout.CardLayout
- Sets the active (visible) item in the layout.
- setActiveItem(MenuBarItem, boolean) -
Method in class com.extjs.gxt.ui.client.widget.menu.MenuBar
- Sets the active item.
- setActiveOnTop(boolean) -
Method in class com.extjs.gxt.ui.client.widget.layout.AccordionLayout
- True to swap the position of each panel as it is expanded so that it
becomes the first item in the container, false to keep the panels in the
rendered order.
- setActivePage(int) -
Method in class com.extjs.gxt.ui.client.widget.toolbar.PagingToolBar
- Sets the active page (1 to page count inclusive).
- setActiveStyle(String) -
Method in class com.extjs.gxt.ui.client.widget.menu.Item
- The CSS class to use when the item becomes activated (defaults to
"x-menu-item-active").
- setAddAll(String) -
Method in class com.extjs.gxt.ui.client.widget.form.DualListField.DualListFieldMessages
- Sets the add all tooltip (defaults to 'Add all').
- setAddChildren(boolean) -
Method in class com.extjs.gxt.ui.client.dnd.TreeGridDropTarget
- True to add children when inserting models into the TreeStore (defaults to
false).
- setAddSelected(String) -
Method in class com.extjs.gxt.ui.client.widget.form.DualListField.DualListFieldMessages
- Sets the add selected tooltip (defaults to 'Add selected').
- setAdjustForFlexRemainder(boolean) -
Method in class com.extjs.gxt.ui.client.widget.layout.BoxLayout
- Set to true if the remaining space after flex calculation should be applied to the last component being flexed.
- setAdjustForScroll(boolean) -
Method in class com.extjs.gxt.ui.client.widget.layout.ColumnLayout
- True to adjust the container width calculations to account for the scroll
bar (defaults to false).
- setAdjustForScroll(boolean) -
Method in class com.extjs.gxt.ui.client.widget.layout.RowLayout
- True to adjust the container width calculations to account for the scroll
bar (defaults to false).
- setAfterPageText(String) -
Method in class com.extjs.gxt.ui.client.widget.toolbar.PagingToolBar.PagingToolBarMessages
- Customizable piece of the default paging text (defaults to "of {0}").
- setAjustForScroll(boolean) -
Method in class com.extjs.gxt.ui.client.widget.custom.Portal
- True to adjust the layout for a vertical scroll bar (defaults to true).
- setAlignment(String) -
Method in class com.extjs.gxt.ui.client.widget.Editor
- The position to align to (see
El.alignTo(com.google.gwt.user.client.Element, java.lang.String, int[]) for more details, defaults
to "c-c?").
- setAlignment(Style.HorizontalAlignment) -
Method in class com.extjs.gxt.ui.client.widget.grid.ColumnConfig
- Sets the column's horizontal alignment.
- setAlignment(Style.HorizontalAlignment) -
Method in class com.extjs.gxt.ui.client.widget.table.TableColumn
- Deprecated. Sets the column's alignment.
- setAlignment(Style.HorizontalAlignment) -
Method in class com.extjs.gxt.ui.client.widget.toolbar.ToolBar
- Sets the ailgnment of the items.
- setAllowBlank(boolean) -
Method in class com.extjs.gxt.ui.client.widget.form.TextField
- Sets whether a field is value when its value length = 0 (default to true).
- setAllowBlur(boolean) -
Method in class com.extjs.gxt.ui.client.widget.Editor
- Sets whether editing should be cancelled when the field is blurred
(defaults to false).
- setAllowDecimals(boolean) -
Method in class com.extjs.gxt.ui.client.widget.form.NumberField
- Sets whether decimal value are allowed (defaults to true).
- setAllowDepress(boolean) -
Method in class com.extjs.gxt.ui.client.widget.button.ToggleButton
- True to allow a toggle item to be depressed (default to true).
- setAllowDropOnLeaf(boolean) -
Method in class com.extjs.gxt.ui.client.dnd.TreeDropTarget
- Deprecated. True to allow drops on leaf nodes (defaults to false).
- setAllowDropOnLeaf(boolean) -
Method in class com.extjs.gxt.ui.client.dnd.TreeGridDropTarget
- True to allow drops on leaf nodes (defaults to false).
- setAllowDropOnLeaf(boolean) -
Method in class com.extjs.gxt.ui.client.dnd.TreePanelDropTarget
- True to allow drops on leaf nodes (defaults to false).
- setAllowNegative(boolean) -
Method in class com.extjs.gxt.ui.client.widget.form.NumberField
- Sets whether negative value are allowed.
- setAllowNestedValues(boolean) -
Method in class com.extjs.gxt.ui.client.data.BaseModelData
- Sets whether nested properties are enabled (defaults to true).
- setAllowReselect(boolean) -
Method in class com.extjs.gxt.ui.client.widget.ColorPalette
- True to fire a select event if the current selected value is selected again
(default to false).
- setAllowSelfAsSource(boolean) -
Method in class com.extjs.gxt.ui.client.dnd.DropTarget
- Sets whether internal drops are allowed (defaults to false).
- setAllQuery(String) -
Method in class com.extjs.gxt.ui.client.widget.form.ComboBox
- The text query to send to the server to return all records for the list
with no filtering (defaults to '').
- setAlpha(Float) -
Method in class com.extjs.gxt.charts.client.model.charts.CylinderBarChart
- Sets the alpha.
- setAlpha(Float) -
Method in class com.extjs.gxt.charts.client.model.charts.PieChart
- Sets the alpha.
- setAlpha(Float) -
Method in class com.extjs.gxt.charts.client.model.charts.Shape
- Sets the alpha value.
- setAlpha(Float) -
Method in class com.extjs.gxt.charts.client.model.Legend
- Sets the alpha value.
- setAlphaHighlight(boolean) -
Method in class com.extjs.gxt.charts.client.model.charts.PieChart
- Sets alpha colour toggle as the highlight, or slice slide out animation.
- setAnchor(String) -
Method in class com.extjs.gxt.ui.client.widget.tips.ToolTipConfig
-
- setAnchorOffset(int) -
Method in class com.extjs.gxt.ui.client.widget.tips.ToolTipConfig
-
- setAnchorSize(Size) -
Method in class com.extjs.gxt.ui.client.widget.layout.AnchorLayout
- Sets a virtual container for the layout to use.
- setAnchorSpec(String) -
Method in class com.extjs.gxt.ui.client.widget.layout.AnchorData
- Sets the anchor spec.
- setAnchorToTarget(boolean) -
Method in class com.extjs.gxt.ui.client.widget.tips.ToolTipConfig
-
- setAnimate(boolean) -
Method in class com.extjs.gxt.charts.client.model.charts.PieChart
- Sets if animation of slice rotation build is enabled.
- setAnimate(boolean) -
Method in class com.extjs.gxt.ui.client.widget.Popup
- True to enable animations when showing and hiding (defaults to false).
- setAnimate(boolean) -
Method in class com.extjs.gxt.ui.client.widget.tree.Tree
- Deprecated. Sets whether expand /collapse should be animated (defaults to true).
- setAnimateOnShow(boolean) -
Method in class com.extjs.gxt.charts.client.model.charts.ChartConfig
-
- setAnimCollapse(boolean) -
Method in class com.extjs.gxt.ui.client.widget.ContentPanel
- Sets whether expand and collapse is animating (defaults to true,
pre-render).
- setAnimScroll(boolean) -
Method in class com.extjs.gxt.ui.client.widget.TabPanel
- True to animate tab scrolling so that hidden tabs slide smoothly into view
(defaults to true).
- setAppEvent(AppEvent) -
Method in class com.extjs.gxt.ui.client.event.MvcEvent
- Sets the application event.
- setAriaEnabled(boolean) -
Static method in class com.extjs.gxt.ui.client.GXT
- True to enable ARIA functionality.
- setArrowAlign(Style.ButtonArrowAlign) -
Method in class com.extjs.gxt.ui.client.widget.button.Button
- Sets the arrow alignment (defaults to RIGHT).
- setAutoExpand(boolean) -
Method in class com.extjs.gxt.ui.client.dnd.TreeDropTarget
- Deprecated. True to automatically expand the active tree item when the user hovers over
a collapsed item (defaults to true).
- setAutoExpand(boolean) -
Method in class com.extjs.gxt.ui.client.dnd.TreeGridDropTarget
- True to automatically expand the active tree item when the user hovers over
a collapsed item (defaults to true).
- setAutoExpand(boolean) -
Method in class com.extjs.gxt.ui.client.dnd.TreePanelDropTarget
- True to automatically expand the active tree item when the user hovers over
a collapsed item (defaults to true).
- setAutoExpandColumn(String) -
Method in class com.extjs.gxt.ui.client.widget.grid.Grid
- The id of a column in this grid that should expand to fill unused space
(pre-render).
- setAutoExpandDelay(int) -
Method in class com.extjs.gxt.ui.client.dnd.TreeDropTarget
- Deprecated. Sets the delay used to auto expand items (defualts to 800).
- setAutoExpandDelay(int) -
Method in class com.extjs.gxt.ui.client.dnd.TreeGridDropTarget
- Sets the delay used to auto expand items (defaults to 800).
- setAutoExpandDelay(int) -
Method in class com.extjs.gxt.ui.client.dnd.TreePanelDropTarget
- Sets the delay used to auto expand items (defaults to 800).
- setAutoExpandMax(int) -
Method in class com.extjs.gxt.ui.client.widget.grid.Grid
- The maximum width the autoExpandColumn can have (if enabled) (defaults to
1000, pre-render).
- setAutoExpandMin(int) -
Method in class com.extjs.gxt.ui.client.widget.grid.Grid
- The minimum width the autoExpandColumn can have (if enabled)(pre-render).
- setAutoFill(boolean) -
Method in class com.extjs.gxt.ui.client.widget.grid.GridView
- True to auto expand the columns to fit the grid when the grid is
created.
- setAutoFocus(boolean) -
Method in class com.extjs.gxt.ui.client.widget.Popup
- True to move focus to the popup when being opened (defaults to true).
- setAutoHeight(boolean) -
Method in class com.extjs.gxt.ui.client.widget.BoxComponent
- Sets the component's auto height value (defaults to false).
- setAutoHeight(boolean) -
Method in class com.extjs.gxt.ui.client.widget.TabPanel
-
- setAutoHide(boolean) -
Method in class com.extjs.gxt.ui.client.util.BaseEventPreview
- True to remove the event preview when the user clicks on an element not it
the ignore list (default to true).
- setAutoHide(boolean) -
Method in class com.extjs.gxt.ui.client.widget.Popup
- True to close the popup when the user clicks outside of the menu (default
to true).
- setAutoHide(boolean) -
Method in class com.extjs.gxt.ui.client.widget.tips.ToolTipConfig
- True to automatically hide the tooltip after the mouse exits the target
element or after the
ToolTipConfig.dismissDelay has expired if set (defaults to
true).
- setAutoHide(boolean) -
Method in class com.extjs.gxt.ui.client.widget.Window
- True to hide the window when the user clicks outside of the window's bounds
(defaults to false, pre-render).
- setAutoHideCancelEvent(boolean) -
Method in class com.extjs.gxt.ui.client.util.BaseEventPreview
- Sets if the event that removes event preview is cancelled (default to
true).
- setAutoIdPrefix(String) -
Static method in class com.extjs.gxt.ui.client.core.XDOM
- Sets the auto id prefix which is prepended to the auto id counter when
generating auto ids (defaults to 'x-auto').
- setAutoIdPrefix(String) -
Static method in class com.extjs.gxt.ui.client.GXT
- Sets the auto id prefix which is prepended to the auto id counter when
generating auto ids (defaults to 'x-auto').
- setAutoLoad(boolean) -
Method in class com.extjs.gxt.ui.client.binder.TreeBinder
- Deprecated. Sets whether all children should automatically be loaded.
- setAutoLoad(RequestBuilder) -
Method in class com.extjs.gxt.ui.client.widget.TabItem
- Sends a remote request and sets the item's content using the returned HTML.
- setAutoLoad(boolean) -
Method in class com.extjs.gxt.ui.client.widget.treepanel.TreePanel
- Sets whether all children should automatically be loaded recursively
(defaults to false).
- setAutoSelect(boolean) -
Method in class com.extjs.gxt.ui.client.binder.StoreBinder
- True to select the first model after the store's data changes.
- setAutoSelect(boolean) -
Method in class com.extjs.gxt.ui.client.dnd.ListViewDropTarget
- True to automatically select and new items created after a drop (defaults
to false).
- setAutoSelect(boolean) -
Method in class com.extjs.gxt.ui.client.widget.TabPanel
- True to have the first item selected when the panel is displayed for the
first time if there is not selection (defaults to true).
- setAutoSelect(boolean) -
Method in class com.extjs.gxt.ui.client.widget.treepanel.TreePanel
- True to select the first model after the store's data changes (defaults to
false).
- setAutoSize(boolean) -
Method in class com.extjs.gxt.ui.client.widget.SplitBar
- True to update the size of the the resize widget after a drag operation
using a proxy (defaults to true).
- setAutoValidate(boolean) -
Method in class com.extjs.gxt.ui.client.widget.form.Field
- Sets whether the value is validated on each key press (defaults to false).
- setAutoWidth(boolean) -
Method in class com.extjs.gxt.ui.client.widget.BoxComponent
- True to use width:'auto', false to use fixed width (defaults to false).
- setAutoWidth(boolean) -
Method in class com.extjs.gxt.ui.client.widget.layout.AccordionLayout
- True to set each contained item's width to 'auto', false to use the item's
current width (defaults to false).
- setBackColorTipText(String) -
Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
-
- setBackColorTipTitle(String) -
Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
-
- setBackgroundColour(String) -
Method in class com.extjs.gxt.charts.client.model.ChartModel
- Sets the chart background colour in HTML hex format (#ffffff).
- setBackgroundColour(String) -
Method in class com.extjs.gxt.charts.client.model.Legend
- Sets the background colour.
- setBackgroundColour(String) -
Method in class com.extjs.gxt.charts.client.model.ToolTip
- Sets the background colour.
- setBarwidth(Number) -
Method in class com.extjs.gxt.charts.client.model.charts.HorizontalStackedBarChart
- Sets the barwidth.
- setBarWidth(int) -
Method in class com.extjs.gxt.ui.client.widget.SplitBar
- Sets the width of drag proxy during resizing (defaults to 2).
- setBaseChars(String) -
Method in class com.extjs.gxt.ui.client.widget.form.NumberField
- Sets the base set of characters to evaluate as valid numbers (defaults to
'0123456789').
- setBeforePageText(String) -
Method in class com.extjs.gxt.ui.client.widget.toolbar.PagingToolBar.PagingToolBarMessages
- Customizable piece of the default paging text (defaults to "Page").
- setBlankText(String) -
Method in class com.extjs.gxt.ui.client.widget.form.TextField.TextFieldMessages
- Sets the error text to display if the allow blank validation fails
(defaults to "This field is required").
- setBlink(boolean) -
Method in class com.extjs.gxt.ui.client.widget.ModalPanel
- True to blink the widget being displayed when the use clicks outside of the
widgets bounds (defaults to false).
- setBlinkModal(boolean) -
Method in class com.extjs.gxt.ui.client.widget.Window
- True to blink the window when the user clicks outside of the windows bounds
(defaults to false).
- setBodyBorder(boolean) -
Method in class com.extjs.gxt.ui.client.widget.ContentPanel
- True to display the borders of the panel's body element, false to hide them
(defaults to true, pre-render).
- setBodyBorder(boolean) -
Method in class com.extjs.gxt.ui.client.widget.TabPanel
- True to display an interior border on the body element of the panel, false
to hide it (defaults to true, pre-render).
- setBodyStyle(String) -
Method in class com.extjs.gxt.charts.client.model.ToolTip
- Sets the body style.
- setBodyStyle(String) -
Method in class com.extjs.gxt.ui.client.widget.ContentPanel
- Custom CSS styles to be applied to the body element in the format expected
by
El.applyStyles(java.lang.String) (pre-render).
- setBodyStyleName(String) -
Method in class com.extjs.gxt.ui.client.widget.ContentPanel
- A style name that is added to the panel's body element (pre-render).
- setBold(AbstractImagePrototype) -
Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorImages
-
- setBoldTipText(String) -
Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
-
- setBoldTipTitle(String) -
Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
-
- setBorder(int) -
Method in class com.extjs.gxt.charts.client.model.charts.PieChart
- Sets the border.
- setBorder(boolean) -
Method in class com.extjs.gxt.charts.client.model.Legend
- Sets the border, whether or not to draw a line around the side legend.
- setBorder(int) -
Method in class com.extjs.gxt.ui.client.widget.layout.TableLayout
- Sets the table's border property (defaults to 0).
- setBorderColour(String) -
Method in class com.extjs.gxt.charts.client.model.Legend
- Sets the border colour.
- setBorders(boolean) -
Method in class com.extjs.gxt.ui.client.core.El
- Adds or removes a border.
- setBorders(boolean) -
Method in class com.extjs.gxt.ui.client.widget.Component
- Adds or removes a border.
- setBorderStyle(boolean) -
Method in class com.extjs.gxt.ui.client.widget.TabPanel
- True to display a border around the tabs (defaults to true).
- setBottom(Number) -
Method in class com.extjs.gxt.charts.client.model.charts.BarChart.Bar
- Sets the bottom.
- setBottomComponent(Component) -
Method in class com.extjs.gxt.ui.client.widget.ContentPanel
- Sets the panel's bottom component (pre-render).
- setBoundEl(El) -
Method in class com.extjs.gxt.ui.client.event.EditorEvent
- Sets the bound element.
- setBounds(int, int, int, int) -
Method in class com.extjs.gxt.ui.client.core.El
- Sets the element's bounds.
- setBounds(int, int, int, int, boolean) -
Method in class com.extjs.gxt.ui.client.core.El
- Sets the element's bounds.
- setBounds(Rectangle) -
Method in class com.extjs.gxt.ui.client.core.El
- Sets the element's bounds.
- setBounds(Rectangle, boolean) -
Method in class com.extjs.gxt.ui.client.core.El
- Sets the element's bounds.
- setBounds(int, int, int, int) -
Method in class com.extjs.gxt.ui.client.widget.BoxComponent
- Sets the component's size.
- setBounds(Rectangle) -
Method in class com.extjs.gxt.ui.client.widget.BoxComponent
- Sets the component's size.
- setBox(boolean) -
Method in class com.extjs.gxt.ui.client.widget.Status
- True to enable a 3D insert border (defaults to false).
- setBoxComponent(BoxComponent) -
Method in class com.extjs.gxt.ui.client.event.BoxComponentEvent
-
- setBoxLabel(String) -
Method in class com.extjs.gxt.ui.client.widget.form.CheckBox
- The text that appears beside the checkbox (defaults to null).
- setBrowseText(String) -
Method in class com.extjs.gxt.ui.client.widget.form.FileUploadField.FileUploadFieldMessages
- Sets the browse text.
- setBufferEnabled(boolean) -
Method in class com.extjs.gxt.ui.client.widget.grid.BufferView
- True to enabled buffered functionality (defaults to true).
- setBulkRender(boolean) -
Method in class com.extjs.gxt.ui.client.widget.table.Table
- Deprecated. True to bulk render the table when first rendered (defaults to true).
- setBusy(String) -
Method in class com.extjs.gxt.ui.client.widget.Status
- Enables a busy icon and displays the given text.
- setButtonAlign(Style.HorizontalAlignment) -
Method in class com.extjs.gxt.ui.client.widget.ContentPanel
- Sets the button alignment of any buttons added to this panel (defaults to
RIGHT, pre-render).
- setButtonClicked(Button) -
Method in class com.extjs.gxt.ui.client.event.WindowEvent
- Sets the clicked button.
- setButtonIcon(AbstractImagePrototype) -
Method in class com.extjs.gxt.ui.client.widget.form.FileUploadField
- Sets the button icon class.
- setButtonOffset(int) -
Method in class com.extjs.gxt.ui.client.widget.form.FileUploadField
- Sets the number of pixels between the input element and the browser button
(defaults to 3).
- setButtons(String) -
Method in class com.extjs.gxt.ui.client.widget.Dialog
- Sets the buttons to display (defaults to OK).
- setButtons(String) -
Method in class com.extjs.gxt.ui.client.widget.MessageBox
- The buttons to display (defaults to OK, pre-render).
- setCacheSize(int) -
Method in class com.extjs.gxt.ui.client.widget.grid.BufferView
- Sets the amount of rows that should be cached (default to 10).
- setCacheSize(int) -
Method in class com.extjs.gxt.ui.client.widget.treepanel.TreePanelView
-
- setCaching(boolean) -
Method in class com.extjs.gxt.ui.client.binder.TreeBinder
- Deprecated. Sets whether the children should be cached after first being retrieved from
the store (defaults to true).
- setCaching(boolean) -
Method in class com.extjs.gxt.ui.client.widget.treepanel.TreePanel
- Sets whether the children should be cached after first being retrieved from
the store (defaults to true).
- setCancelBubble(boolean) -
Method in class com.extjs.gxt.ui.client.util.KeyNav
- True to stop event bubbling when the key nav intercepts a key (defaults to
false).
- setCancelled(boolean) -
Method in class com.extjs.gxt.ui.client.event.BaseEvent
- True to cancel the current operation (defaults to false).
- setCancelOnEsc(boolean) -
Method in class com.extjs.gxt.ui.client.widget.Editor
- True to cancel the edit when the escape key is pressed (defaults to false).
- setCancelText(String) -
Method in class com.extjs.gxt.ui.client.widget.DatePicker.DatePickerMessages
- Sets the cance text (default to "Cancel").
- setCancelText(String) -
Method in class com.extjs.gxt.ui.client.widget.grid.RowEditor.RowEditorMessages
- Sets the buttons cancel text
- setCellHorizontalAlign(Style.HorizontalAlignment) -
Method in class com.extjs.gxt.ui.client.widget.layout.TableLayout
- Sets the cell's horizontal alignment.
- setCellIndex(int) -
Method in class com.extjs.gxt.ui.client.event.TableEvent
- Deprecated. Sets the cell index.
- setCellIndex(int) -
Method in class com.extjs.gxt.ui.client.event.TreeTableEvent
- Deprecated. Sets the cell index.
- setCellPadding(int) -
Method in class com.extjs.gxt.ui.client.widget.layout.TableLayout
- Sets the amount that will be applied to each table cell.
- setCellSelectorDepth(int) -
Method in class com.extjs.gxt.ui.client.widget.grid.GridView
- The number of levels to search for cells in event delegation (defaults to
4).
- setCellSelectorDepth(int) -
Method in class com.extjs.gxt.ui.client.widget.table.TableView
- Deprecated. The number of levels to search for cells in event delegation (defaults to
10).
- setCellSelectorDepth(int) -
Method in class com.extjs.gxt.ui.client.widget.treetable.TreeTableView
- Deprecated. The number of levels to search for cells in event delegation (defaults to
10).
- setCellSpacing(int) -
Method in class com.extjs.gxt.ui.client.widget.layout.TableLayout
- Sets the table's cell spacing.
- setCellStyle(int, String) -
Method in class com.extjs.gxt.ui.client.widget.table.TableItem
- Deprecated. Sets the style for a cell.
- setCellStyle(int, String) -
Method in class com.extjs.gxt.ui.client.widget.treetable.TreeTableItem
- Deprecated. Sets the style for a table cell.
- setCellToolTip(int, String) -
Method in class com.extjs.gxt.ui.client.widget.table.TableItem
- Deprecated. Sets a cell tooltip.
- setCellToolTip(int, String) -
Method in class com.extjs.gxt.ui.client.widget.treetable.TreeTableItem
- Deprecated. Sets a cell tooltip.
- setCellToolTips(String[]) -
Method in class com.extjs.gxt.ui.client.widget.table.TableItem
- Deprecated. Sets all of the cell tooltips
- setCellToolTips(String[]) -
Method in class com.extjs.gxt.ui.client.widget.treetable.TreeTableItem
- Deprecated. Sets all of the cell tooltips
- setCellVerticalAlign(Style.VerticalAlignment) -
Method in class com.extjs.gxt.ui.client.widget.layout.TableLayout
- Sets the cell's vertical alignment.
- setChanges(Map<String, Object>) -
Method in class com.extjs.gxt.ui.client.event.RowEditorEvent
-
- setChart(Chart) -
Method in class com.extjs.gxt.charts.client.event.ChartEvent
- Sets the source chart.
- setChartConfig(ChartConfig) -
Method in class com.extjs.gxt.charts.client.event.ChartEvent
- Sets the source chart config.
- setChartConfigs(Collection<ChartConfig>) -
Method in class com.extjs.gxt.charts.client.model.ChartModel
- Clears and then sets the list of chart configs.
- setChartModel(ChartModel) -
Method in class com.extjs.gxt.charts.client.Chart
- Sets the chart model.
- setChartModel(ChartModel) -
Method in class com.extjs.gxt.charts.client.event.ChartEvent
- Sets the source chart model.
- setCheckable(boolean) -
Method in class com.extjs.gxt.ui.client.widget.DataList
- Deprecated. Sets whether items shoud have a check box (defaults to false, pre-render).
- setCheckable(boolean) -
Method in class com.extjs.gxt.ui.client.widget.tree.Tree
- Deprecated. Sets whether checkboxes are used in the tree.
- setCheckable(boolean) -
Method in class com.extjs.gxt.ui.client.widget.treepanel.TreePanel
- Sets whether check boxes are used in the tree.
- setCheckboxName(String) -
Method in class com.extjs.gxt.ui.client.widget.form.FieldSet
- The name to assign to the fieldset's checkbox if
FieldSet.setCheckboxToggle(boolean) = true.
- setCheckBoxSelector(String) -
Method in class com.extjs.gxt.ui.client.widget.CheckBoxListView
-
- setCheckboxToggle(boolean) -
Method in class com.extjs.gxt.ui.client.widget.form.FieldSet
- True to render a checkbox into the fieldset frame just in front of the
legend (defaults to false, pre-render).
- setChecked(boolean) -
Method in class com.extjs.gxt.ui.client.event.TreePanelEvent
- Sets the checked state.
- setChecked(M, boolean) -
Method in class com.extjs.gxt.ui.client.widget.CheckBoxListView
- Selects a specific item in the view
- setChecked(boolean) -
Method in class com.extjs.gxt.ui.client.widget.DataListItem
- Deprecated. Sets the item's checked state.
- setChecked(boolean) -
Method in class com.extjs.gxt.ui.client.widget.menu.CheckMenuItem
- Set the checked state of this item.
- setChecked(boolean, boolean) -
Method in class com.extjs.gxt.ui.client.widget.menu.CheckMenuItem
- Set the checked state of this item.
- setChecked(boolean) -
Method in class com.extjs.gxt.ui.client.widget.tree.TreeItem
- Deprecated. Sets the item's checked value.
- setChecked(M, boolean) -
Method in class com.extjs.gxt.ui.client.widget.treepanel.TreePanel
- Sets the check state of the item.
- setCheckedSelection(List<M>) -
Method in class com.extjs.gxt.ui.client.binder.DataListBinder
- Deprecated.
- setCheckedSelection(List<M>) -
Method in class com.extjs.gxt.ui.client.binder.TreeBinder
- Deprecated.
- setCheckedSelection(List<M>) -
Method in interface com.extjs.gxt.ui.client.event.CheckProvider
- Sets the current checked selection.
- setCheckedSelection(List<M>) -
Method in class com.extjs.gxt.ui.client.widget.treepanel.TreePanel
-
- setCheckNodes(Tree.CheckNodes) -
Method in class com.extjs.gxt.ui.client.widget.tree.Tree
- Deprecated. Sets which tree items will display a check box (defaults to BOTH).
- setCheckNodes(TreePanel.CheckNodes) -
Method in class com.extjs.gxt.ui.client.widget.treepanel.TreePanel
- Sets which tree items will display a check box (defaults to BOTH).
- setCheckStyle(Tree.CheckCascade) -
Method in class com.extjs.gxt.ui.client.widget.tree.Tree
- Deprecated. Sets the cascading behavior for check tree (defaults to PARENTS).
- setCheckStyle(TreePanel.CheckCascade) -
Method in class com.extjs.gxt.ui.client.widget.treepanel.TreePanel
- Sets the cascading behavior for check tree (defaults to PARENTS).
- setChild(M) -
Method in class com.extjs.gxt.ui.client.event.TreePanelEvent
- Sets the child.
- setChild(M) -
Method in class com.extjs.gxt.ui.client.store.TreeStoreEvent
- Sets the child.
- setChildren(List<ModelData>) -
Method in class com.extjs.gxt.ui.client.data.BaseTreeModel
- Sets the model's children.
- setChildren(List<M>) -
Method in class com.extjs.gxt.ui.client.store.TreeStoreEvent
- Sets the children.
- setChildrenProperty(String) -
Method in class com.extjs.gxt.ui.client.data.TreeModelReader
- Sets the property name that contains the children for the parent model.
- setCleanDelay(int) -
Method in class com.extjs.gxt.ui.client.widget.grid.BufferView
- Sets the amount of time before cleaning is done (defaults to 500).
- setCleanDelay(int) -
Method in class com.extjs.gxt.ui.client.widget.treepanel.TreePanelView
-
- setClicksToEdit(EditorGrid.ClicksToEdit) -
Method in class com.extjs.gxt.ui.client.widget.grid.EditorGrid
- Sets the number of clicks to edit (defaults to ONE).
- setClicksToEdit(EditorGrid.ClicksToEdit) -
Method in class com.extjs.gxt.ui.client.widget.grid.EditorSupport
- Sets the number of clicks to edit (defaults to ONE).
- setClicksToEdit(EditorGrid.ClicksToEdit) -
Method in class com.extjs.gxt.ui.client.widget.grid.RowEditor
- Sets the number of clicks to edit (defaults to ONE).
- setClicksToEdit(EditorGrid.ClicksToEdit) -
Method in class com.extjs.gxt.ui.client.widget.treegrid.EditorTreeGrid
- Sets the number of clicks to edit (defaults to ONE).
- setClickToChange(boolean) -
Method in class com.extjs.gxt.ui.client.widget.Slider
- Determines whether or not clicking on the slider axis will change the
slider (defaults to true).
- setClosable(boolean) -
Method in class com.extjs.gxt.ui.client.widget.MessageBox
- False to hide the top-right close button (defaults to true, pre-render).
- setClosable(boolean) -
Method in class com.extjs.gxt.ui.client.widget.TabItem
- Sets whether the tab may be closed (defaults to false).
- setClosable(boolean) -
Method in class com.extjs.gxt.ui.client.widget.tips.Tip
- True to render a close tool button into the tooltip header (defaults to
false).
- setClosable(boolean) -
Method in class com.extjs.gxt.ui.client.widget.Window
- True to display the 'close' tool button and allow the user to close the
window, false to hide the button and disallow closing the window (default
to true).
- setCloseContextMenu(boolean) -
Method in class com.extjs.gxt.ui.client.widget.TabPanel
- True to show the close context menu (defaults to false).
- setCloseOtherText(String) -
Method in class com.extjs.gxt.ui.client.widget.TabPanel.TabPanelMessages
- Sets the close other text for the close context menu (defaults to 'Close
all other tabs').
- setCloseText(String) -
Method in class com.extjs.gxt.ui.client.widget.TabPanel.TabPanelMessages
- Sets the close text for the close context menu (default to 'Close this
tab').
- setColIndex(int) -
Method in class com.extjs.gxt.ui.client.event.ColumnModelEvent
- Sets the column's index.
- setColIndex(int) -
Method in class com.extjs.gxt.ui.client.event.GridEvent
- Sets the column index.
- setCollapsible(boolean) -
Method in class com.extjs.gxt.ui.client.widget.ContentPanel
- True to make the panel collapsible and have the expand/collapse toggle
button automatically rendered into the header tool button area, false to
keep the panel statically sized with no button (defaults to false,
pre-render).
- setCollapsible(boolean) -
Method in class com.extjs.gxt.ui.client.widget.form.FieldSet
- Sets whether the fieldset is collapsible (defaults to false, pre-render).
- setCollapsible(boolean) -
Method in class com.extjs.gxt.ui.client.widget.layout.BorderLayoutData
- True to allow the user to collapse this region (defaults to false).
- setColor(String) -
Method in class com.extjs.gxt.ui.client.event.ColorPaletteEvent
- Sets the selected color.
- setColorPalette(ColorPalette) -
Method in class com.extjs.gxt.ui.client.event.ColorPaletteEvent
- Sets the color palette.
- setColors(String[]) -
Method in class com.extjs.gxt.ui.client.widget.ColorPalette
- Sets the colors for the palette.
- setColour(String) -
Method in class com.extjs.gxt.charts.client.model.axis.AbstractAxis
- Sets the colour in HTML hex format (#ffffff).
- setColour(String) -
Method in class com.extjs.gxt.charts.client.model.axis.Keys
- Sets the colour in HTML hex format (#ffffff).
- setColour(String) -
Method in class com.extjs.gxt.charts.client.model.axis.Label
- Sets the colour in HTML hex format (#ffffff).
- setColour(String) -
Method in class com.extjs.gxt.charts.client.model.axis.RadarAxis.RadarLabels
- Sets the colour in HTML hex format (#ffffff)
- setColour(String) -
Method in class com.extjs.gxt.charts.client.model.axis.XAxis.XLabels
- Sets the colour in HTML hex format (#ffffff).
- setColour(String) -
Method in class com.extjs.gxt.charts.client.model.charts.BarChart.Bar
- Sets the colour in HTML hex format (#ffffff)
- setColour(String) -
Method in class com.extjs.gxt.charts.client.model.charts.BarChart
- Sets the colour in HTML hex format (#ffffff).
- setColour(String) -
Method in class com.extjs.gxt.charts.client.model.charts.dots.BaseDot
- Sets the colour in HTML hex format (#ffffff)
- setColour(String) -
Method in class com.extjs.gxt.charts.client.model.charts.HorizontalBarChart.Bar
- Sets the colour in HTML hex format (#ffffff).
- setColour(String) -
Method in class com.extjs.gxt.charts.client.model.charts.HorizontalBarChart
- Sets the colour in HTML hex format (#ffffff)
- setColour(String) -
Method in class com.extjs.gxt.charts.client.model.charts.LineChart
- Sets the colour.
- setColour(String) -
Method in class com.extjs.gxt.charts.client.model.charts.ScatterChart
- Sets the colour in HTML hex format (#ffffff).
- setColour(String) -
Method in class com.extjs.gxt.charts.client.model.charts.Shape
- Sets the colour in HTML hex format (#ffffff).
- setColour(String) -
Method in class com.extjs.gxt.charts.client.model.charts.StackedBarChart.StackValue
- Sets the colour in HTML hex format (#ffffff)
- setColour(String) -
Method in class com.extjs.gxt.charts.client.model.ToolTip
- Sets the colour.
- setColours(Collection<String>) -
Method in class com.extjs.gxt.charts.client.model.charts.PieChart
- Sets colours in HTML hex format (#ffffff)
- setColours(String...) -
Method in class com.extjs.gxt.charts.client.model.charts.PieChart
- Sets colours in HTML hex format (#ffffff)
- setColspan(int) -
Method in class com.extjs.gxt.ui.client.widget.grid.HeaderGroupConfig
- Sets the colspan (defaults to 1).
- setColspan(int) -
Method in class com.extjs.gxt.ui.client.widget.layout.TableData
- Sets the number of columns to span (defaults to 1).
- setColumn(int) -
Method in class com.extjs.gxt.ui.client.event.PortalEvent
- Sets the column index.
- setColumn(int) -
Method in class com.extjs.gxt.ui.client.widget.grid.HeaderGroupConfig
- Sets the 0-indexed column
- setColumnContextMenu(boolean) -
Method in class com.extjs.gxt.ui.client.widget.table.Table
- Deprecated. Sets whether the table header context menu is displayed (defaults to true).
- setColumnContextMenu(boolean) -
Method in class com.extjs.gxt.ui.client.widget.treetable.TreeTable
- Deprecated. Sets whether the table header context menu is displayed (defaults to true).
- setColumnHeader(int, String) -
Method in class com.extjs.gxt.ui.client.widget.grid.ColumnModel
- Sets the header for a column.
- setColumnIndex(int) -
Method in class com.extjs.gxt.ui.client.event.TableEvent
- Deprecated. Sets the column index.
- setColumnIndex(int) -
Method in class com.extjs.gxt.ui.client.event.TreeTableEvent
- Deprecated. Sets the column index.
- setColumnModel(TableColumnModel) -
Method in class com.extjs.gxt.ui.client.widget.table.Table
- Deprecated. Sets the table's column model.
- setColumns(AbstractImagePrototype) -
Method in class com.extjs.gxt.ui.client.widget.grid.GridView.GridViewImages
-
- setColumns(int) -
Method in class com.extjs.gxt.ui.client.widget.layout.TableLayout
- Sets the number of columns (defaults to 1).
- setColumnStyle(String) -
Method in class com.extjs.gxt.ui.client.widget.table.TableColumn
- Deprecated. Sets the columns style name.
- setColumnWidth(int, double) -
Method in class com.extjs.gxt.ui.client.widget.custom.Portal
- Sets the column's width.
- setColumnWidth(int, int) -
Method in class com.extjs.gxt.ui.client.widget.grid.ColumnModel
- Sets the column's width.
- setColumnWidth(int, int, boolean) -
Method in class com.extjs.gxt.ui.client.widget.grid.ColumnModel
- Sets the column's width.
- setColumnWidth(int, float) -
Method in class com.extjs.gxt.ui.client.widget.table.TableColumnModel
- Deprecated. Sets the column's width.
- setComparator(Comparator<Object>) -
Method in class com.extjs.gxt.ui.client.data.PagingModelMemoryProxy
- Sets the comparator used to sort the list of models (default to
DefaultComparator).
- setComparator(Comparator<Object>) -
Method in class com.extjs.gxt.ui.client.widget.table.TableColumn
- Deprecated. Sets the column's comparator.
- setCompleteOnEnter(boolean) -
Method in class com.extjs.gxt.ui.client.widget.Editor
- True to complete the edit when the enter key is pressed (defaults to
false).
- setComponent(Component) -
Method in class com.extjs.gxt.ui.client.event.ComponentEvent
- Sets the source component.
- setComponent(Component) -
Method in class com.extjs.gxt.ui.client.event.DNDEvent
- Sets the source component
- setComponent(Component) -
Method in class com.extjs.gxt.ui.client.event.DragEvent
- Sets the source component.
- setComponent(Component) -
Method in class com.extjs.gxt.ui.client.event.ResizeEvent
- Sets the source component.
- setConstrain(boolean) -
Method in class com.extjs.gxt.ui.client.widget.Editor
- True to constrain the editor to the viewport.
- setConstrain(boolean) -
Method in class com.extjs.gxt.ui.client.widget.Window
- True to constrain the window to the
Viewport, false to allow it to
fall outside of the Viewport (defaults to true).
- setConstrainClient(boolean) -
Method in class com.extjs.gxt.ui.client.fx.Draggable
- True to set constrain movement to the viewport (defaults to true).
- setConstrainHorizontal(boolean) -
Method in class com.extjs.gxt.ui.client.fx.Draggable
- True to stop horizontal movement (defaults to false).
- setConstrainVertical(boolean) -
Method in class com.extjs.gxt.ui.client.fx.Draggable
- True to stop vertical movement (defaults to false).
- setConstrainViewport(boolean) -
Method in class com.extjs.gxt.ui.client.widget.menu.Menu
- Sets whether the menu should be constrained to the viewport when shown.
- setConstrainViewport(boolean) -
Method in class com.extjs.gxt.ui.client.widget.Popup
- True to ensure popup is dislayed within the browser's viewport.
- setContainer(C) -
Method in class com.extjs.gxt.ui.client.event.ContainerEvent
- Sets the source container.
- setContainer(Container<?>) -
Method in class com.extjs.gxt.ui.client.event.LayoutEvent
-
- setContainer(Component) -
Method in class com.extjs.gxt.ui.client.fx.Draggable
- Specifies a container to which the drag widget is constrained.
- setContainer(Container) -
Method in class com.extjs.gxt.ui.client.widget.layout.FormLayout
-
- setContainer(Container) -
Method in class com.extjs.gxt.ui.client.widget.Layout
- Sets the layout's container.
- setContainer(Element) -
Method in class com.extjs.gxt.ui.client.widget.treetable.TreeTableItemUI
- Deprecated.
- setContainer(Element) -
Method in class com.extjs.gxt.ui.client.widget.Window
- Sets the container elemen to be used to size and position the window when
maximized.
- setContainerStyle(String) -
Method in class com.extjs.gxt.ui.client.widget.layout.BorderLayout
- Sets the CSS style name to be added to the layout's container (defaults to
'x-border-layout-ct').
- setContainerTagName(String) -
Method in class com.extjs.gxt.ui.client.widget.DataView
- Deprecated. Sets the container's tag name (defaults to 'div', pre-render).
- setContextMenu(Menu) -
Method in class com.extjs.gxt.ui.client.widget.Component
- Sets the component's context menu.
- setContextMenu(Menu) -
Method in class com.extjs.gxt.ui.client.widget.DataList
- Deprecated.
- setContextMenu(Menu) -
Method in class com.extjs.gxt.ui.client.widget.DataView
- Deprecated.
- setContextMenu(Menu) -
Method in class com.extjs.gxt.ui.client.widget.table.Table
- Deprecated.
- setContextMenu(Menu) -
Method in class com.extjs.gxt.ui.client.widget.tree.Tree
- Deprecated.
- setConvertor(Converter) -
Method in class com.extjs.gxt.ui.client.binding.FieldBinding
- Sets the converter which is used to translate data types when updating
either the field or model.
- setCreateLinkText(String) -
Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
-
- setCursorPos(int) -
Method in class com.extjs.gxt.ui.client.widget.form.TextField
- Sets the cursor position.
- setData(List<Data>) -
Method in class com.extjs.gxt.ui.client.data.BaseListLoadResult
-
- setData(D) -
Method in class com.extjs.gxt.ui.client.data.MemoryProxy
- Sets the proxy data.
- setData(Object) -
Method in class com.extjs.gxt.ui.client.dnd.DragSource
- Sets the data for the drag drop operation.
- setData(Object) -
Method in class com.extjs.gxt.ui.client.event.DNDEvent
- Sets the drag and drop data.
- setData(Object) -
Method in class com.extjs.gxt.ui.client.mvc.AppEvent
- Sets the application defined data.
- setData(String, Object) -
Method in class com.extjs.gxt.ui.client.mvc.AppEvent
- Sets the application defined property with the given name.
- setData(String, Object) -
Method in class com.extjs.gxt.ui.client.widget.Component
- Sets the application defined property with the given name.
- setData(Object) -
Method in class com.extjs.gxt.ui.client.widget.table.TableColumn
- Deprecated. Sets the application defined column data.
- setData(String, Object) -
Method in class com.extjs.gxt.ui.client.widget.table.TableColumn
- Deprecated. Sets the application defined property with the given name.
- setDataIndex(String) -
Method in class com.extjs.gxt.ui.client.widget.grid.ColumnConfig
- Sets the column's data index.
- setDataIndex(int, String) -
Method in class com.extjs.gxt.ui.client.widget.grid.ColumnModel
- Sets the dataIndex for a column.
- setDataProvider(BarDataProvider) -
Method in class com.extjs.gxt.charts.client.model.charts.BarChart
- Sets the charts data provider.
- setDataProvider(LineDataProvider) -
Method in class com.extjs.gxt.charts.client.model.charts.LineChart
- Sets the charts data provider.
- setDataProvider(PieDataProvider) -
Method in class com.extjs.gxt.charts.client.model.charts.PieChart
- Sets the charts data provider.
- setDataType(DataConfig) -
Method in class com.extjs.gxt.charts.client.event.ChartEvent
- Sets the source data type.
- setDate(Date) -
Method in class com.extjs.gxt.ui.client.event.DatePickerEvent
- Sets the date.
- setDateTimeFormat(DateTimeFormat) -
Method in class com.extjs.gxt.ui.client.widget.grid.ColumnConfig
- Sets the column's date time format.
- setDateValue(Date) -
Method in class com.extjs.gxt.ui.client.widget.form.TimeField
- Sets the field's value from a date.
- setDecimalSeparatorComma(boolean) -
Method in class com.extjs.gxt.charts.client.model.ChartModel
- True to use a decimal separator comma.
- setDecreaseFontSizeTipText(String) -
Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
-
- setDecreaseFontSizeTipTitle(String) -
Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
-
- setDefault(ModelStringProvider<M>) -
Method in class com.extjs.gxt.ui.client.data.AggregateModelStringProvider
- Sets the default provider.
- setDefaultAlign(String) -
Method in class com.extjs.gxt.ui.client.widget.menu.Menu
- Sets the default
El.alignTo(com.google.gwt.user.client.Element, java.lang.String, int[]) anchor position value for this menu
relative to its element of origin (defaults to "tl-bl?").
- setDefaultAlign(String) -
Method in class com.extjs.gxt.ui.client.widget.Popup
- The default
El.alignTo(com.google.gwt.user.client.Element, java.lang.String, int[]) anchor position value for this menu relative
to its element of origin (defaults to "tl-bl?").
- setDefaultSort(String, Style.SortDir) -
Method in class com.extjs.gxt.ui.client.store.ListStore
- Sets the default sort column and order to be used by the next load
operation.
- setDefaultTemplate(String) -
Method in class com.extjs.gxt.ui.client.widget.DataView
- Deprecated. Sets the default template.
- setDefaultTextHeight(int) -
Method in class com.extjs.gxt.ui.client.widget.MessageBox
- The default height in pixels of the message box's multiline textarea if
displayed (defaults to 75, pre-render).
- setDefaultTheme(Theme, boolean) -
Static method in class com.extjs.gxt.ui.client.GXT
- Sets the default theme which will be used if the user does not have a theme
selected with the state provider.
- setDefaultWidth(int) -
Method in class com.extjs.gxt.ui.client.widget.layout.FormLayout
- Sets the default width for fields (defaults to 200).
- setDeferDownload(boolean) -
Method in class com.extjs.gxt.ui.client.widget.HtmlContainer
- True to defer remote requests until the component is rendered (defaults to
false).
- setDeferHeight(boolean) -
Method in class com.extjs.gxt.ui.client.widget.BoxComponent
- True to defer height calculations to an external component, false to allow
this component to set its own height (defaults to false).
- setDeferredRender(boolean) -
Method in class com.extjs.gxt.ui.client.widget.CardPanel
- Sets the deferred render state
- setDeferredRender(boolean) -
Method in class com.extjs.gxt.ui.client.widget.layout.CardLayout
- True to render each child when it accessed, false to render all (defaults
to true).
- setDeferredRender(boolean) -
Method in class com.extjs.gxt.ui.client.widget.TabPanel
- True to render each child tab item when it accessed, false to render all
(defaults to true).
- setDelay(int) -
Method in class com.extjs.gxt.ui.client.util.ClickRepeater
-
- setDialog(Dialog) -
Method in class com.extjs.gxt.ui.client.event.MessageBoxEvent
- Sets the source dialog.
- setDirty(boolean) -
Method in class com.extjs.gxt.ui.client.store.Record
- Manually sets the dirty state of the record.
- setDismissDelay(int) -
Method in class com.extjs.gxt.ui.client.widget.tips.ToolTipConfig
- Delay in milliseconds before the tooltip automatically hides (defaults to
5000).
- setDispatcher(Dispatcher) -
Method in class com.extjs.gxt.ui.client.event.MvcEvent
- Sets the dispatcher.
- setDisplayed(boolean) -
Method in class com.extjs.gxt.ui.client.core.El
- Sets the CSS display property.
- setDisplayed(String) -
Method in class com.extjs.gxt.ui.client.core.El
- Sets the CSS display property.
- setDisplayField(String) -
Method in class com.extjs.gxt.ui.client.widget.form.ComboBox
- The underlying data field name to bind to this ComboBox (defaults to
'text').
- setDisplayField(String) -
Method in class com.extjs.gxt.ui.client.widget.form.ListField
- Sets the display field.
- setDisplayMsg(String) -
Method in class com.extjs.gxt.ui.client.widget.toolbar.PagingToolBar.PagingToolBarMessages
- The paging status message to display (defaults to "Displaying {0} - {1}
of {2}").
- setDisplayProperty(String) -
Method in class com.extjs.gxt.ui.client.binder.DataListBinder
- Deprecated. Sets the display property name used for the item's text.
- setDisplayProperty(String) -
Method in class com.extjs.gxt.ui.client.binder.TreeBinder
- Deprecated. Sets the display property name used to the item's text.
- setDisplayProperty(String) -
Method in class com.extjs.gxt.ui.client.widget.form.ModelPropertyEditor
- Sets the display property name.
- setDisplayProperty(String) -
Method in class com.extjs.gxt.ui.client.widget.ListView
- Sets the display property.
- setDisplayProperty(String) -
Method in class com.extjs.gxt.ui.client.widget.treepanel.TreePanel
- Sets the display property name used to the item's text.
- setDNDGroup(String) -
Method in class com.extjs.gxt.ui.client.widget.form.DualListField
- Sets the drag and drop group name.
- setDotSize(Integer) -
Method in class com.extjs.gxt.charts.client.model.charts.ScatterChart
- Sets the dot size.
- setDotStyle(BaseDot) -
Method in class com.extjs.gxt.charts.client.model.charts.LineChart
- Sets the dot style.
- setDragEvent(DragEvent) -
Method in class com.extjs.gxt.ui.client.event.DNDEvent
- Sets the drag event.
- setDragEvent(DragEvent) -
Method in class com.extjs.gxt.ui.client.event.SplitBarEvent
- Sets the drag event.
- setDraggable(Draggable) -
Method in class com.extjs.gxt.ui.client.event.DragEvent
- Sets the source draggable.
- setDraggable(boolean) -
Method in class com.extjs.gxt.ui.client.widget.Slider
- True to allow the slider to be dragged (default to true).
- setDraggable(boolean) -
Method in class com.extjs.gxt.ui.client.widget.Window
- True to enable dragging of this Panel (defaults to false).
- setDragSource(DragSource) -
Method in class com.extjs.gxt.ui.client.event.DNDEvent
- Sets the drag source.
- setDropTarget(DropTarget) -
Method in class com.extjs.gxt.ui.client.event.DNDEvent
- Sets the drop target.
- setDuration(int) -
Method in class com.extjs.gxt.ui.client.fx.FxConfig
-
- setDuration(int) -
Method in class com.extjs.gxt.ui.client.widget.ProgressBar
- The length of time in milliseconds that the progress bar should run before
resetting itself (defaults to DEFAULT, in which case it will run
indefinitely until reset is called)
- setDynamic(boolean) -
Method in class com.extjs.gxt.ui.client.fx.Resizable
- True to resize the widget directly instead of using a proxy (defaults to
false).
- setEditable(boolean) -
Method in class com.extjs.gxt.ui.client.widget.form.TriggerField
- Allow or prevent the user from directly editing the field text.
- setEditor(Editor) -
Method in class com.extjs.gxt.ui.client.event.EditorEvent
- Sets the source editor.
- setEditor(RowEditor<?>) -
Method in class com.extjs.gxt.ui.client.event.RowEditorEvent
-
- setEditor(CellEditor) -
Method in class com.extjs.gxt.ui.client.widget.grid.ColumnConfig
- Sets the column's cell editor.
- setEditor(int, CellEditor) -
Method in class com.extjs.gxt.ui.client.widget.grid.ColumnModel
- Sets the editor for the column.
- setEffect(Effect) -
Method in class com.extjs.gxt.ui.client.event.FxEvent
- Sets the effect.
- setEffectCompleteListener(Listener<FxEvent>) -
Method in class com.extjs.gxt.ui.client.fx.FxConfig
-
- setEffectStartListener(Listener<FxEvent>) -
Method in class com.extjs.gxt.ui.client.fx.FxConfig
-
- setEl(El) -
Method in class com.extjs.gxt.ui.client.event.ClickRepeaterEvent
-
- setElement(Element) -
Method in class com.extjs.gxt.ui.client.event.ListViewEvent
- Sets the element.
- setElement(Element) -
Method in class com.extjs.gxt.ui.client.util.SwallowEvent
-
- setElement(Element) -
Method in class com.extjs.gxt.ui.client.widget.Component
-
- setElement(Element) -
Method in class com.extjs.gxt.ui.client.widget.tree.TreeItem
- Deprecated.
- setElement(Element) -
Method in class com.extjs.gxt.ui.client.widget.treetable.TreeTableItem
- Deprecated.
- setElementAttribute(String, boolean) -
Method in class com.extjs.gxt.ui.client.core.El
- Sets an element's attribute.
- setElementAttribute(String, int) -
Method in class com.extjs.gxt.ui.client.core.El
- Sets an element's attribute.
- setElementAttribute(String, String) -
Method in class com.extjs.gxt.ui.client.core.El
- Sets an element's attribute.
- setEmptyMsg(String) -
Method in class com.extjs.gxt.ui.client.widget.toolbar.PagingToolBar.PagingToolBarMessages
- The message to display when no records are found (defaults to "No data to
display").
- setEmptyText(String) -
Method in class com.extjs.gxt.ui.client.widget.form.Field
- Sets the default text to display in an empty field.
- setEmptyText(String) -
Method in class com.extjs.gxt.ui.client.widget.form.TextField
-
- setEmptyText(String) -
Method in class com.extjs.gxt.ui.client.widget.grid.GridView
- Default text to display in the grid body when no rows are available
(defaults to '').
- setEnableAlignments(boolean) -
Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor
-
- setEnableColors(boolean) -
Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor
-
- setEnableColumnResize(boolean) -
Method in class com.extjs.gxt.ui.client.widget.grid.Grid
- Sets whether columns may be resized (defaults to true).
- setEnabled(boolean) -
Method in class com.extjs.gxt.ui.client.core.El
- Convenience function for setting disabled/enabled by boolean.
- setEnabled(boolean) -
Method in class com.extjs.gxt.ui.client.fx.Draggable
- Enables dragging if the argument is
true, and disables it
otherwise.
- setEnabled(boolean) -
Method in class com.extjs.gxt.ui.client.fx.Resizable
- Enables or disables the drag handles.
- setEnabled(boolean) -
Method in class com.extjs.gxt.ui.client.widget.Component
- Convenience function for setting disabled/enabled by boolean.
- setEnabled(boolean) -
Method in class com.extjs.gxt.ui.client.widget.tips.ToolTipConfig
- Sets whether the tool tip is enabled (defaults to true).
- setEnableDND(boolean) -
Method in class com.extjs.gxt.ui.client.widget.form.DualListField
- True to allow selections to be dragged and dropped between lists (defaults
to true).
- setEnableEvents(boolean) -
Method in class com.extjs.gxt.charts.client.model.ChartModel
- True to globally enable click events (defaults to false).
- setEnableEvents(boolean) -
Method in class com.extjs.gxt.charts.client.model.charts.ChartConfig
- True to enable click events for the chart config (defaults to false).
- setEnableFont(boolean) -
Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor
-
- setEnableFontSize(boolean) -
Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor
-
- setEnableFormat(boolean) -
Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor
-
- setEnableGroupingMenu(boolean) -
Method in class com.extjs.gxt.ui.client.widget.grid.GroupingView
- True to enable the grouping entry in the header context menu (defaults to
true).
- setEnableLinks(boolean) -
Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor
-
- setEnableLists(boolean) -
Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor
-
- setEnableNoGroups(boolean) -
Method in class com.extjs.gxt.ui.client.widget.grid.GroupingView
- True to allow the user to turn off grouping by adding a check item to the
header context menu (defaults to true).
- setEnableOverflow(boolean) -
Method in class com.extjs.gxt.ui.client.widget.toolbar.ToolBar
- True to show a drop down icon when the available width is less than the
required width (defaults to false).
- setEnableScroll(boolean) -
Method in class com.extjs.gxt.ui.client.widget.Viewport
- Sets whether window scrolling is enabled.
- setEnableScrolling(boolean) -
Method in class com.extjs.gxt.ui.client.widget.menu.Menu
-
- setEnableState(boolean) -
Method in class com.extjs.gxt.ui.client.widget.layout.BorderLayout
- True to enabled state (defaults to true).
- setEncoding(FormPanel.Encoding) -
Method in class com.extjs.gxt.ui.client.widget.form.FormPanel
- Sets the encoding used for submitting this form.
- setErrorSummary(boolean) -
Method in class com.extjs.gxt.ui.client.widget.grid.RowEditor
- True to show a tooltip with an errorsummary (defaults to true)
- setEvent(Event) -
Method in class com.extjs.gxt.ui.client.event.DomEvent
- Sets the dom event.
- setEvent(Event) -
Method in class com.extjs.gxt.ui.client.event.ResizeEvent
- Sets the event.
- setEventType(EventType) -
Method in class com.extjs.gxt.ui.client.util.SwallowEvent
-
- setException(Throwable) -
Method in class com.extjs.gxt.ui.client.event.HtmlContainerEvent
- Sets the exception.
- setExpanded(boolean) -
Method in class com.extjs.gxt.ui.client.widget.CollapsePanel
-
- setExpanded(boolean) -
Method in class com.extjs.gxt.ui.client.widget.ContentPanel
- Sets the panel's expand state.
- setExpanded(boolean) -
Method in class com.extjs.gxt.ui.client.widget.form.ComboBox
- Sets the panel's expand state.
- setExpanded(boolean) -
Method in class com.extjs.gxt.ui.client.widget.form.FieldSet
- Sets the panel's expand state.
- setExpanded(boolean) -
Method in class com.extjs.gxt.ui.client.widget.tree.TreeItem
- Deprecated. Sets the item's expanded state.
- setExpanded(boolean, boolean) -
Method in class com.extjs.gxt.ui.client.widget.tree.TreeItem
- Deprecated. Sets the item's expand state.
- setExpanded(M, boolean) -
Method in class com.extjs.gxt.ui.client.widget.treegrid.TreeGrid
- Sets the item's expand state.
- setExpanded(M, boolean, boolean) -
Method in class com.extjs.gxt.ui.client.widget.treegrid.TreeGrid
- Sets the item's expand state.
- setExpanded(boolean) -
Method in class com.extjs.gxt.ui.client.widget.treegrid.TreeGrid.TreeNode
-
- setExpanded(M, boolean) -
Method in class com.extjs.gxt.ui.client.widget.treepanel.TreePanel
- Sets the item's expand state.
- setExpanded(M, boolean, boolean) -
Method in class com.extjs.gxt.ui.client.widget.treepanel.TreePanel
- Sets the item's expand state.
- setExpanded(boolean) -
Method in class com.extjs.gxt.ui.client.widget.treepanel.TreePanel.TreeNode
-
- setExpandOnFilter(boolean) -
Method in class com.extjs.gxt.ui.client.binder.TreeBinder
- Deprecated. Sets whether the tree should expand all and collapse all when filters are
applied (defaults to true).
- setExpandOnFilter(boolean) -
Method in class com.extjs.gxt.ui.client.widget.treepanel.TreePanel
- Sets whether the tree should expand all and collapse all when filters are
applied (defaults to true).
- setExpressInstall(String) -
Method in class com.extjs.gxt.ui.client.widget.flash.FlashComponent
- Add support for express install.
- setExpressInstallUrl(String) -
Method in class com.extjs.gxt.ui.client.widget.flash.SwfObject.SwfConfig
-
- setExtraStyle(String) -
Method in class com.extjs.gxt.ui.client.widget.Layout
- Sets an optional extra CSS style name that will be added to the container.
- setFactoryForEachBean(boolean) -
Method in class com.extjs.gxt.ui.client.data.BeanModelReader
- Set to true to create a BeanModelFactory for each bean in the list
(defaults to false).
- setFeedback(DND.Feedback) -
Method in class com.extjs.gxt.ui.client.dnd.DropTarget
- Sets the target's feedback.
- setField(Field<?>) -
Method in class com.extjs.gxt.ui.client.event.FieldEvent
- Sets the field.
- setFieldLabel(String) -
Method in class com.extjs.gxt.ui.client.widget.form.Field
- Sets the field's label.
- setFieldSet(FieldSet) -
Method in class com.extjs.gxt.ui.client.event.FieldSetEvent
- Sets the source field set.
- setFieldWidth(int) -
Method in class com.extjs.gxt.ui.client.widget.form.FormPanel
- Sets the default field width (defaults to 210).
- setFill(boolean) -
Method in class com.extjs.gxt.ui.client.widget.layout.AccordionLayout
- True to adjust the active item's height to fill the available space in the
container, false to use the item's current height (defaults to true).
- setFillAlpha(Float) -
Method in class com.extjs.gxt.charts.client.model.charts.AreaChart
- Sets the fill alpha.
- setFillColour(String) -
Method in class com.extjs.gxt.charts.client.model.charts.AreaChart
- Sets the fill colour in HTML hex format (#ffffff)
- setFireChangeEventOnSetValue(boolean) -
Method in class com.extjs.gxt.ui.client.widget.form.Field
- True to fire a change event when
Field.setValue(Object) is called
(defaults to false).
- setFiresEvents(boolean) -
Method in class com.extjs.gxt.ui.client.event.BaseObservable
- Sets whether events should be fired (defaults to true).
- setFirst(AbstractImagePrototype) -
Method in class com.extjs.gxt.ui.client.widget.toolbar.PagingToolBar.PagingToolBarImages
-
- setFirstDisabled(AbstractImagePrototype) -
Method in class com.extjs.gxt.ui.client.widget.toolbar.PagingToolBar.PagingToolBarImages
-
- setFirstText(String) -
Method in class com.extjs.gxt.ui.client.widget.toolbar.PagingToolBar.PagingToolBarMessages
- Customizable piece of the default paging text (defaults to "First Page").
- setFixed(boolean) -
Method in class com.extjs.gxt.ui.client.widget.grid.ColumnConfig
- True if the column width cannot be changed either by column model or user
resizing (defaults to false, pre-render).
- setFixedNumDecimalsForced(boolean) -
Method in class com.extjs.gxt.charts.client.model.ChartModel
- True to force fixed number of decimals.
- setFixedWidth(int) -
Method in class com.extjs.gxt.ui.client.util.TextMetrics
- Sets a fixed width on the internal measurement element.
- setFlashVersion(String) -
Method in class com.extjs.gxt.ui.client.widget.flash.FlashComponent
- Sets the flash version.
- setFlatStyle(boolean) -
Method in class com.extjs.gxt.ui.client.widget.DataList
- Deprecated. Sets whether the list should use a "flat" style without rounded corners
(defaults to false, pre-render).
- setFlex(double) -
Method in class com.extjs.gxt.ui.client.widget.layout.HBoxLayoutData
- Sets the weighted flex value.
- setFlex(double) -
Method in class com.extjs.gxt.ui.client.widget.layout.VBoxLayoutData
- Sets the weighted flex value.
- setFloatable(boolean) -
Method in class com.extjs.gxt.ui.client.widget.layout.BorderLayoutData
- True to allow clicking a collapsed region's bar to display the region's
panel floated above the layout, false to force the user to fully expand a
collapsed region by clicking the expand button to see it again (defaults to
true).
- setFocus(boolean) -
Method in class com.extjs.gxt.ui.client.core.El
- True to focus, false to blur.
- setFocusOnShow(boolean) -
Method in class com.extjs.gxt.ui.client.widget.menu.Menu
-
- setFocusWidget(Widget) -
Method in class com.extjs.gxt.ui.client.widget.Window
- Widget to be given focus when the window is focused).
- setFontColor(AbstractImagePrototype) -
Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorImages
-
- setFontDecrease(AbstractImagePrototype) -
Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorImages
-
- setFontHighlight(AbstractImagePrototype) -
Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorImages
-
- setFontIncrease(AbstractImagePrototype) -
Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorImages
-
- setFontSize(int) -
Method in class com.extjs.gxt.charts.client.model.axis.Keys
- Sets the font size.
- setFontSize(Integer) -
Method in class com.extjs.gxt.charts.client.model.charts.ChartConfig
- Sets the font size.
- setFontSize(String) -
Method in class com.extjs.gxt.charts.client.model.charts.PieChart.Slice
- Sets the font size.
- setFooter(boolean) -
Method in class com.extjs.gxt.ui.client.widget.ContentPanel
- True to create the footer element explicitly, false to skip creating it
(pre-render).
- setForceFit(boolean) -
Method in class com.extjs.gxt.ui.client.widget.grid.GridView
- True to auto expand/contract the size of the columns to fit the grid width
and prevent horizontal scrolling.
- setForceSelection(boolean) -
Method in class com.extjs.gxt.ui.client.widget.form.ComboBox
- Sets whether the combo's value is restricted to one of the values in the
list, false to allow the user to set arbitrary text into the field
(defaults to false).
- setForeColorTipText(String) -
Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
-
- setForeColorTipTitle(String) -
Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
-
- setFormat(String) -
Method in class com.extjs.gxt.ui.client.data.DataField
- Format is used when converting raw data to object instances.
- setFormat(DateTimeFormat) -
Method in class com.extjs.gxt.ui.client.widget.form.DateTimePropertyEditor
- Sets the date time format.
- setFormat(NumberFormat) -
Method in class com.extjs.gxt.ui.client.widget.form.NumberField
- Sets the cell's number formatter.
- setFormat(NumberFormat) -
Method in class com.extjs.gxt.ui.client.widget.form.NumberPropertyEditor
- Sets the editor's format.
- setFormat(DateTimeFormat) -
Method in class com.extjs.gxt.ui.client.widget.form.TimeField
- Sets the date time format used to format each entry (defaults to
DateTimeFormat.getShortDateFormat().
- setFormatValue(boolean) -
Method in class com.extjs.gxt.ui.client.widget.form.DateField
- True to format the user entered value using the field's property editor
after passing validation (defaults to false).
- setFormPanel(FormPanel) -
Method in class com.extjs.gxt.ui.client.event.FormEvent
- Sets the source form panel.
- setFrame(boolean) -
Method in class com.extjs.gxt.ui.client.widget.ContentPanel
- True to render the panel with custom rounded borders, false to render with
plain 1px square borders (defaults to false, pre-render).
- setFx(Fx) -
Method in class com.extjs.gxt.ui.client.event.FxEvent
- Sets the fx.
- setGradientFill(boolean) -
Method in class com.extjs.gxt.charts.client.model.charts.PieChart
- Sets the gradient fill.
- setGrid(Grid<M>) -
Method in class com.extjs.gxt.ui.client.event.GridEvent
- Sets the source grid.
- setGridColour(String) -
Method in class com.extjs.gxt.charts.client.model.axis.AbstractAxis
- Sets the grid colour in HTML hex format (#ffffff).
- setGroup(String) -
Method in class com.extjs.gxt.ui.client.dnd.DragSource
- Sets the drag drop group.
- setGroup(String) -
Method in class com.extjs.gxt.ui.client.dnd.DropTarget
- Sets the drag group.
- setGroup(String) -
Method in class com.extjs.gxt.ui.client.widget.menu.CheckMenuItem
- All check items with the same group name will automatically be grouped into
a single-select radio button group (defaults to null).
- setGroupable(boolean) -
Method in class com.extjs.gxt.ui.client.widget.grid.ColumnConfig
- Sets if the column is groupable (defaults to true).
- setGroupBy(String) -
Method in class com.extjs.gxt.ui.client.data.BaseGroupingLoadConfig
-
- setGroupBy(String) -
Method in interface com.extjs.gxt.ui.client.data.GroupingLoadConfig
- Sets the group by field.
- setGroupBy(AbstractImagePrototype) -
Method in class com.extjs.gxt.ui.client.widget.grid.GroupingView.GroupingViewImages
-
- setGroupOnSort(boolean) -
Method in class com.extjs.gxt.ui.client.store.GroupingStore
- True to sort the data on the grouping field when a grouping operation
occurs, false to sort based on the existing sort info (defaults to false).
- setGroupRenderer(GridGroupRenderer) -
Method in class com.extjs.gxt.ui.client.widget.grid.GroupingView
- Sets the group renderer.
- setGroupStyle(String) -
Method in class com.extjs.gxt.ui.client.widget.menu.CheckMenuItem
- The default CSS class to use for radio group check items (defaults to
"x-menu-group-item").
- setHaloSize(Integer) -
Method in class com.extjs.gxt.charts.client.model.charts.dots.BaseDot
- Sets the halo size.
- setHandleWidth(int) -
Method in class com.extjs.gxt.ui.client.widget.SplitBar
- Sets the width of the drag handles (defaults to 5).
- setHBoxLayoutAlign(HBoxLayout.HBoxLayoutAlign) -
Method in class com.extjs.gxt.ui.client.widget.layout.HBoxLayout
- Sets the vertical alignment for child items (defaults to TOP).
- setHeader(String) -
Method in class com.extjs.gxt.ui.client.event.ColumnModelEvent
- Sets the column header text.
- setHeader(String) -
Method in class com.extjs.gxt.ui.client.widget.grid.ColumnConfig
- Sets the column's header text.
- setHeader(String) -
Method in class com.extjs.gxt.ui.client.widget.grid.ColumnHeader.Head
-
- setHeader(int, String) -
Method in class com.extjs.gxt.ui.client.widget.grid.ColumnHeader
-
- setHeaderVisible(boolean) -
Method in class com.extjs.gxt.ui.client.widget.ContentPanel
- True to create the header element explicitly, false to skip creating it
(defaults to true, pre-render).
- setHeading(String) -
Method in class com.extjs.gxt.desktop.client.StartMenu
- Sets the menu's heading text.
- setHeading(String) -
Method in class com.extjs.gxt.ui.client.widget.ContentPanel
- Sets the title text for the panel.
- setHeading(String) -
Method in class com.extjs.gxt.ui.client.widget.form.FieldSet
- Sets the panel heading.
- setHeight(int) -
Method in class com.extjs.gxt.ui.client.core.CompositeElement
- Sets the element's height.
- setHeight(int) -
Method in class com.extjs.gxt.ui.client.core.El
- Sets the elements height.
- setHeight(int, boolean) -
Method in class com.extjs.gxt.ui.client.core.El
- Sets the elements height.
- setHeight(String) -
Method in class com.extjs.gxt.ui.client.core.El
- Sets the elements height.
- setHeight(int) -
Method in class com.extjs.gxt.ui.client.event.BoxComponentEvent
-
- setHeight(int) -
Method in class com.extjs.gxt.ui.client.event.DragEvent
- Sets the current height.
- setHeight(int) -
Method in class com.extjs.gxt.ui.client.widget.BoxComponent
- Sets the component's height.
- setHeight(String) -
Method in class com.extjs.gxt.ui.client.widget.BoxComponent
- Sets the height of the component.
- setHeight(String) -
Method in class com.extjs.gxt.ui.client.widget.Component
- Overrides UIObject and does nothing.
- setHeight(String) -
Method in class com.extjs.gxt.ui.client.widget.flash.SwfObject.SwfConfig
- Sets the flash object height (defaults to '100%').
- setHeight(int, boolean) -
Method in class com.extjs.gxt.ui.client.widget.Layer
-
- setHeight(String) -
Method in class com.extjs.gxt.ui.client.widget.Layer
-
- setHeight(int) -
Method in class com.extjs.gxt.ui.client.widget.layout.FormData
- Sets the height.
- setHeight(double) -
Method in class com.extjs.gxt.ui.client.widget.layout.RowData
- Sets the height in pixels (defauls to DEFAULT).
- setHeight(String) -
Method in class com.extjs.gxt.ui.client.widget.layout.TableData
- Sets the cell's height.
- setHeight(String) -
Method in class com.extjs.gxt.ui.client.widget.layout.TableLayout
- Sets the table's height.
- setHidden(boolean) -
Method in class com.extjs.gxt.ui.client.event.ColumnModelEvent
- Sets the column's hidden state.
- setHidden(boolean) -
Method in class com.extjs.gxt.ui.client.widget.grid.ColumnConfig
- Sets whether the column is hidden.
- setHidden(int, boolean) -
Method in class com.extjs.gxt.ui.client.widget.grid.ColumnModel
- Sets if a column is hidden.
- setHidden(boolean) -
Method in class com.extjs.gxt.ui.client.widget.layout.BorderLayoutData
- True to hide the component.
- setHidden(boolean) -
Method in class com.extjs.gxt.ui.client.widget.table.TableColumn
- Deprecated. Sets the column's hidden state.
- setHideCollapseTool(boolean) -
Method in class com.extjs.gxt.ui.client.widget.ContentPanel
- Sets whether the collapse tool should be displayed when the panel is
collapsible.
- setHideCollapseTool(boolean) -
Method in class com.extjs.gxt.ui.client.widget.layout.AccordionLayout
- True to hide the contained panels' collapse/expand toggle buttons, false to
display them (defaults to false).
- setHideCollapseTool(boolean) -
Method in class com.extjs.gxt.ui.client.widget.layout.BorderLayoutData
- True to hide the contained panel's collapse toggle buttons, false to
display it (defaults to false).
- setHideDelay(int) -
Method in class com.extjs.gxt.ui.client.widget.tips.ToolTipConfig
- Delay in milliseconds after the mouse exits the target element but before
the tooltip actually hides (defaults to 200).
- setHideHeaders(boolean) -
Method in class com.extjs.gxt.ui.client.widget.grid.Grid
- Sets whether the header should be hidden (defaults to false).
- setHideLabel(boolean) -
Method in class com.extjs.gxt.ui.client.widget.form.Field
- True to completely hide the label element (defaults to false, pre-render).
- setHideLabels(boolean) -
Method in class com.extjs.gxt.ui.client.widget.form.FormPanel
- True to hide field labels by default (defaults to false).
- setHideLabels(boolean) -
Method in class com.extjs.gxt.ui.client.widget.layout.FormLayout
- True to hide field labels by default (defaults to false).
- setHideMode(Style.HideMode) -
Method in class com.extjs.gxt.ui.client.widget.Component
- Sets the components hide mode (default to HideMode.DISPLAY).
- setHideOnButtonClick(boolean) -
Method in class com.extjs.gxt.ui.client.widget.Dialog
- True to hide the dialog on any button click.
- setHideOnClick(boolean) -
Method in class com.extjs.gxt.ui.client.widget.menu.Item
- True to hide the containing menu after this item is clicked (defaults to
true).
- setHideTrigger(boolean) -
Method in class com.extjs.gxt.ui.client.widget.form.TriggerField
- True to hide the trigger (defaults to false, pre-render).
- setHighlight(boolean) -
Method in class com.extjs.gxt.ui.client.widget.table.Table
- Deprecated. True to highlight the current row (defaults to true).
- setHistoryEvent(boolean) -
Method in class com.extjs.gxt.ui.client.mvc.AppEvent
- True to create a history item for this event when passed through the
dispatcher (defaults to false).
- setHollow(Boolean) -
Method in class com.extjs.gxt.charts.client.model.charts.dots.Star
- Sets the hollow.
- setHorizontalAlign(Style.HorizontalAlignment) -
Method in class com.extjs.gxt.ui.client.widget.HorizontalPanel
- The horizontal cell alignment (defaults to LEFT).
- setHorizontalAlign(Style.HorizontalAlignment) -
Method in class com.extjs.gxt.ui.client.widget.layout.TableData
- Sets the cell's horizontal alignment (defaults to LEFT).
- setHorizontalAlign(Style.HorizontalAlignment) -
Method in class com.extjs.gxt.ui.client.widget.VerticalPanel
- Sets the horizontal cell alignment (defaults to LEFT).
- setHorizontalAlignment(Style.HorizontalAlignment) -
Method in class com.extjs.gxt.ui.client.widget.grid.HeaderGroupConfig
- Sets the horizontal alignment
- setHorizontalScroll(boolean) -
Method in class com.extjs.gxt.ui.client.widget.table.Table
- Deprecated. True to display a horizonatal scroll bar when needed (defaults to true).
- setHorizontalScroll(boolean) -
Method in class com.extjs.gxt.ui.client.widget.treetable.TreeTable
- Deprecated. True to display a horizonatal scroll bar when needed (defaults to true).
- setHour(int) -
Method in class com.extjs.gxt.ui.client.widget.form.Time
- Sets the hour.
- setHScrollPosition(int) -
Method in class com.extjs.gxt.ui.client.widget.ScrollContainer
- Sets the horizontal scroll position.
- setHtml(String) -
Method in class com.extjs.gxt.ui.client.event.HtmlContainerEvent
- Sets the html.
- setHtml(String, String) -
Method in class com.extjs.gxt.ui.client.widget.grid.AggregationRowConfig
- Sets the static HTML for the given column.
- setHtml(String) -
Method in class com.extjs.gxt.ui.client.widget.grid.HeaderGroupConfig
- Sets the group's html.
- setHtml(String) -
Method in class com.extjs.gxt.ui.client.widget.Html
- Sets the components HTML.
- setHtml(String) -
Method in class com.extjs.gxt.ui.client.widget.HtmlContainer
- Sets the container's inner html.
- setHtmlContainer(HtmlContainer) -
Method in class com.extjs.gxt.ui.client.event.HtmlContainerEvent
- Sets the source html container.
- setHttpMethod(RequestBuilder.Method) -
Method in class com.extjs.gxt.ui.client.widget.HtmlContainer
- The method used when requesting remote content (defaults to
RequestBuilder.GET).
- setIcon(AbstractImagePrototype) -
Method in class com.extjs.gxt.desktop.client.Shortcut
-
- setIcon(AbstractImagePrototype) -
Method in class com.extjs.gxt.ui.client.widget.button.Button
- Sets the button's icon style.
- setIcon(AbstractImagePrototype) -
Method in class com.extjs.gxt.ui.client.widget.ContentPanel
- Sets the item's icon style.
- setIcon(AbstractImagePrototype) -
Method in class com.extjs.gxt.ui.client.widget.Header
- Sets the header's icon style.
- setIcon(AbstractImagePrototype) -
Method in interface com.extjs.gxt.ui.client.widget.IconSupport
- Sets the icon.
- setIcon(AbstractImagePrototype) -
Method in class com.extjs.gxt.ui.client.widget.menu.MenuItem
- Sets the item's icon style.
- setIcon(String) -
Method in class com.extjs.gxt.ui.client.widget.MessageBox
- Adds the specified icon to the dialog.
- setIcon(AbstractImagePrototype) -
Method in class com.extjs.gxt.ui.client.widget.TabItem.HeaderItem
- Sets the item's icon.
- setIcon(AbstractImagePrototype) -
Method in class com.extjs.gxt.ui.client.widget.TabItem
- Sets the item's icon.
- setIconAlign(Style.IconAlign) -
Method in class com.extjs.gxt.ui.client.widget.button.Button
- Sets the icon alignment (defaults to LEFT).
- setIconButton(IconButton) -
Method in class com.extjs.gxt.ui.client.event.IconButtonEvent
-
- setIconProvider(ModelStringProvider<M>) -
Method in class com.extjs.gxt.ui.client.binder.StoreBinder
- Sets the binder's icon provider.
- setIconProvider(ModelIconProvider<M>) -
Method in class com.extjs.gxt.ui.client.widget.treegrid.TreeGrid
- Sets the tree's model icon provider which provides the icon style for each
model.
- setIconProvider(ModelIconProvider<M>) -
Method in class com.extjs.gxt.ui.client.widget.treepanel.TreePanel
- Sets the tree's model icon provider which provides the icon style for each
model.
- setIconStyle(String) -
Method in class com.extjs.gxt.desktop.client.Shortcut
-
- setIconStyle(String) -
Method in class com.extjs.gxt.desktop.client.StartMenu
- Sets the menu's icon style.
- setIconStyle(String) -
Method in class com.extjs.gxt.ui.client.core.El
- Sets the the icon for an element either as a CSS style name or image path.
- setIconStyle(String) -
Method in class com.extjs.gxt.ui.client.widget.button.Button
-
- setIconStyle(String) -
Method in class com.extjs.gxt.ui.client.widget.ContentPanel
-
- setIconStyle(String) -
Method in class com.extjs.gxt.ui.client.widget.DataListItem
- Deprecated. Sets the item's icon style.
- setIconStyle(String) -
Method in class com.extjs.gxt.ui.client.widget.Header
-
- setIconStyle(String) -
Method in interface com.extjs.gxt.ui.client.widget.IconSupport
- Sets the icon style.
- setIconStyle(String) -
Method in class com.extjs.gxt.ui.client.widget.menu.MenuItem
-
- setIconStyle(String) -
Method in class com.extjs.gxt.ui.client.widget.Status
- Sets the icon style.
- setIconStyle(String) -
Method in class com.extjs.gxt.ui.client.widget.TabItem.HeaderItem
-
- setIconStyle(String) -
Method in class com.extjs.gxt.ui.client.widget.TabItem
-
- setIconStyle(String) -
Method in class com.extjs.gxt.ui.client.widget.tree.TreeItem
- Deprecated. Sets the item's icon style.
- setId(String) -
Method in class com.extjs.gxt.ui.client.core.El
- Sets the element's id.
- setId(String) -
Method in class com.extjs.gxt.ui.client.widget.Component
- Sets the component's id.
- setId(String) -
Method in class com.extjs.gxt.ui.client.widget.grid.ColumnConfig
- Sets the column's id.
- setIeFixEnabled(boolean) -
Method in class com.extjs.gxt.ui.client.widget.flash.FlashComponent
- Sets if an IE fix should be used to ensure flash-to-JS interaction works.
- setIgnoreList(CompositeElement) -
Method in class com.extjs.gxt.ui.client.util.BaseEventPreview
- List of elements to be ignored when autoHide is enabled.
- setImages(Field<D>.FieldImages) -
Method in class com.extjs.gxt.ui.client.widget.form.Field
-
- setImages(PagingToolBar.PagingToolBarImages) -
Method in class com.extjs.gxt.ui.client.widget.toolbar.PagingToolBar
-
- setIncreaseFontSizeTipText(String) -
Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
-
- setIncreaseFontSizeTipTitle(String) -
Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
-
- setIncrement(int) -
Method in class com.extjs.gxt.ui.client.widget.form.TimeField
- Sets the number of minutes between each time value in the list (defaults to
15).
- setIncrement(int) -
Method in class com.extjs.gxt.ui.client.widget.ProgressBar
- The number of progress update segments to display within the progress bar
(defaults to 10).
- setIncrement(int) -
Method in class com.extjs.gxt.ui.client.widget.Slider
- How many units to change the slider when adjusting by drag and drop.
- setIndentWidth(int) -
Method in class com.extjs.gxt.ui.client.widget.tree.Tree
- Deprecated. Sets the number of pixels child items are indented.
- setIndex(int) -
Method in class com.extjs.gxt.ui.client.data.ChangeEvent
- Sets the index.
- setIndex(int) -
Method in class com.extjs.gxt.ui.client.event.ContainerEvent
- Sets the index.
- setIndex(int) -
Method in class com.extjs.gxt.ui.client.event.ListViewEvent
- Sets the index.
- setIndex(int) -
Method in class com.extjs.gxt.ui.client.event.SelectionEvent
- Sets the index.
- setIndex(int) -
Method in class com.extjs.gxt.ui.client.store.StoreEvent
- Sets the index.
- setInEditor(boolean) -
Method in class com.extjs.gxt.ui.client.widget.form.Field
- True to mark this field being in an editor.
- setInitialWidth(int) -
Method in class com.extjs.gxt.ui.client.widget.Window
- The width of the window if no width has been specified (defaults to 300).
- setInnerHtml(String) -
Method in class com.extjs.gxt.ui.client.core.CompositeElement
- Sets the element's inner HTML.
- setInnerHtml(String) -
Method in class com.extjs.gxt.ui.client.core.El
- Sets the element's inner html.
- setInsertSpacer(boolean) -
Method in class com.extjs.gxt.ui.client.widget.layout.TableLayout
- True to insert a spacer cell into each row with 100% width so that all
other cells are right aligned (defaults to false).
- setInsetBorder(boolean) -
Method in class com.extjs.gxt.ui.client.widget.ContentPanel
- Deprecated. behavior not implemented
- setIntElementProperty(String, int) -
Method in class com.extjs.gxt.ui.client.core.El
- Sets an element's property.
- setInterceptTitles(boolean) -
Method in class com.extjs.gxt.ui.client.widget.tips.QuickTip
- True to automatically use the element's DOM title value if available
(defaults to false).
- setInterval(double) -
Method in class com.extjs.gxt.charts.client.model.Scale
-
- setInterval(int) -
Method in class com.extjs.gxt.ui.client.util.ClickRepeater
-
- setInterval(int) -
Method in class com.extjs.gxt.ui.client.widget.form.FormButtonBinding
-
- setInterval(int) -
Method in class com.extjs.gxt.ui.client.widget.ProgressBar
- Sets the length of time in milliseconds between each progress update
(defaults to 300 ms).
- setIntStyleAttribute(String, int) -
Method in class com.extjs.gxt.ui.client.widget.Component
- Sets a style attribute.
- setInvalid(AbstractImagePrototype) -
Method in class com.extjs.gxt.ui.client.widget.form.Field.FieldImages
-
- setInvalidText(String) -
Method in class com.extjs.gxt.ui.client.widget.form.DateField.DateFieldMessages
- "The error text to display when the date in the field is invalid " +
"(defaults to '{value} is not a valid date - it must be in the format
{format}')."
- setInvalidText(String) -
Method in class com.extjs.gxt.ui.client.widget.form.Field.FieldMessages
- Sets the error text to use when marking a field invalid and no message is
provided (defaults to "The value in this field is invalid").
- setInvalidText(String) -
Method in class com.extjs.gxt.ui.client.widget.form.TimeField.TimeFieldMessages
- Sets the error text to display when the time in the field is invalid
(defaults to '{value} is not a valid time - it must be in the format
{format}').
- setItalic(AbstractImagePrototype) -
Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorImages
-
- setItalicTipText(String) -
Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
-
- setItalicTipTitle(String) -
Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
-
- setItem(ModelData) -
Method in class com.extjs.gxt.ui.client.data.ChangeEvent
- Sets the item being added or removed.
- setItem(I) -
Method in class com.extjs.gxt.ui.client.event.ContainerEvent
- Sets the item.
- setItem(M) -
Method in class com.extjs.gxt.ui.client.event.TreePanelEvent
- Sets the item.
- setItemIconStyle(String) -
Method in class com.extjs.gxt.ui.client.widget.tree.Tree
- Deprecated. see
TreeStyle.setLeafIconStyle(String)
- setItemId(String) -
Method in class com.extjs.gxt.ui.client.widget.Component
- Sets the component's item id.
- setItemSelector(String) -
Method in class com.extjs.gxt.ui.client.widget.DataView
- Deprecated. This is a required setting.
- setItemSelector(String) -
Method in class com.extjs.gxt.ui.client.widget.form.ComboBox
- This setting is required if a custom XTemplate has been specified.
- setItemSelector(String) -
Method in class com.extjs.gxt.ui.client.widget.form.ListField
- This setting is required if a custom XTemplate has been specified.
- setItemSelector(String) -
Method in class com.extjs.gxt.ui.client.widget.ListView
- This is a required setting.
- setItemSelector(String) -
Method in class com.extjs.gxt.ui.client.widget.tree.Tree
- Deprecated. Sets the CSS selector used to retrieve tree items after bulk rendering
(defaults to '.x-tree-item').
- setItemStyle(String) -
Method in class com.extjs.gxt.ui.client.widget.tree.TreeStyle
- The global icon style for tree items with children (defaults to
'tree-folder').
- setItemStyleName(String) -
Method in class com.extjs.gxt.ui.client.widget.tree.TreeItem
- Deprecated. Sets a style name that will be added to the tree item's element, not the
container element.
- setItemTemplate(Template) -
Method in class com.extjs.gxt.ui.client.widget.DataList
- Deprecated. Sets the optional template to be used by the data list items (pre-render).
- setJsonData(String) -
Method in class com.extjs.gxt.charts.client.Chart
- Sets the chart data directly without using a chart model.
- setJustifyCenter(AbstractImagePrototype) -
Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorImages
-
- setJustifyCenterTipText(String) -
Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
-
- setJustifyCenterTipTitle(String) -
Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
-
- setJustifyLeft(AbstractImagePrototype) -
Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorImages
-
- setJustifyLeftTipText(String) -
Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
-
- setJustifyLeftTipTitle(String) -
Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
-
- setJustifyRight(AbstractImagePrototype) -
Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorImages
-
- setJustifyRightTipText(String) -
Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
-
- setJustifyRightTipTitle(String) -
Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
-
- setKeyProvider(ModelKeyProvider<M>) -
Method in class com.extjs.gxt.ui.client.store.Store
- Sets the model key provider which is used to uniquely identify a model from
an id.
- setKeys(Keys...) -
Method in class com.extjs.gxt.charts.client.model.charts.ChartConfig
- Sets the stack keys.
- setKeys(List<Keys>) -
Method in class com.extjs.gxt.charts.client.model.charts.ChartConfig
- Sets the stack keys.
- setLabel(String) -
Method in class com.extjs.gxt.charts.client.model.charts.PieChart.Slice
- Sets the label.
- setLabel(String) -
Method in class com.extjs.gxt.ui.client.widget.toolbar.LabelToolItem
- Sets the item's label.
- setLabelAlign(FormPanel.LabelAlign) -
Method in class com.extjs.gxt.ui.client.widget.form.FormPanel
- Sets the label alignment.
- setLabelAlign(FormPanel.LabelAlign) -
Method in class com.extjs.gxt.ui.client.widget.layout.FormLayout
- Sets the label alignment.
- setLabelColour(String) -
Method in class com.extjs.gxt.charts.client.model.charts.PieChart.Slice
- Sets the label colour.
- setLabelPad(int) -
Method in class com.extjs.gxt.ui.client.widget.layout.FormLayout
- The default padding in pixels for field labels (defaults to 0).
- setLabelProperty(String) -
Method in class com.extjs.gxt.charts.client.model.PieDataProvider
- Sets the label property.
- setLabelProvider(ModelStringProvider<ModelData>) -
Method in class com.extjs.gxt.charts.client.model.PieDataProvider
- Sets the label provider.
- setLabelProvider(ModelStringProvider<M>) -
Method in class com.extjs.gxt.ui.client.widget.treepanel.TreePanel
- Sets the tree's model string provider for the text description of each
node.
- setLabels(List<String>) -
Method in class com.extjs.gxt.charts.client.model.axis.RadarAxis
- Sets the labels.
- setLabels(RadarAxis.RadarLabels) -
Method in class com.extjs.gxt.charts.client.model.axis.RadarAxis
- Sets the labels.
- setLabels(String...) -
Method in class com.extjs.gxt.charts.client.model.axis.RadarAxis
- Sets the labels.
- setLabels(List<String>) -
Method in class com.extjs.gxt.charts.client.model.axis.XAxis
- Sets the labels.
- setLabels(String...) -
Method in class com.extjs.gxt.charts.client.model.axis.XAxis
- Sets the labels.
- setLabels(XAxis.XLabels) -
Method in class com.extjs.gxt.charts.client.model.axis.XAxis
- Sets the x axis labels.
- setLabels(List<String>) -
Method in class com.extjs.gxt.charts.client.model.axis.YAxis
- Sets the labels.
- setLabels(String...) -
Method in class com.extjs.gxt.charts.client.model.axis.YAxis
- Sets the labels.
- setLabelSeparator(String) -
Method in class com.extjs.gxt.ui.client.widget.form.Field
- The standard separator to display after the text of each form label
(defaults to the value of
FormLayout.setLabelSeparator(String),
which is a colon ':' by default).
- setLabelSeparator(String) -
Method in class com.extjs.gxt.ui.client.widget.form.FormPanel
- Sets the label separator (defaults to ':').
- setLabelSeparator(String) -
Method in class com.extjs.gxt.ui.client.widget.layout.FormLayout
- Sets the label separator (defaults to ':').
- setLabelStyle(String) -
Method in class com.extjs.gxt.ui.client.widget.form.Field
- A CSS style specification to apply directly to this field's label.
- setLabelWidth(int) -
Method in class com.extjs.gxt.ui.client.widget.form.FormPanel
- Sets the default label width.
- setLabelWidth(int) -
Method in class com.extjs.gxt.ui.client.widget.layout.FormLayout
- Sets the default width in pixels of field labels (defaults to 100).
- setLast(AbstractImagePrototype) -
Method in class com.extjs.gxt.ui.client.widget.toolbar.PagingToolBar.PagingToolBarImages
-
- setLastDisabled(AbstractImagePrototype) -
Method in class com.extjs.gxt.ui.client.widget.toolbar.PagingToolBar.PagingToolBarImages
-
- setLastText(String) -
Method in class com.extjs.gxt.ui.client.widget.toolbar.PagingToolBar.PagingToolBarMessages
- Customizable piece of the default paging text (defaults to "Last Page").
- setLayout(Layout) -
Method in class com.extjs.gxt.ui.client.event.LayoutEvent
-
- setLayout(Layout) -
Method in class com.extjs.gxt.ui.client.widget.LayoutContainer
- Sets the container's layout.
- setLayoutData(Component, LayoutData) -
Static method in class com.extjs.gxt.ui.client.widget.ComponentHelper
-
- setLayoutData(Component, LayoutData) -
Method in class com.extjs.gxt.ui.client.widget.LayoutContainer
- Sets the component's layout data.
- setLayoutOnChange(boolean) -
Method in class com.extjs.gxt.ui.client.widget.LayoutContainer
- Specifies if the container's layout should be called when widgets are added
or removed.
- setLazyRender(boolean) -
Method in class com.extjs.gxt.ui.client.widget.form.ComboBox
- True to lazily render the combo's drop down list (default to false,
pre-render).
- setLazyRowRender(int) -
Method in class com.extjs.gxt.ui.client.widget.grid.Grid
- Sets the time in ms after the row gets rendered (defaults to 10).
- setLeaf(boolean) -
Method in class com.extjs.gxt.ui.client.widget.tree.TreeItem
- Deprecated. Sets the item's leaf state.
- setLeaf(M, boolean) -
Method in class com.extjs.gxt.ui.client.widget.treepanel.TreePanel
- Sets the item's leaf state.
- setLeaf(boolean) -
Method in class com.extjs.gxt.ui.client.widget.treepanel.TreePanel.TreeNode
-
- setLeafIcon(AbstractImagePrototype) -
Method in class com.extjs.gxt.ui.client.widget.treepanel.TreeStyle
- Sets the global icon style for leaf tree items.
- setLeafIconStyle(String) -
Method in class com.extjs.gxt.ui.client.widget.tree.TreeStyle
- Sets the global icon style for leaf tree items.
- setLeft(Number) -
Method in class com.extjs.gxt.charts.client.model.charts.HorizontalBarChart.Bar
- Sets the left.
- setLeft(Number) -
Method in class com.extjs.gxt.charts.client.model.charts.HorizontalStackedBarChart.StackValue
- Sets the left value.
- setLeft(int) -
Method in class com.extjs.gxt.ui.client.core.El
- Sets the element's left position directly using CSS style (instead of
El.setX(int)).
- setLeft(int) -
Method in class com.extjs.gxt.ui.client.widget.Layer
-
- setLeft(int) -
Method in class com.extjs.gxt.ui.client.widget.layout.AbsoluteData
- Sets the left property (defaults to DEFAULT).
- setLeftTop(int, int) -
Method in class com.extjs.gxt.ui.client.core.El
- Quick set left and top adding default units.
- setLegend(Legend) -
Method in class com.extjs.gxt.charts.client.model.ChartModel
- Sets the chart legend
- setLimit(int) -
Method in class com.extjs.gxt.ui.client.data.BasePagingLoadConfig
-
- setLimit(int) -
Method in class com.extjs.gxt.ui.client.data.BasePagingLoader
-
- setLimit(int) -
Method in interface com.extjs.gxt.ui.client.data.PagingLoadConfig
- Sets the limit.
- setLimit(int) -
Method in interface com.extjs.gxt.ui.client.data.PagingLoader
- Sets the limit size.
- setLineStyle(LineChart.LineStyle) -
Method in class com.extjs.gxt.charts.client.model.charts.LineChart
- Sets the line style.
- setLink(AbstractImagePrototype) -
Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorImages
-
- setLinkTipText(String) -
Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
-
- setLinkTipTitle(String) -
Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
-
- setList(List<Data>) -
Method in class com.extjs.gxt.ui.client.widget.form.ListModelPropertyEditor
- Sets the list of models.
- setListAlign(String) -
Method in class com.extjs.gxt.ui.client.widget.form.ComboBox
- Sets a valid anchor position value.
- setListStyle(String) -
Method in class com.extjs.gxt.ui.client.widget.form.ComboBox
- Sets the style for the drop down list (defaults to 'x-combo-list');
- setListView(ListView<M>) -
Method in class com.extjs.gxt.ui.client.event.ListViewEvent
- Sets the source list view.
- setLoadingPanelId(String) -
Method in class com.extjs.gxt.ui.client.widget.Viewport
- The element id of the loading panel which will be hidden when the viewport
is attached (defaults to 'loading').
- setLoadingText(String) -
Method in class com.extjs.gxt.ui.client.widget.form.ComboBox
- Sets the loading text.
- setLoadingText(String) -
Method in class com.extjs.gxt.ui.client.widget.ListView
- Sets the text loading text to be displayed during a load request.
- setLoadMask(boolean) -
Method in class com.extjs.gxt.ui.client.widget.grid.Grid
- Sets whether a load mask should be displayed during load operations
(defaults to false).
- setLocked(boolean) -
Method in class com.extjs.gxt.ui.client.widget.selection.AbstractSelectionModel
- Sets whether selections are locked.
- setLocked(boolean) -
Method in class com.extjs.gxt.ui.client.widget.selection.AbstractStoreSelectionModel
- True to lock the selection model.
- setLoop(boolean) -
Method in class com.extjs.gxt.charts.client.model.charts.AreaChart
- Sets loop
- setManager(StateManager) -
Method in class com.extjs.gxt.ui.client.event.StateEvent
- Sets the state manager.
- setMap(String) -
Method 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.
- setMargin(Integer) -
Method in class com.extjs.gxt.charts.client.model.Legend
- Sets the margin.
- setMargin(int) -
Method in class com.extjs.gxt.ui.client.widget.layout.FlowLayout
- Sets the margins using the give margin.
- setMargin(int) -
Method in class com.extjs.gxt.ui.client.widget.layout.TableData
- Sets the cell's margins.
- setMargins(Margins) -
Method in class com.extjs.gxt.ui.client.widget.layout.BorderLayoutData
- Sets the margins to apply to the region.
- setMargins(Margins) -
Method in class com.extjs.gxt.ui.client.widget.layout.FlowLayout
- Sets the margins of the layout to be applied to the container.
- setMargins(Margins) -
Method in class com.extjs.gxt.ui.client.widget.layout.MarginData
- Sets the data's margins.
- setMask(boolean) -
Method in class com.extjs.gxt.ui.client.binder.StoreBinder
- Sets whether a mask should be displayed during a load operation.
- setMax(Number) -
Method in class com.extjs.gxt.charts.client.model.axis.AbstractAxis
- Sets the max.
- setMax(double) -
Method in class com.extjs.gxt.charts.client.model.Scale
-
- setMaxDate(Date) -
Method in class com.extjs.gxt.ui.client.widget.DatePicker
- Sets the picker's maximum allowed date.
- setMaxDepth(int) -
Method in class com.extjs.gxt.ui.client.core.XTemplate
- Specifies the maxiumum number of nested models to search when preparing the
templates data (defaults to 4).
- setMaxHeight(int) -
Method in class com.extjs.gxt.ui.client.fx.Resizable
- Sets the max height (defaults to 2000).
- setMaxHeight(int) -
Method in class com.extjs.gxt.ui.client.widget.form.ComboBox
- Sets the maximum height in pixels of the dropdown list before scrollbars
are shown (defaults to 300).
- setMaxHeight(int) -
Method in class com.extjs.gxt.ui.client.widget.layout.HBoxLayoutData
- Sets the max height (defaults to 1000000).
- setMaxHeight(int) -
Method in class com.extjs.gxt.ui.client.widget.menu.Menu
-
- setMaximizable(boolean) -
Method in class com.extjs.gxt.ui.client.widget.Window
- True to display the 'maximize' tool button and allow the user to maximize
the window, false to hide the button and disallow maximizing the window
(defaults to false).
- setMaxLength(int) -
Method in class com.extjs.gxt.ui.client.widget.form.TextField
- Sets the maximum input field length.
- setMaxLengthText(String) -
Method in class com.extjs.gxt.ui.client.widget.form.TextField.TextFieldMessages
- Sets the error text to display if the maximum length validation fails
(defaults to "The maximum length for this field is {maxLength}").
- setMaxSize(int) -
Method in class com.extjs.gxt.ui.client.widget.layout.BorderLayoutData
- Sets the maximum allowable size in pixels for this region (defaults to
500).
- setMaxSize(int) -
Method in class com.extjs.gxt.ui.client.widget.SplitBar
- Sets the maximum size of the resize widget (defaults to 2000).
- setMaxText(String) -
Method in class com.extjs.gxt.ui.client.widget.DatePicker.DatePickerMessages
- Sets the error text to display if the maxDate validation fails (defaults
to "This date is after the maximum date").
- setMaxText(String) -
Method in class com.extjs.gxt.ui.client.widget.form.DateField.DateFieldMessages
- Sets the error text to display when the date in the cell is after
maxValue (defaults to 'The date in this field must be before {
DateField.setMaxValue(java.util.Date)').
- setMaxText(String) -
Method in class com.extjs.gxt.ui.client.widget.form.NumberField.NumberFieldMessages
- Error text to display if the maximum value validation fails (defaults to
"The maximum value for this field is {maxValue}").
- setMaxText(String) -
Method in class com.extjs.gxt.ui.client.widget.form.TimeField.TimeFieldMessages
- Sets the error text to display when the time is after maxValue (defaults
to 'The time in this field must be equal to or before {0}').
- setMaxValue(Date) -
Method in class com.extjs.gxt.ui.client.widget.form.DateField
- Sets the field's max value.
- setMaxValue(Number) -
Method in class com.extjs.gxt.ui.client.widget.form.NumberField
- Sets the field's max allowable value.
- setMaxValue(Date) -
Method in class com.extjs.gxt.ui.client.widget.form.TimeField
- Sets the field's max value.
- setMaxValue(int) -
Method in class com.extjs.gxt.ui.client.widget.Slider
- Sets the max value (default to 100).
- setMaxWidth(int) -
Method in class com.extjs.gxt.ui.client.fx.Resizable
- Sets the max width (defaults to 2000).
- setMaxWidth(int) -
Method in class com.extjs.gxt.ui.client.widget.layout.VBoxLayoutData
- Sets the max width (default to 1000000).
- setMaxWidth(int) -
Method in class com.extjs.gxt.ui.client.widget.MessageBox
- The maximum width in pixels of the message box (defaults to 600,
pre-render).
- setMaxWidth(int) -
Method in class com.extjs.gxt.ui.client.widget.table.TableColumn
- Deprecated. Sets the column's maximum width.
- setMaxWidth(int) -
Method in class com.extjs.gxt.ui.client.widget.tips.Tip
- Sets he maximum width of the tip in pixels (defaults to 300).
- setMenu(Menu) -
Method in class com.extjs.gxt.ui.client.event.ButtonEvent
- Sets the button's menu
- setMenu(Menu) -
Method in class com.extjs.gxt.ui.client.event.DataListEvent
- Deprecated. Sets the menu.
- setMenu(Menu) -
Method in class com.extjs.gxt.ui.client.event.GridEvent
- Sets the menu.
- setMenu(Menu) -
Method in class com.extjs.gxt.ui.client.event.TableEvent
- Deprecated. Sets the menu.
- setMenu(Menu) -
Method in class com.extjs.gxt.ui.client.widget.button.Button
- Sets the button's menu.
- setMenu(Menu) -
Method in class com.extjs.gxt.ui.client.widget.grid.ColumnHeader
-
- setMenu(Menu) -
Method in class com.extjs.gxt.ui.client.widget.menu.MenuBarItem
-
- setMenuAlign(String) -
Method in class com.extjs.gxt.ui.client.widget.button.Button
- Sets the position to align the menu to, see
El.alignTo(com.google.gwt.user.client.Element, java.lang.String, int[]) for more
details (defaults to 'tl-bl?', pre-render).
- setMenuDisabled(boolean) -
Method in class com.extjs.gxt.ui.client.widget.grid.ColumnConfig
- Sets whether the column's menu is disabled (pre-render).
- setMessage(String) -
Method in class com.extjs.gxt.ui.client.event.FieldEvent
- Sets the message.
- setMessage(String) -
Method in class com.extjs.gxt.ui.client.widget.MessageBox
- A string that will replace the existing message box body text (defaults to
the XHTML-compliant non-breaking space character ' ').
- setMessage(String) -
Method in class com.extjs.gxt.ui.client.widget.Slider
- Sets the tool tip message (defaults to '{0}').
- setMessageBox(MessageBox) -
Method in class com.extjs.gxt.ui.client.event.MessageBoxEvent
- Sets the source message box.
- setMessages(DatePicker.DatePickerMessages) -
Method in class com.extjs.gxt.ui.client.widget.DatePicker
- Sets the data picker messages.
- setMessages(Field<D>.FieldMessages) -
Method in class com.extjs.gxt.ui.client.widget.form.Field
- Sets the field's messages.
- setMessages(RowEditor<M>.RowEditorMessages) -
Method in class com.extjs.gxt.ui.client.widget.grid.RowEditor
- Sets the roweditors's messages.
- setMessages(TabPanel.TabPanelMessages) -
Method in class com.extjs.gxt.ui.client.widget.TabPanel
- Sets the tab panel messages.
- setMessages(PagingToolBar.PagingToolBarMessages) -
Method in class com.extjs.gxt.ui.client.widget.toolbar.PagingToolBar
- Sets the tool bar's messages.
- setMessageTarget(String) -
Method in class com.extjs.gxt.ui.client.widget.form.Field
- The location where error text should display.
- setMethod(FormPanel.Method) -
Method in class com.extjs.gxt.ui.client.widget.form.FormPanel
- Specifies if the form will be submitted using an HTTP Post or Get request
(defaults to GET).
- setMin(Number) -
Method in class com.extjs.gxt.charts.client.model.axis.AbstractAxis
- Sets the min.
- setMin(double) -
Method in class com.extjs.gxt.charts.client.model.Scale
-
- setMinButtonWidth(int) -
Method in class com.extjs.gxt.ui.client.widget.ContentPanel
-
- setMinButtonWidth(int) -
Method in class com.extjs.gxt.ui.client.widget.toolbar.ToolBar
- Sets the minWidth for any Component of type Button
- setMinChars(int) -
Method in class com.extjs.gxt.ui.client.widget.form.ComboBox
- Sets the minimum number of characters the user must type before
autocomplete and typeahead active (defaults to 4 if remote, or 0 if local).
- setMinColumnWidth(int) -
Method in class com.extjs.gxt.ui.client.widget.grid.ColumnHeader
-
- setMinColumnWidth(int) -
Method in class com.extjs.gxt.ui.client.widget.grid.Grid
- The minimum width a column can be resized to (defaults to 25).
- setMinDate(Date) -
Method in class com.extjs.gxt.ui.client.widget.DatePicker
- Sets the picker's minimum allowed date.
- setMinHeight(int) -
Method in class com.extjs.gxt.ui.client.fx.Resizable
- Sets the min height (default to 50).
- setMinHeight(int) -
Method in class com.extjs.gxt.ui.client.widget.layout.HBoxLayoutData
- Sets the minimum height (defaults to 0).
- setMinHeight(int) -
Method in class com.extjs.gxt.ui.client.widget.Window
- The minimum height in pixels allowed for this window (defaults to 100).
- setMinimizable(boolean) -
Method in class com.extjs.gxt.ui.client.widget.Window
- True to display the 'minimize' tool button and allow the user to minimize
the window, false to hide the button and disallow minimizing the window
(defaults to false).
- setMinLength(int) -
Method in class com.extjs.gxt.ui.client.widget.form.TextField
- Minimum input field length required (defaults to 0).
- setMinLengthText(String) -
Method in class com.extjs.gxt.ui.client.widget.form.TextField.TextFieldMessages
- Sets the error text to display if the minimum length validation fails
(defaults to "The minimum length for this field is {minLength}").
- setMinListWidth(int) -
Method in class com.extjs.gxt.ui.client.widget.form.ComboBox
- Sets the minimum width of the dropdown list in pixels (defaults to 70, will
be ignored if listWidth has a higher value).
- setMinProgressWidth(int) -
Method in class com.extjs.gxt.ui.client.widget.MessageBox
- The minimum width in pixels of the message box if it is a progress-style
dialog.
- setMinSize(int) -
Method in class com.extjs.gxt.ui.client.widget.layout.BorderLayoutData
- Sets the minimum allowable size in pixels for this region (defaults to 50).
- setMinSize(int) -
Method in class com.extjs.gxt.ui.client.widget.SplitBar
- Sets he minimum size of the resize widget (defaults to 10).
- setMinTabWidth(int) -
Method in class com.extjs.gxt.ui.client.widget.TabPanel
- The minimum width in pixels for each tab when
TabPanel.resizeTabs = true
(defaults to 30).
- setMinText(String) -
Method in class com.extjs.gxt.ui.client.widget.DatePicker.DatePickerMessages
- Sets the error text to display if the minDate validation fails (defaults
to "This date is before the minimum date").
- setMinText(String) -
Method in class com.extjs.gxt.ui.client.widget.form.DateField.DateFieldMessages
- The error text to display when the date in the cell is before minValue
(defaults to 'The date in this field must be after
DateField.setMinValue(java.util.Date)
').
- setMinText(String) -
Method in class com.extjs.gxt.ui.client.widget.form.NumberField.NumberFieldMessages
- Sets the Error text to display if the minimum value validation fails
(defaults to "The minimum value for this field is {minValue}").
- setMinText(String) -
Method in class com.extjs.gxt.ui.client.widget.form.TimeField.TimeFieldMessages
- Sets the error text to display when the date in the cell is before
minValue (defaults to 'The time in this field must be equal to or after
{0}').
- setMinutes(int) -
Method in class com.extjs.gxt.ui.client.widget.form.Time
- Sets the minutes.
- setMinValue(Date) -
Method in class com.extjs.gxt.ui.client.widget.form.DateField
- The maximum date allowed.
- setMinValue(Number) -
Method in class com.extjs.gxt.ui.client.widget.form.NumberField
- Sets the field's minimum allowed value.
- setMinValue(Date) -
Method in class com.extjs.gxt.ui.client.widget.form.TimeField
- The minimum allowed time (no default value).
- setMinValue(int) -
Method in class com.extjs.gxt.ui.client.widget.Slider
- Sets the minimum value (defaults to 0).
- setMinWidth(int) -
Method in class com.extjs.gxt.ui.client.fx.Resizable
- Sets the min width (defaults to 50).
- setMinWidth(int) -
Method in class com.extjs.gxt.ui.client.widget.button.Button
- Sets he minimum width for this button (used to give a set of buttons a
common width)
- setMinWidth(int) -
Method in class com.extjs.gxt.ui.client.widget.layout.VBoxLayoutData
- Sets the minimum width (default to 0).
- setMinWidth(int) -
Method in class com.extjs.gxt.ui.client.widget.menu.Menu
- Sets he minimum width of the menu in pixels (defaults to 120).
- setMinWidth(int) -
Method in class com.extjs.gxt.ui.client.widget.MessageBox
- The minimum width in pixels of the message box (defaults to 100,
pre-render).
- setMinWidth(int) -
Method in class com.extjs.gxt.ui.client.widget.table.TableColumn
- Deprecated. Sets the column's minimum width.
- setMinWidth(int) -
Method in class com.extjs.gxt.ui.client.widget.tips.Tip
- Sets the minimum width of the tip in pixels (defaults to 40).
- setMinWidth(int) -
Method in class com.extjs.gxt.ui.client.widget.Window
- The minimum width in pixels allowed for this window (defaults to 200).
- setModal(boolean) -
Method in class com.extjs.gxt.ui.client.widget.MessageBox
- False to allow user interaction with the page while the message box is
displayed (defaults to true, pre-render).
- setModal(boolean) -
Method in class com.extjs.gxt.ui.client.widget.Window
- True to make the window modal and mask everything behind it when displayed,
false to display it without restricting access to other UI elements
(defaults to false).
- setMode(DualListField.Mode) -
Method in class com.extjs.gxt.ui.client.widget.form.DualListField
- Specifies if selections are either inserted or appended when moving between
lists.
- setModel(ChartModel) -
Method in class com.extjs.gxt.charts.client.model.charts.ChartConfig
- Sets the chart's model.
- setModel(ModelData) -
Method in class com.extjs.gxt.ui.client.event.BindingEvent
- Sets the bound model.
- setModel(M) -
Method in class com.extjs.gxt.ui.client.event.GridEvent
- Sets the model.
- setModel(M) -
Method in class com.extjs.gxt.ui.client.event.ListViewEvent
- Sets the model.
- setModel(M) -
Method in class com.extjs.gxt.ui.client.event.SelectionEvent
- Sets the model.
- setModel(M) -
Method in class com.extjs.gxt.ui.client.store.StoreEvent
- Sets the model.
- setModel(Component, ModelData) -
Static method in class com.extjs.gxt.ui.client.widget.ComponentHelper
-
- setModel(ModelData) -
Method in class com.extjs.gxt.ui.client.widget.grid.AggregationRowConfig
- Sets the model that contains the values for the aggregation row.
- setModelComparer(ModelComparer<M>) -
Method in class com.extjs.gxt.ui.client.store.Store
- Sets the comparer to be used when comparing model instances.
- setModelProcessor(ModelProcessor<M>) -
Method in class com.extjs.gxt.ui.client.widget.ListView
- Sets the view's model processor.
- setModels(List<M>) -
Method in class com.extjs.gxt.ui.client.store.StoreEvent
- Sets the models.
- setMonitorChanges(boolean) -
Method in class com.extjs.gxt.ui.client.store.Store
- Sets whether the store should listen to change events on its children
(defaults to false).
- setMonitorPoll(int) -
Method in class com.extjs.gxt.ui.client.widget.grid.RowEditor
- Sets the polling interval in ms in that the roweditor validation is done
(defaults to 200)
- setMonitorTab(boolean) -
Method in class com.extjs.gxt.ui.client.widget.form.TriggerField
-
- setMonitorValid(boolean) -
Method in class com.extjs.gxt.ui.client.widget.grid.RowEditor
- True to monitor the valid status of this roweditor (defaults to true)
- setMonitorWindowResize(boolean) -
Method in class com.extjs.gxt.ui.client.widget.LayoutContainer
-
- setMonthYearText(String) -
Method in class com.extjs.gxt.ui.client.widget.DatePicker.DatePickerMessages
- Sets the header month selector tooltip (defaults to 'Choose a month
(Control+Up/Down to move years)').
- setMouse(ToolTip.MouseStyle) -
Method in class com.extjs.gxt.charts.client.model.ToolTip
- Sets the mouse.
- setMouseEvents(boolean) -
Method in class com.extjs.gxt.ui.client.widget.button.Button
- False to disable visual cues on mouseover, mouseout and mousedown (defaults
to true).
- setMouseOffset(int[]) -
Method in class com.extjs.gxt.ui.client.widget.tips.ToolTipConfig
- An XY offset from the mouse position where the tooltip should be shown
(defaults to [15,18]).
- setMoveAfterProxyDrag(boolean) -
Method in class com.extjs.gxt.ui.client.fx.Draggable
- True to move source widget after a proxy drag (defaults to true).
- setMoveDown(String) -
Method in class com.extjs.gxt.ui.client.widget.form.DualListField.DualListFieldMessages
- Sets the move selected down tooltip (defaults to 'Move selected down').
- setMoveEditorOnEnter(boolean) -
Method in class com.extjs.gxt.ui.client.widget.grid.GridSelectionModel
- Set this to true to move the editor to the next editable cell on pressing
enter.
- setMoveUp(String) -
Method in class com.extjs.gxt.ui.client.widget.form.DualListField.DualListFieldMessages
- Sets the move selected up tooltip (defaults to 'Move selected up').
- setName(String) -
Method in class com.extjs.gxt.ui.client.data.DataField
- Sets the name of the field.
- setName(String) -
Method in class com.extjs.gxt.ui.client.event.MvcEvent
- Sets the name.
- setName(String) -
Method in class com.extjs.gxt.ui.client.event.StateEvent
- Sets the name.
- setName(String) -
Method in class com.extjs.gxt.ui.client.widget.form.Field
- Sets the field's HTML name attribute.
- setName(String) -
Method in class com.extjs.gxt.ui.client.widget.form.FileUploadField
-
- setNanText(String) -
Method in class com.extjs.gxt.ui.client.widget.form.NumberField.NumberFieldMessages
- Sets the error text to display if the value is not a valid number.
- setNegativeText(String) -
Method in class com.extjs.gxt.ui.client.widget.form.NumberField.NumberFieldMessages
- Sets the negative error text (defaults to 'The value must be greater or
equal to 0').
- setNestedValue(ModelData, String, Object) -
Static method in class com.extjs.gxt.ui.client.data.NestedModelUtil
-
- setNestedValue(ModelData, List<String>, Object) -
Static method in class com.extjs.gxt.ui.client.data.NestedModelUtil
-
- setNewValue(int) -
Method in class com.extjs.gxt.ui.client.event.SliderEvent
- Sets the new value.
- setNext(AbstractImagePrototype) -
Method in class com.extjs.gxt.ui.client.widget.toolbar.PagingToolBar.PagingToolBarImages
-
- setNextDisabled(AbstractImagePrototype) -
Method in class com.extjs.gxt.ui.client.widget.toolbar.PagingToolBar.PagingToolBarImages
-
- setNextText(String) -
Method in class com.extjs.gxt.ui.client.widget.DatePicker.DatePickerMessages
- Sets the next month navigation button tooltip (defaults to 'Next Month
(Control+Right)').
- setNextText(String) -
Method in class com.extjs.gxt.ui.client.widget.toolbar.PagingToolBar.PagingToolBarMessages
- Customizable piece of the default paging text (defaults to "Next Page").
- setNode(TreePanel.TreeNode) -
Method in class com.extjs.gxt.ui.client.event.TreePanelEvent
- Sets the tree node.
- setNodeCloseIcon(AbstractImagePrototype) -
Method in class com.extjs.gxt.ui.client.widget.treepanel.TreeStyle
- Sets the icon style used for closed tree items.
- setNodeCloseIconStyle(String) -
Method in class com.extjs.gxt.ui.client.widget.tree.TreeStyle
- Sets the icon style used for closed tree items.
- setNodeIconStyle(String) -
Method in class com.extjs.gxt.ui.client.widget.tree.Tree
- Deprecated. see
TreeStyle.setNodeCloseIconStyle(String)
- setNodeOpenIcon(AbstractImagePrototype) -
Method in class com.extjs.gxt.ui.client.widget.treepanel.TreeStyle
- Sets the global icon style for expanded tree items (defaults to
'tree-folder-open').
- setNodeOpenIconStyle(String) -
Method in class com.extjs.gxt.ui.client.widget.tree.TreeStyle
- Sets the global icon style for expanded tree items (defaults to
'tree-folder-open').
- setNoItemsMenuText(String) -
Method in class com.extjs.gxt.ui.client.widget.layout.ToolBarLayout
-
- setNoLabels(boolean) -
Method in class com.extjs.gxt.charts.client.model.charts.PieChart
- True to hide labels.
- setNumberFormat(NumberFormat) -
Method in class com.extjs.gxt.ui.client.widget.grid.ColumnConfig
- Sets the column's number format.
- setNumDecimals(Integer) -
Method in class com.extjs.gxt.charts.client.model.ChartModel
- Sets the number of decimals.
- setOffset(boolean) -
Method in class com.extjs.gxt.charts.client.model.axis.AbstractAxis
- Sets the offset.
- setOffset(Integer) -
Method in class com.extjs.gxt.charts.client.model.charts.SketchBarChart
- Sets the offset (the fun factor).
- setOffset(Integer) -
Method in class com.extjs.gxt.charts.client.model.charts.SketchBarChart.SketchBar
- Sets the offset (the fun factor).
- setOffset(int) -
Method in class com.extjs.gxt.ui.client.data.BasePagingLoadConfig
-
- setOffset(int) -
Method in class com.extjs.gxt.ui.client.data.BasePagingLoader
-
- setOffset(int) -
Method in class com.extjs.gxt.ui.client.data.BasePagingLoadResult
-
- setOffset(int) -
Method in interface com.extjs.gxt.ui.client.data.PagingLoadConfig
- Sets the offset.
- setOffset(int) -
Method in interface com.extjs.gxt.ui.client.data.PagingLoader
- Sets the offset.
- setOffset(int) -
Method in interface com.extjs.gxt.ui.client.data.PagingLoadResult
- Sets the offset.
- setOkText(String) -
Method in class com.extjs.gxt.ui.client.widget.DatePicker.DatePickerMessages
- Sets the text to display on the ok button.
- setOl(AbstractImagePrototype) -
Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorImages
-
- setOldValue(Object) -
Method in class com.extjs.gxt.ui.client.event.FieldEvent
- Sets the old value.
- setOldValue(int) -
Method in class com.extjs.gxt.ui.client.event.SliderEvent
- Sets the old value.
- setOlTipText(String) -
Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
-
- setOlTipTitle(String) -
Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
-
- setOnEsc(boolean) -
Method in class com.extjs.gxt.ui.client.widget.Window
- Allows override of the built-in processing for the escape key.
- setOpenNodeIconStyle(String) -
Method in class com.extjs.gxt.ui.client.widget.tree.Tree
- Deprecated. see
TreeStyle.setNodeOpenIconStyle(String)
- setOperation(DND.Operation) -
Method in class com.extjs.gxt.ui.client.dnd.DropTarget
- Sets the operation for the drop target which specifies if data should be
moved or copied when dropped.
- setOperation(DND.Operation) -
Method in class com.extjs.gxt.ui.client.event.DNDEvent
- Sets the operation.
- setOperation(Record.RecordUpdate) -
Method in class com.extjs.gxt.ui.client.store.StoreEvent
- Sets the operation.
- setOrientation(Style.Orientation) -
Method in class com.extjs.gxt.ui.client.widget.form.MultiField
- Sets the fields orientation (defaults to horizontal).
- setOrientation(Style.Orientation) -
Method in class com.extjs.gxt.ui.client.widget.layout.RowLayout
- Sets the orientation of the layout.
- setOriginalValue(D) -
Method in class com.extjs.gxt.ui.client.widget.form.Field
- Updates the original value of the field.
- setOutlineColour(String) -
Method in class com.extjs.gxt.charts.client.model.charts.CylinderBarChart.Bar
- Sets the outline colour in HTML hex format (#ffffff)
- setOutlineColour(String) -
Method in class com.extjs.gxt.charts.client.model.charts.CylinderBarChart
- Sets the outline colour in HTML hex format (#ffffff)
- setOutlineColour(String) -
Method in class com.extjs.gxt.charts.client.model.charts.FilledBarChart.Bar
- Sets the outline colour in HTML hex format (#ffffff)
- setOutlineColour(String) -
Method in class com.extjs.gxt.charts.client.model.charts.FilledBarChart
- Sets the outline colour in HTML hex format (#ffffff)
- setOverStyle(String) -
Method in class com.extjs.gxt.ui.client.dnd.DropTarget
- Sets the style name to be applied when the cursor is over the target
(defaults to null).
- setOverStyle(String) -
Method in class com.extjs.gxt.ui.client.widget.DataView
- Deprecated. Sets the style name to be applied on mouse over (defaults to
'x-view-item-over').
- setOverStyle(String) -
Method in class com.extjs.gxt.ui.client.widget.ListView
- Sets the style name to apply on mouse over.
- setPack(BoxLayout.BoxLayoutPack) -
Method in class com.extjs.gxt.ui.client.widget.layout.BoxLayout
- Sets how the child items of the container are packed together.
- setPadding(Integer) -
Method in class com.extjs.gxt.charts.client.model.Legend
- Sets the padding.
- setPadding(Padding) -
Method in class com.extjs.gxt.ui.client.core.El
- Sets the elements's padding.
- setPadding(int) -
Method in class com.extjs.gxt.ui.client.widget.form.FormPanel
- Sets the padding to be applied to the forms children (defaults to 10).
- setPadding(Padding) -
Method in class com.extjs.gxt.ui.client.widget.layout.BoxLayout
- Sets the padding to be applied to all child items managed by this
container's layout (defaults to 0).
- setPadding(int) -
Method in class com.extjs.gxt.ui.client.widget.layout.TableData
- Sets the cell's padding (default to 0).
- setPagePosition(int, int) -
Method in class com.extjs.gxt.ui.client.core.El
- Sets the element's position in page coordinates.
- setPagePosition(int, int) -
Method in class com.extjs.gxt.ui.client.widget.BoxComponent
- Sets the page XY position of the component.
- setPagePosition(Point) -
Method in class com.extjs.gxt.ui.client.widget.BoxComponent
- Sets the page XY position of the component.
- setPagePosition(int, int) -
Method in class com.extjs.gxt.ui.client.widget.Window
-
- setPageSize(int) -
Method in class com.extjs.gxt.ui.client.widget.form.ComboBox
- Sets the page size.
- setPageSize(int) -
Method in class com.extjs.gxt.ui.client.widget.toolbar.PagingToolBar
- Sets the current page size.
- setParams(Params) -
Method in class com.extjs.gxt.ui.client.widget.tips.ToolTipConfig
- The paramters to be used when a custom a
ToolTipConfig.template is specified.
- setParent(TreeModel) -
Method in class com.extjs.gxt.ui.client.data.BaseTreeModel
-
- setParent(Model) -
Method in class com.extjs.gxt.ui.client.data.ChangeEvent
- Sets the parent.
- setParent(TreeModel) -
Method in interface com.extjs.gxt.ui.client.data.TreeModel
- Sets the model's parent.
- setParent(TreeItem) -
Method in class com.extjs.gxt.ui.client.event.TreeEvent
- Deprecated. Sets the parent.
- setParent(M) -
Method in class com.extjs.gxt.ui.client.event.TreePanelEvent
- Sets the parent.
- setParent(M) -
Method in class com.extjs.gxt.ui.client.store.TreeStoreEvent
- Sets the parent.
- setParseStrict(boolean) -
Method in class com.extjs.gxt.ui.client.widget.form.DateTimePropertyEditor
- True to parse dates strictly (defaults to true).
- setPassword(boolean) -
Method in class com.extjs.gxt.ui.client.widget.form.TextField
- True to create the text field as a password input (defaults to false,
pre-render).
- setPinned(boolean) -
Method in class com.extjs.gxt.ui.client.widget.custom.Portlet
- True to "pin" the porlet and stop the user from being able to move the
portlet (defauls to false).
- setPixelSize(int, int) -
Method in class com.extjs.gxt.ui.client.widget.BoxComponent
- Sets the width and height of the component.
- setPixelSize(int, int) -
Method in class com.extjs.gxt.ui.client.widget.Component
- Overrides UIObject and does nothing.
- setPlain(boolean) -
Method in class com.extjs.gxt.ui.client.widget.TabPanel
- True to render the tab strip without a background container image (defaults
to false, pre-render).
- setPlain(boolean) -
Method in class com.extjs.gxt.ui.client.widget.Window
- True to render the window body with a transparent background so that it
will blend into the framing elements, false to add a lighter background
color to visually highlight the body element and separate it more
distinctly from the surrounding frame (defaults to false).
- setPortal(Portal) -
Method in class com.extjs.gxt.ui.client.event.PortalEvent
- Sets the source portal.
- setPortlet(Portlet) -
Method in class com.extjs.gxt.ui.client.event.PortalEvent
- Sets the portlet.
- setPosition(Legend.Position) -
Method in class com.extjs.gxt.charts.client.model.Legend
- Sets the position.
- setPosition(int, int) -
Method in class com.extjs.gxt.ui.client.widget.BoxComponent
- Sets the left and top of the component.
- setPosition(Component, int, int) -
Method in class com.extjs.gxt.ui.client.widget.layout.AbsoluteLayout
- Sets the component's position.
- setPosition(int, int) -
Method in class com.extjs.gxt.ui.client.widget.Window
-
- setPreserveRatio(boolean) -
Method in class com.extjs.gxt.ui.client.fx.Resizable
- True to preserve the original ratio between height and width during resize
(defaults to false).
- setPressClass(String) -
Method in class com.extjs.gxt.ui.client.util.ClickRepeater
-
- setPrev(AbstractImagePrototype) -
Method in class com.extjs.gxt.ui.client.widget.toolbar.PagingToolBar.PagingToolBarImages
-
- setPrevDisabled(AbstractImagePrototype) -
Method in class com.extjs.gxt.ui.client.widget.toolbar.PagingToolBar.PagingToolBarImages
-
- setPreventDefault(boolean) -
Method in class com.extjs.gxt.ui.client.util.KeyNav
- True to prevent the default action of the key event when the key nav
intercepts a key (defaults to false).
- setPreventDefault(boolean) -
Method in class com.extjs.gxt.ui.client.util.SwallowEvent
-
- setPreventScrollbars(boolean) -
Method in class com.extjs.gxt.ui.client.widget.form.TextArea
- True to prevent scrollbars from appearing regardless of how much text is in
the field (equivalent to setting overflow: hidden, defaults to false,
pre-render).
- setPreview(BaseEventPreview) -
Method in class com.extjs.gxt.ui.client.event.PreviewEvent
- Sets the source event preview.
- setPrevText(String) -
Method in class com.extjs.gxt.ui.client.widget.DatePicker.DatePickerMessages
- Sets the previous month navigation button tooltip (defaults to 'Previous
Month (Control+Left)').
- setPrevText(String) -
Method in class com.extjs.gxt.ui.client.widget.toolbar.PagingToolBar.PagingToolBarMessages
- Customizable piece of the default paging text (defaults to "Previous
Page").
- setProgressText(String) -
Method in class com.extjs.gxt.ui.client.widget.MessageBox
- The text to display inside the progress bar if progress = true (defaults to
"", pre-render).
- setProperties(Map<String, Object>) -
Method in class com.extjs.gxt.ui.client.data.BaseModelData
- Sets the properties.
- setProperty(String) -
Method in class com.extjs.gxt.ui.client.event.GridEvent
- Sets the property name.
- setProperty(String) -
Method in class com.extjs.gxt.ui.client.widget.form.StoreFilterField
- Sets the filter property name to be filtered.
- setPropertyEditor(PropertyEditor<D>) -
Method in class com.extjs.gxt.ui.client.widget.form.ComboBox
-
- setPropertyEditor(PropertyEditor<D>) -
Method in class com.extjs.gxt.ui.client.widget.form.Field
- Sets the field's property editor which is used to translate typed values to
string, and string values back to typed values.
- setPropertyEditor(PropertyEditor<D>) -
Method in class com.extjs.gxt.ui.client.widget.form.ListField
-
- setPropertyEditorType(Class<?>) -
Method in class com.extjs.gxt.ui.client.widget.form.NumberField
- Specifies the number type used when converting a String to a Number
instance (defaults to Double).
- setProvider(Provider) -
Method in class com.extjs.gxt.ui.client.state.StateManager
- Sets the manager's state provider.
- setProxy(El) -
Method in class com.extjs.gxt.ui.client.fx.Draggable
- Sets the proxy element.
- setProxyStyle(String) -
Method in class com.extjs.gxt.ui.client.fx.Draggable
- Sets the style name used for proxy drags (defaults to 'my-drag-proxy').
- setProxyStyle(String) -
Method in class com.extjs.gxt.ui.client.fx.Resizable
- Sets the style name used for proxy drags (defaults to 'x-resizable-proxy').
- setQueryDelay(int) -
Method in class com.extjs.gxt.ui.client.widget.form.ComboBox
- The length of time in milliseconds to delay between the start of typing and
sending the query to filter the dropdown list.
- setQuickShowInterval(int) -
Method in class com.extjs.gxt.ui.client.widget.tips.ToolTip
- Sets the quick show interval (defaults to 250).
- setRadarAxis(RadarAxis) -
Method in class com.extjs.gxt.charts.client.model.ChartModel
- Sets the radar axis.
- setRadius(Integer) -
Method in class com.extjs.gxt.charts.client.model.charts.PieChart
- Sets the radius.
- setRange(Number, Number) -
Method in class com.extjs.gxt.charts.client.model.axis.AbstractAxis
- Sets the range.
- setRange(Number, Number, Number) -
Method in class com.extjs.gxt.charts.client.model.axis.AbstractAxis
- Sets the range.
- setRawValue(String) -
Method in class com.extjs.gxt.ui.client.widget.form.CheckBox
-
- setRawValue(String) -
Method in class com.extjs.gxt.ui.client.widget.form.ComboBox
-
- setRawValue(String) -
Method in class com.extjs.gxt.ui.client.widget.form.DateField
-
- setRawValue(String) -
Method in class com.extjs.gxt.ui.client.widget.form.Field
- Sets the underlying DOM field's value directly, bypassing validation.
- setRawValue(String) -
Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor
-
- setReadOnly(boolean) -
Method in class com.extjs.gxt.ui.client.widget.form.Field
- Sets the field's read only state.
- setReadOnly(boolean) -
Method in class com.extjs.gxt.ui.client.widget.form.FileUploadField
-
- setReadOnly(boolean) -
Method in class com.extjs.gxt.ui.client.widget.form.FormPanel
- Sets all of the panel's fields read only state.
- setReadOnly(boolean) -
Method in class com.extjs.gxt.ui.client.widget.form.MultiField
-
- setRecord(Record) -
Method in class com.extjs.gxt.ui.client.event.GridEvent
- Sets the record.
- setRecord(Record) -
Method in class com.extjs.gxt.ui.client.event.RowEditorEvent
-
- setRecord(Record) -
Method in class com.extjs.gxt.ui.client.store.StoreEvent
- Sets the record.
- setRecordName(String) -
Method in class com.extjs.gxt.ui.client.data.ModelType
- Sets the record name.
- setRefresh(AbstractImagePrototype) -
Method in class com.extjs.gxt.ui.client.widget.toolbar.PagingToolBar.PagingToolBarImages
-
- setRefreshText(String) -
Method in class com.extjs.gxt.ui.client.widget.toolbar.PagingToolBar.PagingToolBarMessages
- Customizable piece of the default paging text (defaults to "Refresh").
- setRegex(String) -
Method in class com.extjs.gxt.ui.client.widget.form.TextField
- Sets regular expression to be tested against the field value during
validation.
- setRegexText(String) -
Method in class com.extjs.gxt.ui.client.widget.form.TextField.TextFieldMessages
- The error text to display if
TextField.TextFieldMessages.setRegexText(java.lang.String) is used and the test
fails during validation.
- setRegion(Style.LayoutRegion) -
Method in class com.extjs.gxt.ui.client.widget.layout.BorderLayoutData
- Sets the region the mapped content panel will be placed.
- setRemoteGroup(boolean) -
Method in class com.extjs.gxt.ui.client.store.GroupingStore
- True if the grouping should apply on the server side, false if it is local
only (defaults to false).
- setRemoteSort(boolean) -
Method in class com.extjs.gxt.ui.client.data.BaseListLoader
-
- setRemoteSort(boolean) -
Method in interface com.extjs.gxt.ui.client.data.ListLoader
- Sets the remote sort state.
- setRemoveAll(String) -
Method in class com.extjs.gxt.ui.client.widget.form.DualListField.DualListFieldMessages
- Sets the remove all tooltip (defaults to 'Remove all').
- setRemovePositioning(boolean) -
Method in class com.extjs.gxt.ui.client.widget.layout.FlowLayout
- True to remove positioning from the container's children (defaults to
false).
- setRemoveSelected(String) -
Method in class com.extjs.gxt.ui.client.widget.form.DualListField.DualListFieldMessages
- Sets the remove selected tooltip (defaults to 'Remove selected').
- setRenderer(String, AggregationRenderer<M>) -
Method in class com.extjs.gxt.ui.client.widget.grid.AggregationRowConfig
- Sets the aggregation renderer for the given column.
- setRenderer(GridCellRenderer) -
Method in class com.extjs.gxt.ui.client.widget.grid.ColumnConfig
- Sets the column's cell renderer (pre-render).
- setRenderer(CellRenderer) -
Method in class com.extjs.gxt.ui.client.widget.table.TableColumn
- Deprecated. Sets the column's cell renderer.
- setRenderHidden(boolean) -
Method in class com.extjs.gxt.ui.client.widget.Layout
- True to hide each contained component on render (defaults to false).
- setRequestData(String) -
Method in class com.extjs.gxt.ui.client.widget.HtmlContainer
- The request data to be used in remote calls (defaults to null).
- setResizable(Resizable) -
Method in class com.extjs.gxt.ui.client.event.ResizeEvent
- Sets the source resizable instance.
- setResizable(boolean) -
Method in class com.extjs.gxt.ui.client.widget.grid.ColumnConfig
- Specifies if the column may be resized (defaults to true, pre-render).
- setResizable(boolean) -
Method in class com.extjs.gxt.ui.client.widget.table.TableColumn
- Deprecated. Specifies if the column may be resized.
- setResizable(boolean) -
Method in class com.extjs.gxt.ui.client.widget.Window
- True to allow user resizing at each edge and corner of the window, false to
disable resizing (defaults to true).
- setResizeDelay(int) -
Method in class com.extjs.gxt.ui.client.widget.Layout
- Sets the number of milliseconds to buffer resize events (defaults to 0).
- setResizeFields(boolean) -
Method in class com.extjs.gxt.ui.client.widget.form.MultiField
- True to resize the child fields to fit available space (defaults to false).
- setResizeTabs(boolean) -
Method in class com.extjs.gxt.ui.client.widget.TabPanel
- True to automatically resize each tab so that the tabs will completely fill
the tab strip (defaults to false).
- setResizeWidget(boolean) -
Method in class com.extjs.gxt.ui.client.widget.form.AdapterField
- True to resize the wrapped widget when the field is resized (defaults to
false).
- setResponse(Response) -
Method in class com.extjs.gxt.ui.client.event.HtmlContainerEvent
- Sets the response.
- setResultHtml(String) -
Method in class com.extjs.gxt.ui.client.event.FormEvent
- Sets the result html.
- setReuseConfig(boolean) -
Method in class com.extjs.gxt.ui.client.widget.toolbar.PagingToolBar
- True to reuse the previous load config (defaults to true).
- setReuseLoadConfig(boolean) -
Method in class com.extjs.gxt.ui.client.data.BaseLoader
- Sets whether the same load config instance should be used for load
operations.
- setRevertInvalid(boolean) -
Method in class com.extjs.gxt.ui.client.widget.Editor
- True to revert to start value on invalid value (defaults to true).
- setRight(Number) -
Method in class com.extjs.gxt.charts.client.model.charts.HorizontalBarChart.Bar
- Sets the right.
- setRight(Number) -
Method in class com.extjs.gxt.charts.client.model.charts.HorizontalStackedBarChart.StackValue
- Sets the right value.
- setRightAxis(boolean) -
Method in class com.extjs.gxt.charts.client.model.charts.LineChart
- Sets the line chart to use the right axis if true, or left if false
- setRoot(String) -
Method in class com.extjs.gxt.ui.client.data.ModelType
- Sets the root element name.
- setRotation(Rotation) -
Method in class com.extjs.gxt.charts.client.model.axis.XAxis.XLabels
- Sets the rotation.
- setRotation(Integer) -
Method in class com.extjs.gxt.charts.client.model.charts.dots.Anchor
- Sets the rotation.
- setRotation(Integer) -
Method in class com.extjs.gxt.charts.client.model.charts.dots.Bow
- Sets the rotation.
- setRotation(Integer) -
Method in class com.extjs.gxt.charts.client.model.charts.dots.Star
- Sets the rotation.
- setRotationAngle(int) -
Method in class com.extjs.gxt.charts.client.model.axis.Label
- Sets the rotation in degrees (ie 45 = diagonal, 90 = vertical).
- setRow(int) -
Method in class com.extjs.gxt.ui.client.event.PortalEvent
- Sets the row.
- setRow(int) -
Method in class com.extjs.gxt.ui.client.widget.grid.HeaderGroupConfig
- Sets the 0-indexed row.
- setRowHeight(int) -
Method in class com.extjs.gxt.ui.client.widget.grid.BufferView
- Sets the height of one row (defaults to 19).
- setRowIndex(int) -
Method in class com.extjs.gxt.ui.client.event.GridEvent
- Sets the row index.
- setRowIndex(int) -
Method in class com.extjs.gxt.ui.client.event.RowEditorEvent
-
- setRowIndex(int) -
Method in class com.extjs.gxt.ui.client.event.TableEvent
- Deprecated. Sets the row index.
- setRowIndex(int) -
Method in class com.extjs.gxt.ui.client.event.TreeTableEvent
- Deprecated. Sets the row index.
- setRowSelectorDepth(int) -
Method in class com.extjs.gxt.ui.client.widget.grid.GridView
- The number of levels to search for rows in event delegation (defaults to
10).
- setRowSelectorDepth(int) -
Method in class com.extjs.gxt.ui.client.widget.table.TableView
- Deprecated. The number of levels to search for rows in event delegation (defaults to
10).
- setRowspan(int) -
Method in class com.extjs.gxt.ui.client.widget.grid.HeaderGroupConfig
- Sets the rowspan (defaults to 1).
- setRowspan(int) -
Method in class com.extjs.gxt.ui.client.widget.layout.TableData
-
- setRules(Element, String) -
Static method in class com.extjs.gxt.ui.client.util.CSS
- Adds a rules string in a
<dstyle><d/style> element.
- setSaveText(String) -
Method in class com.extjs.gxt.ui.client.widget.grid.RowEditor.RowEditorMessages
- Sets the buttons save text
- setScale(Style.ButtonScale) -
Method in class com.extjs.gxt.ui.client.widget.button.Button
- Sets the button scale.
- setScaleProvider(ScaleProvider) -
Method in class com.extjs.gxt.charts.client.model.ChartModel
- Optionally, sets the scale provider used to manage the min, max, and
interval of the y-axis.
- setScrollDelay(int) -
Method in class com.extjs.gxt.ui.client.widget.grid.BufferView
- Sets the amount of time before new rows are displayed after scrolling
(defaults to 100).
- setScrollDelay(int) -
Method in class com.extjs.gxt.ui.client.widget.treepanel.TreePanelView
-
- setScrollDuration(int) -
Method in class com.extjs.gxt.ui.client.widget.TabPanel
- Sets the number of milliseconds that each scroll animation should last
(defaults to 150).
- setScrollIncrement(int) -
Method in class com.extjs.gxt.ui.client.widget.TabPanel
- Sets the number of pixels to scroll each time a tab scroll button is
pressed (defaults to 100, or if
TabPanel.setResizeTabs(boolean) = true, the
calculated tab width).
- setScrollLeft(int) -
Method in class com.extjs.gxt.ui.client.core.El
- Sets the element's horizontal scroll position.
- setScrollLeft(int) -
Method in class com.extjs.gxt.ui.client.event.GridEvent
- Sets the scroll left value.
- setScrollLeft(int) -
Method in class com.extjs.gxt.ui.client.util.Scroll
- Sets the scroll left value.
- setScrollMode(Style.Scroll) -
Method in class com.extjs.gxt.ui.client.widget.ScrollContainer
- Sets the container's scroll mode.
- setScrollOffset(int) -
Method in class com.extjs.gxt.ui.client.widget.layout.BoxLayout
- Sets the scroll offset (defaults to 0).
- setScrollTop(int) -
Method in class com.extjs.gxt.ui.client.core.El
- Sets the element's vertical scroll position.
- setScrollTop(int) -
Method in class com.extjs.gxt.ui.client.event.GridEvent
- Sets the scroll top value.
- setScrollTop(int) -
Method in class com.extjs.gxt.ui.client.util.Scroll
- Sets the scroll top value.
- setSelected(List<I>) -
Method in class com.extjs.gxt.ui.client.event.ContainerEvent
- Sets the selected items.
- setSelectedItem(DataListItem) -
Method in class com.extjs.gxt.ui.client.widget.DataList
- Deprecated.
- setSelectedItem(DataViewItem) -
Method in class com.extjs.gxt.ui.client.widget.DataView
- Deprecated.
- setSelectedItem(T) -
Method in interface com.extjs.gxt.ui.client.widget.selection.Selectable
- Selects the item.
- setSelectedItem(TableItem) -
Method in class com.extjs.gxt.ui.client.widget.table.Table
- Deprecated.
- setSelectedItem(TreeItem) -
Method in class com.extjs.gxt.ui.client.widget.tree.Tree
- Deprecated.
- setSelectedItems(List<DataListItem>) -
Method in class com.extjs.gxt.ui.client.widget.DataList
- Deprecated.
- setSelectedItems(List<DataViewItem>) -
Method in class com.extjs.gxt.ui.client.widget.DataView
- Deprecated.
- setSelectedItems(List<T>) -
Method in interface com.extjs.gxt.ui.client.widget.selection.Selectable
- Selects the items.
- setSelectedItems(List<TableItem>) -
Method in class com.extjs.gxt.ui.client.widget.table.Table
- Deprecated.
- setSelectedItems(List<TreeItem>) -
Method in class com.extjs.gxt.ui.client.widget.tree.Tree
- Deprecated.
- setSelectedStyle(String) -
Method in class com.extjs.gxt.ui.client.widget.form.ComboBox
- Sets the CSS style name to apply to the selected item in the dropdown list
(defaults to 'x-combo-selected').
- setSelection(List<M>) -
Method in class com.extjs.gxt.ui.client.binder.StoreBinder
-
- setSelection(M) -
Method in class com.extjs.gxt.ui.client.binder.StoreBinder
- Sets the current selection for this selection provider.
- setSelection(List<M>) -
Method in interface com.extjs.gxt.ui.client.event.SelectionProvider
- Sets the current selection for this selection provider.
- setSelection(List<D>) -
Method in class com.extjs.gxt.ui.client.widget.form.ComboBox
-
- setSelection(List<D>) -
Method in class com.extjs.gxt.ui.client.widget.form.ListField
-
- setSelection(List<M>) -
Method in class com.extjs.gxt.ui.client.widget.selection.AbstractStoreSelectionModel
-
- setSelection(TabItem) -
Method in class com.extjs.gxt.ui.client.widget.TabPanel
- Sets the selected tab item.
- setSelectionMode(Style.SelectionMode) -
Method in class com.extjs.gxt.ui.client.widget.DataList
- Deprecated. Sets the list's selection mode.
- setSelectionMode(Style.SelectionMode) -
Method in class com.extjs.gxt.ui.client.widget.DataView
- Deprecated. Sets the list's selection mode.
- setSelectionMode(Style.SelectionMode) -
Method in class com.extjs.gxt.ui.client.widget.selection.AbstractStoreSelectionModel
-
- setSelectionMode(Style.SelectionMode) -
Method in interface com.extjs.gxt.ui.client.widget.selection.StoreSelectionModel
- Sets the selection mode.
- setSelectionMode(Style.SelectionMode) -
Method in class com.extjs.gxt.ui.client.widget.table.Table
- Deprecated. Sets the table's selection mode.
- setSelectionMode(Style.SelectionMode) -
Method in class com.extjs.gxt.ui.client.widget.tree.Tree
- Deprecated. Sets the table's selection mode.
- setSelectionModel(DataListSelectionModel) -
Method in class com.extjs.gxt.ui.client.widget.DataList
- Deprecated. Sets the list's selection model.
- setSelectionModel(GridSelectionModel<M>) -
Method in class com.extjs.gxt.ui.client.widget.grid.Grid
- Sets the grid selection model.
- setSelectionModel(ListViewSelectionModel<M>) -
Method in class com.extjs.gxt.ui.client.widget.ListView
- Sets the selection model.
- setSelectionModel(TableSelectionModel) -
Method in class com.extjs.gxt.ui.client.widget.table.Table
- Deprecated. Sets the table's selection model.
- setSelectionModel(TreeSelectionModel) -
Method in class com.extjs.gxt.ui.client.widget.tree.Tree
- Deprecated. Sets the tree's selection model.
- setSelectionModel(TreePanelSelectionModel<M>) -
Method in class com.extjs.gxt.ui.client.widget.treepanel.TreePanel
- Sets the tree's selection model.
- setSelectionRange(int, int) -
Method in class com.extjs.gxt.ui.client.widget.form.TextField
- Selects the range.
- setSelectionRequired(String) -
Method in class com.extjs.gxt.ui.client.widget.form.RadioGroup.RadioGroupMessages
-
- setSelectionRequired(boolean) -
Method in class com.extjs.gxt.ui.client.widget.form.RadioGroup
- Sets whether a selection is required when validating the group (defaults to
false).
- setSelectOnCheck(boolean) -
Method in class com.extjs.gxt.ui.client.widget.DataListSelectionModel
- Deprecated. Sets whether the item should be selected when the user clicks the check box
(defaults to false).
- setSelectOnFocus(boolean) -
Method in class com.extjs.gxt.ui.client.widget.form.TextField
- True to automatically select any existing field text when the field
receives input focus (defaults to false).
- setSelectOnOver(boolean) -
Method in class com.extjs.gxt.ui.client.widget.DataView
- Deprecated. True to select the item when mousing over a element (defaults to false).
- setSelectOnOver(boolean) -
Method in class com.extjs.gxt.ui.client.widget.ListView
- True to select the item when mousing over a element (defaults to false).
- setSelectStyle(String) -
Method in class com.extjs.gxt.ui.client.widget.DataView
- Deprecated. The style to be applied to each selected item (defaults to
'x-view-item-sel').
- setSelectStyle(String) -
Method in class com.extjs.gxt.ui.client.widget.ListView
- The style to be applied to each selected item (defaults to
'x-view-item-sel').
- setSequence(boolean) -
Method in class com.extjs.gxt.ui.client.widget.layout.AccordionLayout
-
- setShadow(boolean) -
Method in class com.extjs.gxt.charts.client.model.Legend
-
- setShadow(boolean) -
Method in class com.extjs.gxt.ui.client.widget.BoxComponent
- True to enable a shadow that will be displayed behind the component
(defaults to false).
- setShadowOffset(int) -
Method in class com.extjs.gxt.ui.client.widget.BoxComponent
- Sets the shadow offset (defaults to 4).
- setShadowOffset(int) -
Method in class com.extjs.gxt.ui.client.widget.Layer
- Sets the shadow offset (defaults to 4).
- setShadowPosition(Layer.ShadowPosition) -
Method in class com.extjs.gxt.ui.client.widget.BoxComponent
- Sets the shadow position (defaults to SIDES).
- setShadowPosition(Layer.ShadowPosition) -
Method in class com.extjs.gxt.ui.client.widget.Layer
- Sets the shadow position (defaults to SIDES).
- setShim(boolean) -
Method in class com.extjs.gxt.ui.client.widget.BoxComponent
- True to enable a shim which uses a transparent iframe to stop content from
bleeding through.
- setShowDelay(int) -
Method in class com.extjs.gxt.ui.client.widget.tips.ToolTipConfig
- Delay in milliseconds before the tooltip displays after the mouse enters
the target element (defaults to 500).
- setShowDirtyCells(boolean) -
Method in class com.extjs.gxt.ui.client.widget.grid.GridView
- True to display a red triangle in the upper left corner of any cells which
are "dirty" as defined by any existing records in the data store (defaults
to true).
- setShowGroupedColumn(boolean) -
Method in class com.extjs.gxt.ui.client.widget.grid.GroupingView
- Sets whether the grouped column is visible (defaults to true).
- setShowToolbar(boolean) -
Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor
-
- setShowToolTips(boolean) -
Method in class com.extjs.gxt.ui.client.widget.toolbar.PagingToolBar
- Sets if the button tool tips should be displayed (defaults to true,
pre-render).
- setSides(Integer) -
Method in class com.extjs.gxt.charts.client.model.charts.dots.Anchor
- Sets the sides.
- setSilent(boolean) -
Method in class com.extjs.gxt.ui.client.data.BaseModel
-
- setSilent(boolean) -
Method in interface com.extjs.gxt.ui.client.data.ChangeEventSource
- Sets whether change events are fired.
- setSilent(boolean) -
Method in class com.extjs.gxt.ui.client.data.ChangeEventSupport
-
- setSimpleTemplate(String) -
Method in class com.extjs.gxt.ui.client.widget.form.ComboBox
- Sets the template fragment to be used for the text of each combo list item.
- setSimpleTemplate(String) -
Method in class com.extjs.gxt.ui.client.widget.ListView
- Sets the template fragment to be used for the text of each listview item.
- setSimpleValue(T) -
Method in class com.extjs.gxt.ui.client.widget.form.SimpleComboBox
- Sets the combo value.
- setSize(int) -
Method in class com.extjs.gxt.charts.client.model.axis.Label
- Sets the size.
- setSize(int) -
Method in class com.extjs.gxt.charts.client.model.axis.XAxis.XLabels
- Sets the size.
- setSize(Integer) -
Method in class com.extjs.gxt.charts.client.model.charts.dots.BaseDot
- Sets the size.
- setSize(int, int) -
Method in class com.extjs.gxt.ui.client.core.El
- Sets the element's size.
- setSize(int, int, boolean) -
Method in class com.extjs.gxt.ui.client.core.El
- Set the size of the element.
- setSize(Size) -
Method in class com.extjs.gxt.ui.client.core.El
- Sets the element's size.
- setSize(String, String) -
Method in class com.extjs.gxt.ui.client.core.El
- Sets the element's size.
- setSize(int) -
Method in class com.extjs.gxt.ui.client.event.BoxComponentEvent
-
- setSize(int) -
Method in class com.extjs.gxt.ui.client.event.SplitBarEvent
- Sets the current size.
- setSize(int, int) -
Method in class com.extjs.gxt.ui.client.widget.BoxComponent
- Sets the width and height of the component.
- setSize(String, String) -
Method in class com.extjs.gxt.ui.client.widget.BoxComponent
- Sets the width and height of the component.
- setSize(String, String) -
Method in class com.extjs.gxt.ui.client.widget.Component
- Overrides UIObject and does nothing.
- setSize(int, int) -
Method in class com.extjs.gxt.ui.client.widget.Composite
-
- setSize(String, String) -
Method in class com.extjs.gxt.ui.client.widget.Composite
-
- setSize(int, int) -
Method in class com.extjs.gxt.ui.client.widget.Editor
-
- setSize(float) -
Method in class com.extjs.gxt.ui.client.widget.layout.BorderLayoutData
- The region's preferred size.
- setSizeProxyToSource(boolean) -
Method in class com.extjs.gxt.ui.client.fx.Draggable
- True to set proxy dimensions the same as the drag widget (defaults to
true).
- setSlider(Slider) -
Method in class com.extjs.gxt.ui.client.event.SliderEvent
- Sets the source slider.
- setSlider(Slider) -
Method in class com.extjs.gxt.ui.client.widget.form.SliderField
-
- setSortable(boolean) -
Method in class com.extjs.gxt.ui.client.widget.grid.ColumnConfig
- Sets if the column can be sorted (defaults to true, pre-render).
- setSortable(boolean) -
Method in class com.extjs.gxt.ui.client.widget.table.TableColumn
- Deprecated. Sets the sortable state.
- setSortAsc(AbstractImagePrototype) -
Method in class com.extjs.gxt.ui.client.widget.grid.GridView.GridViewImages
-
- setSortDesc(AbstractImagePrototype) -
Method in class com.extjs.gxt.ui.client.widget.grid.GridView.GridViewImages
-
- setSortDir(Style.SortDir) -
Method in class com.extjs.gxt.ui.client.data.BaseListLoadConfig
-
- setSortDir(Style.SortDir) -
Method in class com.extjs.gxt.ui.client.data.BaseListLoader
-
- setSortDir(Style.SortDir) -
Method in interface com.extjs.gxt.ui.client.data.ListLoadConfig
-
- setSortDir(Style.SortDir) -
Method in interface com.extjs.gxt.ui.client.data.ListLoader
- Sets the current sort direction.
- setSortDir(Style.SortDir) -
Method in class com.extjs.gxt.ui.client.data.SortInfo
- Sets the sort direction.
- setSortDir(Style.SortDir) -
Method in class com.extjs.gxt.ui.client.event.TableEvent
- Deprecated. Sets the sort direction.
- setSortDir(Style.SortDir) -
Method in class com.extjs.gxt.ui.client.event.TreeTableEvent
- Deprecated. Sets the sort direction.
- setSortDir(Style.SortDir) -
Method in class com.extjs.gxt.ui.client.store.ListStore
- Sets the sort direction.
- setSortField(String) -
Method in class com.extjs.gxt.ui.client.data.BaseListLoadConfig
-
- setSortField(String) -
Method in class com.extjs.gxt.ui.client.data.BaseListLoader
-
- setSortField(String) -
Method in interface com.extjs.gxt.ui.client.data.ListLoadConfig
-
- setSortField(String) -
Method in interface com.extjs.gxt.ui.client.data.ListLoader
- Sets the current sort field.
- setSortField(String) -
Method in class com.extjs.gxt.ui.client.data.SortInfo
- Sets the sort field.
- setSortField(String) -
Method in class com.extjs.gxt.ui.client.store.ListStore
- Sets the sort field.
- setSortInfo(SortInfo) -
Method in class com.extjs.gxt.ui.client.data.BaseListLoadConfig
-
- setSortInfo(SortInfo) -
Method in interface com.extjs.gxt.ui.client.data.ListLoadConfig
- Sets the sort info.
- setSortInfo(SortInfo) -
Method in class com.extjs.gxt.ui.client.event.GridEvent
- Sets the sort info.
- setSortInfo(SortInfo) -
Method in class com.extjs.gxt.ui.client.store.TreeStore
- Sets the current sort info used when sorting items in the store.
- setSortingEnabled(boolean) -
Method in class com.extjs.gxt.ui.client.widget.grid.GridView
- True to allow column sorting when the user clicks a column (defaults to
true).
- setSource(Model) -
Method in class com.extjs.gxt.ui.client.data.ChangeEvent
- Sets the source model.
- setSource(Object) -
Method in class com.extjs.gxt.ui.client.event.BaseEvent
- Sets the object that fired the event.
- setSource(AbstractImagePrototype) -
Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorImages
-
- setSourceEditMode(boolean) -
Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor
-
- setSourceEditTipText(String) -
Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
-
- setSourceEditTipTitle(String) -
Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
-
- setSpacing(int) -
Method in class com.extjs.gxt.ui.client.widget.custom.Portal
- Sets the spacing between portlets (defaults to 10).
- setSpacing(int) -
Method in class com.extjs.gxt.ui.client.widget.form.MultiField
- Sets the amount of spacing between fields.
- setSpacing(int) -
Method in class com.extjs.gxt.ui.client.widget.HorizontalPanel
- Sets the panel's spacing.
- setSpacing(int) -
Method in class com.extjs.gxt.ui.client.widget.layout.ToolBarLayout
-
- setSpacing(int) -
Method in class com.extjs.gxt.ui.client.widget.toolbar.ToolBar
- Sets the spacing between child items (defaults to 0).
- setSpacing(int) -
Method in class com.extjs.gxt.ui.client.widget.VerticalPanel
- Sets the panel's spacing.
- setSplit(boolean) -
Method in class com.extjs.gxt.ui.client.widget.layout.BorderLayoutData
- True to display a
SplitBar between this region and its neighbor,
allowing the user to resize the regions dynamically (defaults to false).
- setSplitBar(SplitBar) -
Method in class com.extjs.gxt.ui.client.event.SplitBarEvent
- Sets the source split bar.
- setSplitterWidth(int) -
Method in class com.extjs.gxt.ui.client.widget.grid.ColumnHeader
-
- setSpokeLabels(List<String>) -
Method in class com.extjs.gxt.charts.client.model.axis.RadarAxis
- Sets the spoke labels.
- setSpokeLabels(RadarAxis.RadarLabels) -
Method in class com.extjs.gxt.charts.client.model.axis.RadarAxis
- Sets the radar axis spoke labels.
- setSpokeLabels(String...) -
Method in class com.extjs.gxt.charts.client.model.axis.RadarAxis
- Sets the spoke labels.
- setStartAngle(Integer) -
Method in class com.extjs.gxt.charts.client.model.charts.PieChart
- Sets the start angle.
- setStartCollapsed(boolean) -
Method in class com.extjs.gxt.ui.client.widget.grid.GroupingView
- Sets whether the groups should start collapsed (defaults to false).
- setStartColumn(int) -
Method in class com.extjs.gxt.ui.client.event.PortalEvent
- Sets the start column.
- setStartDay(int) -
Method in class com.extjs.gxt.ui.client.widget.DatePicker
- Sets the picker's start day
- setStartDragDistance(int) -
Method in class com.extjs.gxt.ui.client.fx.Draggable
- Specifies how far the cursor must move after mousedown to start dragging
(defaults to 2).
- setStartRow(int) -
Method in class com.extjs.gxt.ui.client.event.PortalEvent
- Sets the start row.
- setStartValue(Object) -
Method in class com.extjs.gxt.ui.client.event.EditorEvent
- Sets the start value.
- setStartValue(Object) -
Method in class com.extjs.gxt.ui.client.event.GridEvent
- Sets the start value.
- setState(Map<String, Object>) -
Method in class com.extjs.gxt.ui.client.event.ComponentEvent
- Sets the component state.
- setStateful(boolean) -
Method in class com.extjs.gxt.ui.client.widget.Component
- A flag which causes the Component to attempt to restore the state of
internal properties from a saved state on startup (defaults to false).
- setStateId(String) -
Method in class com.extjs.gxt.ui.client.widget.Component
- Sets the component's state id which is a unique id for this component to
use for state management purposes (defaults to the component id if one was
set, otherwise null if the component is using a generated id).
- setStatus(boolean) -
Method in class com.extjs.gxt.ui.client.dnd.StatusProxy
- Updates the proxy's visual element to indicate the status of whether or not
drop is allowed over the current target element.
- setStatus(boolean, String) -
Method in class com.extjs.gxt.ui.client.dnd.StatusProxy
- Updates the proxy's visual element to indicate the status of whether or not
drop is allowed over the current target element.
- setStatus(StatusProxy) -
Method in class com.extjs.gxt.ui.client.event.DNDEvent
- Sets the status proxy.
- setStatus(String, String) -
Method in class com.extjs.gxt.ui.client.widget.Status
- Sets both the text and icon style.
- setStatusText(String) -
Method in class com.extjs.gxt.ui.client.dnd.DragSource
- Sets the text to be used on the status proxy object.
- setSteps(Number) -
Method in class com.extjs.gxt.charts.client.model.axis.AbstractAxis
- Sets the steps.
- setSteps(int) -
Method in class com.extjs.gxt.charts.client.model.axis.XAxis.XLabels
- Sets the steps.
- setStore(Store<? extends ModelData>) -
Method in class com.extjs.gxt.ui.client.binding.FieldBinding
- Sets the store for the binding.
- setStore(Store) -
Method in class com.extjs.gxt.ui.client.binding.FormBinding
- Sets the form binding's store.
- setStore(TreeStore) -
Method in class com.extjs.gxt.ui.client.event.TreePanelEvent
- Sets the source tree store.
- setStore(Store<? extends M>) -
Method in class com.extjs.gxt.ui.client.store.StoreEvent
- Sets the store.
- setStore(ListStore) -
Method in class com.extjs.gxt.ui.client.widget.DataView
- Deprecated. Convenience method that create a new
DataViewBinder using the given
store.
- setStore(ListStore<D>) -
Method in class com.extjs.gxt.ui.client.widget.form.ComboBox
- Sets the combo's store.
- setStore(ListStore<D>) -
Method in class com.extjs.gxt.ui.client.widget.form.ListField
- Sets the list field's list store.
- setStore(ListStore<M>) -
Method in class com.extjs.gxt.ui.client.widget.ListView
- Changes the data store bound to this view and refreshes it.
- setStoreSorter(StoreSorter<M>) -
Method in class com.extjs.gxt.ui.client.store.Store
- Sets the store's sorter.
- setStoreSorter(StoreSorter<M>) -
Method in class com.extjs.gxt.ui.client.store.TreeStore
-
- setStringProvider(ModelStringProvider<M>) -
Method in class com.extjs.gxt.ui.client.binder.StoreBinder
- Sets the binder's string provider.
- setStringProvider(ModelStringProvider<ModelData>) -
Method in class com.extjs.gxt.ui.client.core.Template
- Sets the string provider for the template.
- setStringProvider(ModelStringProvider<M>) -
Method in class com.extjs.gxt.ui.client.widget.grid.Grid
- Sets the binder's string provider.
- setStripAlphas(boolean) -
Method in class com.extjs.gxt.ui.client.widget.form.NumberPropertyEditor
- True to remove alpha characters when parsing a string value (defaults to
false).
- setStripCurrencySymbol(boolean) -
Method in class com.extjs.gxt.ui.client.widget.form.NumberPropertyEditor
- True to remove the currency symbol when parsing a string value (defaults to
false).
- setStripeRows(boolean) -
Method in class com.extjs.gxt.ui.client.widget.grid.Grid
- True to stripe the rows (defaults to false).
- setStripeRows(boolean) -
Method in class com.extjs.gxt.ui.client.widget.table.Table
- Deprecated. True to stripe the rows (defaults to false).
- setStripGroupSeparator(boolean) -
Method in class com.extjs.gxt.ui.client.widget.form.NumberPropertyEditor
- True to remove the group separator, as defined by GWT NumberConstants, when
parsing a string value (defaults to false).
- setStroke(Integer) -
Method in class com.extjs.gxt.charts.client.model.axis.AbstractAxis
- Sets the stroke.
- setStroke(Integer) -
Method in class com.extjs.gxt.charts.client.model.Legend
- Sets the stroke.
- setStroke(int) -
Method in class com.extjs.gxt.charts.client.model.ToolTip
- Sets the stroke.
- setStyle(String) -
Method in class com.extjs.gxt.charts.client.model.Text
- Sets the style.
- setStyle(String) -
Method in class com.extjs.gxt.ui.client.widget.grid.ColumnConfig
- Sets one to many styles.
- setStyle(String) -
Method in class com.extjs.gxt.ui.client.widget.layout.TableData
- Custom CSS styles to be applied to the table cell in the format expected by
El.applyStyles(java.lang.String).
- setStyle(TreeStyle) -
Method in class com.extjs.gxt.ui.client.widget.treepanel.TreePanel
- Sets the tree style.
- setStyleAttribute(String, Object) -
Method in class com.extjs.gxt.ui.client.core.El
- Sets a style attribute.
- setStyleAttribute(String, String) -
Method in class com.extjs.gxt.ui.client.widget.Component
- Sets a style attribute.
- setStyleAttribute(String, String) -
Method in class com.extjs.gxt.ui.client.widget.Shim
-
- setStyleName(String) -
Method in class com.extjs.gxt.ui.client.core.El
- Sets the element's style name.
- setStyleName(String, boolean) -
Method in class com.extjs.gxt.ui.client.core.El
- Adds or removes the style name.
- setStyleName(String) -
Method in class com.extjs.gxt.ui.client.widget.Component
-
- setStyleName(String) -
Method in class com.extjs.gxt.ui.client.widget.layout.TableData
- Sets the CSS style name applied to the component's cell.
- setStyleProvider(ModelStringProvider<M>) -
Method in class com.extjs.gxt.ui.client.binder.StoreBinder
- Sets the binder's style provider.
- setStyleSize(int, int) -
Method in class com.extjs.gxt.ui.client.core.El
- Sets the element's size using style attributes.
- setSubMenu(Menu) -
Method in class com.extjs.gxt.ui.client.widget.menu.MenuItem
- Sets the item's sub menu.
- setSubMenuAlign(String) -
Method in class com.extjs.gxt.ui.client.widget.menu.Menu
- The
El.alignTo(com.google.gwt.user.client.Element, java.lang.String, int[]) anchor position value to use for submenus of this
menu (defaults to "tl-tr-?").
- setSummaryFormat(String, NumberFormat) -
Method in class com.extjs.gxt.ui.client.widget.grid.AggregationRowConfig
- Sets the number format for the given column.
- setSummaryFormat(NumberFormat) -
Method in class com.extjs.gxt.ui.client.widget.grid.SummaryColumnConfig
- Sets the summary format.
- setSummaryRenderer(SummaryRenderer) -
Method in class com.extjs.gxt.ui.client.widget.grid.SummaryColumnConfig
- Sets the summary renderer.
- setSummaryType(String, SummaryType<?>) -
Method in class com.extjs.gxt.ui.client.widget.grid.AggregationRowConfig
- Sets the summary type for the given column.
- setSummaryType(SummaryType<N>) -
Method in class com.extjs.gxt.ui.client.widget.grid.SummaryColumnConfig
- Sets the summary type.
- setSwallowKeys(boolean) -
Method in class com.extjs.gxt.ui.client.widget.Editor
- Handle the keypress events so they don't propagate (defaults to true).
- setSwfHeight(String) -
Method in class com.extjs.gxt.ui.client.widget.flash.FlashComponent
- Sets the flash object height (defaults to '100%').
- setSwfId(String) -
Method in class com.extjs.gxt.ui.client.widget.flash.FlashComponent
- Sets the flash id (- will be removed and are not allowed).
- setSwfWidth(String) -
Method in class com.extjs.gxt.ui.client.widget.flash.FlashComponent
- Sets the flash object width (defaults to '100%').
- setTabIndex(int) -
Method in class com.extjs.gxt.ui.client.core.El
- Sets the element's tab index.
- setTabIndex(int) -
Method in class com.extjs.gxt.ui.client.widget.button.Button
- Sets the button's tab index.
- setTabIndex(int) -
Method in class com.extjs.gxt.ui.client.widget.form.Field
- Sets the tab index.
- setTable(Component) -
Method in class com.extjs.gxt.ui.client.widget.table.TableColumnModel
- Deprecated.
- setTableHeader(TableHeader) -
Method in class com.extjs.gxt.ui.client.widget.table.Table
- Deprecated. Sets the table's header.
- setTableHeader(TreeTableHeader) -
Method in class com.extjs.gxt.ui.client.widget.treetable.TreeTable
- Deprecated. Sets the tree table's header.
- setTableHeight(String) -
Method in class com.extjs.gxt.ui.client.widget.HorizontalPanel
- Sets the table's height.
- setTableHeight(String) -
Method in class com.extjs.gxt.ui.client.widget.VerticalPanel
- Sets the table's height.
- setTableStyle(String) -
Method in class com.extjs.gxt.ui.client.widget.layout.TableLayout
- Custom CSS styles to be applied to the table in the format expected by
El.applyStyles(java.lang.String).
- setTableWidth(float) -
Method in class com.extjs.gxt.ui.client.event.TableEvent
- Deprecated. Sets the width.
- setTableWidth(String) -
Method in class com.extjs.gxt.ui.client.widget.HorizontalPanel
- Sets the width of the internal table.
- setTableWidth(String) -
Method in class com.extjs.gxt.ui.client.widget.VerticalPanel
- Sets the width of the internal table.
- setTabMargin(int) -
Method in class com.extjs.gxt.ui.client.widget.TabPanel
- The number of pixels of space to calculate into the sizing and scrolling of
tabs (defaults to 2).
- setTabPosition(TabPanel.TabPosition) -
Method in class com.extjs.gxt.ui.client.widget.TabPanel
- Sets the position where the tab strip should be rendered (defaults to TOP,
pre-render).
- setTabScroll(boolean) -
Method in class com.extjs.gxt.ui.client.widget.TabPanel
- True to enable scrolling to tabs that may be invisible due to overflowing
the overall TabPanel width.
- setTabWidth(int) -
Method in class com.extjs.gxt.ui.client.widget.TabPanel
- Sets the initial width in pixels of each new tab (defaults to 120).
- setTagName(String) -
Method in class com.extjs.gxt.ui.client.widget.Html
- The HTML tag name that will wrap the text (defaults to 'div').
- setTagName(String) -
Method in class com.extjs.gxt.ui.client.widget.HtmlContainer
- The HTML tag name that will wrap the text (defaults to 'div').
- setTagName(String) -
Method in class com.extjs.gxt.ui.client.widget.Text
- The HTML tag name that will wrap the text (defaults to 'div', pre-render).
- setTemplate(XTemplate) -
Method in class com.extjs.gxt.ui.client.widget.ColorPalette
- Optionally, sets the xtemplate to be used to render the component.
- setTemplate(String) -
Method in class com.extjs.gxt.ui.client.widget.DataView
- Deprecated. Sets the view's template.
- setTemplate(Template) -
Method in class com.extjs.gxt.ui.client.widget.DataView
- Deprecated. Sets the view's template.
- setTemplate(String) -
Method in class com.extjs.gxt.ui.client.widget.form.ComboBox
- Sets the custom template used to render the combo's drop down list.Use this
to create custom UI layouts for items in the list.
- setTemplate(XTemplate) -
Method in class com.extjs.gxt.ui.client.widget.form.ComboBox
- Sets the custom template used to render the combo's drop down list.
- setTemplate(String) -
Method in class com.extjs.gxt.ui.client.widget.form.ListField
- Sets the field's template used to render the list.
- setTemplate(XTemplate) -
Method in class com.extjs.gxt.ui.client.widget.form.ListField
- Sets the field's template used to render the list.
- setTemplate(XTemplate) -
Method in class com.extjs.gxt.ui.client.widget.grid.RowExpander
- Sets the template.
- setTemplate(String) -
Method in class com.extjs.gxt.ui.client.widget.ListView
- Sets the view's template.
- setTemplate(XTemplate) -
Method in class com.extjs.gxt.ui.client.widget.ListView
- Sets the view's template.
- setTemplate(Template) -
Method in class com.extjs.gxt.ui.client.widget.tips.ToolTipConfig
- A optional template to be used to render the tool tip.
- setText(String) -
Method in class com.extjs.gxt.charts.client.model.axis.Keys
- Sets the text.
- setText(String) -
Method in class com.extjs.gxt.charts.client.model.axis.Label
- Sets the text.
- setText(String) -
Method in class com.extjs.gxt.charts.client.model.charts.ChartConfig
- Sets the text.
- setText(String) -
Method in class com.extjs.gxt.charts.client.model.charts.PieChart.Slice
- Sets the text.
- setText(String) -
Method in class com.extjs.gxt.charts.client.model.charts.StackedBarChart.StackValue
- Sets the text
- setText(String) -
Method in class com.extjs.gxt.charts.client.model.Text
- Sets the text string.
- setText(String) -
Method in class com.extjs.gxt.desktop.client.Shortcut
- Sets the shortcuts text.
- setText(String) -
Method in class com.extjs.gxt.ui.client.widget.button.Button
- Sets the button's text.
- setText(String) -
Method in class com.extjs.gxt.ui.client.widget.DataListItem
- Deprecated. Sets the item's text.
- setText(String) -
Method in class com.extjs.gxt.ui.client.widget.form.LabelField
- Sets the lable's text.
- setText(String) -
Method in class com.extjs.gxt.ui.client.widget.form.Time
- Sets the display text.
- setText(String) -
Method in class com.extjs.gxt.ui.client.widget.grid.ColumnHeader.Group
-
- setText(String) -
Method in class com.extjs.gxt.ui.client.widget.Header
- Sets the header's text.
- setText(String) -
Method in class com.extjs.gxt.ui.client.widget.menu.HeaderMenuItem
- Sets the item's text.
- setText(String) -
Method in class com.extjs.gxt.ui.client.widget.menu.MenuBarItem
-
- setText(String) -
Method in class com.extjs.gxt.ui.client.widget.menu.MenuItem
- Sets the item's text.
- setText(String) -
Method in class com.extjs.gxt.ui.client.widget.Status
- Sets the text.
- setText(String) -
Method in class com.extjs.gxt.ui.client.widget.TabItem.HeaderItem
- Sets the header's text.
- setText(String) -
Method in class com.extjs.gxt.ui.client.widget.TabItem
- Sets the item's text.
- setText(String) -
Method in class com.extjs.gxt.ui.client.widget.table.TableColumn
- Deprecated. Sets the column's text.
- setText(int, String) -
Method in class com.extjs.gxt.ui.client.widget.table.TableItem
- Deprecated. Sets a cell value.
- setText(String) -
Method in class com.extjs.gxt.ui.client.widget.Text
- Sets the text.
- setText(String) -
Method in class com.extjs.gxt.ui.client.widget.tips.ToolTipConfig
- The tool tip text.
- setText(String) -
Method in class com.extjs.gxt.ui.client.widget.tree.TreeItem
- Deprecated. Sets the item's text.
- setText(int, String) -
Method in class com.extjs.gxt.ui.client.widget.treetable.TreeTableItem
- Deprecated. Sets a cell value.
- setTextProvider(ModelStringProvider<ModelData>) -
Method in class com.extjs.gxt.charts.client.model.PieDataProvider
-
- setTextStyle(String) -
Method in class com.extjs.gxt.ui.client.widget.DataListItem
- Deprecated. Sets the item's text style.
- setTextStyle(String) -
Method in class com.extjs.gxt.ui.client.widget.Header
- Sets the style name added to the header's text element.
- setTextStyle(String) -
Method in class com.extjs.gxt.ui.client.widget.TabItem
- Sets the style name to be applied to the item's text element.
- setTextStyle(String) -
Method in class com.extjs.gxt.ui.client.widget.tree.TreeItem
- Deprecated. Sets the item's text style.
- setThousandSeparatorDisabled(boolean) -
Method in class com.extjs.gxt.charts.client.model.ChartModel
- Sets whether the thousand separator is disabled.
- setTickHeight(Integer) -
Method in class com.extjs.gxt.charts.client.model.axis.XAxis
- Sets the tick height.
- setTickLength(Integer) -
Method in class com.extjs.gxt.charts.client.model.axis.YAxis
- Sets the tick length.
- setTitle(Text) -
Method in class com.extjs.gxt.charts.client.model.ChartModel
- Sets the title.
- setTitle(String) -
Method in class com.extjs.gxt.ui.client.core.El
- Sets the element's title property.
- setTitle(String) -
Method in class com.extjs.gxt.ui.client.widget.Component
-
- setTitle(String) -
Method in class com.extjs.gxt.ui.client.widget.MessageBox
- Sets the title text (pre-render).
- setTitle(String) -
Method in class com.extjs.gxt.ui.client.widget.tips.ToolTipConfig
- Sets the tool tip title.
- setTitleCollapse(boolean) -
Method in class com.extjs.gxt.ui.client.widget.ContentPanel
- True to allow expanding and collapsing the panel (when
ContentPanel.collapsible
= true) by clicking anywhere in the header bar, false to allow it only by
clicking to tool button (defaults to false, pre-render).
- setTitleCollapse(boolean) -
Method in class com.extjs.gxt.ui.client.widget.layout.AccordionLayout
- True to allow expand/collapse of each contained panel by clicking anywhere
on the title bar, false to allow expand/collapse only when the toggle tool
button is clicked (defaults to true).
- setTitleStyle(String) -
Method in class com.extjs.gxt.charts.client.model.ToolTip
- Sets the title style.
- setTodayText(String) -
Method in class com.extjs.gxt.ui.client.widget.DatePicker.DatePickerMessages
- Sets the text to display on the button that selects the current date
(defaults to "Today").
- setTodayTip(String) -
Method in class com.extjs.gxt.ui.client.widget.DatePicker.DatePickerMessages
- Sets the tooltip to display for the button that selects the current date
(defaults to "{current date} (Spacebar)").
- setToggleGroup(String) -
Method in class com.extjs.gxt.ui.client.widget.button.ToggleButton
- Optionally, set the the button's toggle group name.
- setToken(String) -
Method in class com.extjs.gxt.ui.client.mvc.AppEvent
- The optional history token (defaults to null).
- setTooltip(String) -
Method in class com.extjs.gxt.charts.client.model.charts.BarChart.Bar
- Sets the tooltip.
- setTooltip(String) -
Method in class com.extjs.gxt.charts.client.model.charts.ChartConfig
- Sets the tooltip text (#val# is the default)
- setTooltip(String) -
Method in class com.extjs.gxt.charts.client.model.charts.dots.BaseDot
- Sets the tooltip.
- setTooltip(String) -
Method in class com.extjs.gxt.charts.client.model.charts.HorizontalBarChart.Bar
- Sets the tooltip.
- setToolTip(String) -
Method in class com.extjs.gxt.ui.client.widget.Component
- Sets the component's tool tip.
- setToolTip(ToolTipConfig) -
Method in class com.extjs.gxt.ui.client.widget.Component
- Sets the component's tool tip with the given config.
- setToolTip(String) -
Method in class com.extjs.gxt.ui.client.widget.grid.ColumnConfig
- Sets the column's tool tip.
- setTooltipStyle(ToolTip) -
Method in class com.extjs.gxt.charts.client.model.ChartModel
- Sets the tooltip style.
- setTop(Number) -
Method in class com.extjs.gxt.charts.client.model.charts.BarChart.Bar
- Sets the top.
- setTop(int) -
Method in class com.extjs.gxt.ui.client.core.El
- Sets the element's top position directly using CSS style (instead of
El.setY(int)).
- setTop(int) -
Method in class com.extjs.gxt.ui.client.widget.Layer
-
- setTop(int) -
Method in class com.extjs.gxt.ui.client.widget.layout.AbsoluteData
- Sets the top position (defaults to DEFAULT).
- setTopComponent(Component) -
Method in class com.extjs.gxt.ui.client.widget.ContentPanel
- Sets the panel's top component (pre-render).
- setTotalLength(int) -
Method in class com.extjs.gxt.ui.client.data.BasePagingLoadResult
-
- setTotalLength(int) -
Method in interface com.extjs.gxt.ui.client.data.PagingLoadResult
- Sets the total length.
- setTotalName(String) -
Method in class com.extjs.gxt.ui.client.data.ModelType
- Sets name of the property that contains the 'total number of records'
value.
- setTrackMouse(boolean) -
Method in class com.extjs.gxt.ui.client.widget.tips.ToolTipConfig
- True to have the tooltip follow the mouse as it moves over the target
element (defaults to false).
- setTrackMouseOver(boolean) -
Method in class com.extjs.gxt.ui.client.widget.DataList
- Deprecated. True to highlight items when the mouse is over (defaults to true).
- setTrackMouseOver(boolean) -
Method in class com.extjs.gxt.ui.client.widget.grid.Grid
- True to highlight rows when the mouse is over (defaults to true).
- setTrackMouseOver(boolean) -
Method in class com.extjs.gxt.ui.client.widget.treepanel.TreePanel
- True to highlight nodes when the mouse is over (defaults to true).
- setTree(Tree) -
Method in class com.extjs.gxt.ui.client.event.TreeEvent
- Deprecated. Sets the source tree.
- setTreeGrid(TreeGrid<M>) -
Method in class com.extjs.gxt.ui.client.event.TreeGridEvent
-
- setTreeGridSource(DND.TreeSource) -
Method in class com.extjs.gxt.ui.client.dnd.TreeGridDragSource
- Sets which tree items can be dragged (defaults to BOTH).
- setTreeItemPartId(String) -
Method in class com.extjs.gxt.ui.client.widget.tree.Tree
- Deprecated. Sets the part id used to obtain new tree item ui instances (defaults to
"tree.item.default".
- setTreePanel(TreePanel<M>) -
Method in class com.extjs.gxt.ui.client.event.TreePanelEvent
- Sets the source tree panel.
- setTreeSource(DND.TreeSource) -
Method in class com.extjs.gxt.ui.client.dnd.TreeDragSource
- Deprecated. Sets witch tree items can be dragged (defaults to BOTH).
- setTreeSource(DND.TreeSource) -
Method in class com.extjs.gxt.ui.client.dnd.TreePanelDragSource
- Sets which tree items can be dragged (defaults to BOTH).
- setTreeStoreState(boolean) -
Method in class com.extjs.gxt.ui.client.dnd.TreePanelDragSource
- True to use
TreeStore.getModelState(ModelData) when setting the
drag data (defaults to true).
- setTreeTable(TreeTable) -
Method in class com.extjs.gxt.ui.client.event.TreeTableEvent
- Deprecated. Sets the source tree table.
- setTreeTableElement(Element) -
Method in class com.extjs.gxt.ui.client.widget.tree.TreeItem
- Deprecated.
- setTriggerAction(ComboBox.TriggerAction) -
Method in class com.extjs.gxt.ui.client.widget.form.ComboBox
- The action to execute when the trigger field is activated.
- setTriggerStyle(String) -
Method in class com.extjs.gxt.ui.client.widget.form.TriggerField
- Sets the trigger style name.
- setTwinTriggerStyle(String) -
Method in class com.extjs.gxt.ui.client.widget.form.TwinTriggerField
- Sets the field's twin trigger style
- setType(int) -
Method in class com.extjs.gxt.ui.client.data.ChangeEvent
- Sets the type.
- setType(Class<?>) -
Method in class com.extjs.gxt.ui.client.data.DataField
- The data type of the field used when converting the raw value.
- setType(EventType) -
Method in class com.extjs.gxt.ui.client.event.BaseEvent
- Sets the event's event type.
- setType(String) -
Method in class com.extjs.gxt.ui.client.widget.button.Button
- Submit, reset or button (defaults to 'button').
- setType(Class<?>) -
Method in class com.extjs.gxt.ui.client.widget.form.NumberPropertyEditor
- Sets the number type used when converting a string to a number.
- setType(MessageBox.MessageBoxType) -
Method in class com.extjs.gxt.ui.client.widget.MessageBox
- Sets the message box type (pre-render).
- setTypeAhead(boolean) -
Method in class com.extjs.gxt.ui.client.widget.form.ComboBox
- True to populate and autoselect the remainder of the text being typed after
a configurable delay (
ComboBox.typeAheadDelay) if it matches a known value
(defaults to false)
- setTypeAheadDelay(int) -
Method in class com.extjs.gxt.ui.client.widget.form.ComboBox
- The length of time in milliseconds to wait until the typeahead text is
displayed if typeAhead = true (defaults to 250).
- setUI(TreeItemUI) -
Method in class com.extjs.gxt.ui.client.widget.tree.TreeItem
- Deprecated.
- setUl(AbstractImagePrototype) -
Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorImages
-
- setUlTipText(String) -
Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
-
- setUlTipTitle(String) -
Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
-
- setUnderline(AbstractImagePrototype) -
Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorImages
-
- setUnderlineTipText(String) -
Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
-
- setUnderlineTipTitle(String) -
Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
-
- setUpdateEl(boolean) -
Method in class com.extjs.gxt.ui.client.widget.Editor
- True to update the innerHTML of the bound element when the update completes
(defaults to false).
- setUpdateZIndex(boolean) -
Method in class com.extjs.gxt.ui.client.fx.Draggable
- True if the CSS z-index should be updated on the widget being dragged.
- setUrl(String) -
Method in class com.extjs.gxt.ui.client.data.ScriptTagProxy
- Sets the proxies url.
- setUrl(String) -
Method in class com.extjs.gxt.ui.client.widget.ContentPanel
- Adds the content from the given url.
- setUrl(String) -
Method in class com.extjs.gxt.ui.client.widget.HtmlContainer
- Retrieves and sets the container's content from the given url.
- setUrl(String) -
Method in class com.extjs.gxt.ui.client.widget.TabItem
- Sets a url for the content area of the item.
- setUseProxy(boolean) -
Method in class com.extjs.gxt.ui.client.fx.Draggable
- True to use a proxy widget during drag operation (defaults to true).
- setUseTip(boolean) -
Method in class com.extjs.gxt.ui.client.widget.Slider
- True to enable tool tips (default to true).
- setValid(String, boolean) -
Method in class com.extjs.gxt.ui.client.store.Record
- Sets whether the record is valid (defualts to true).
- setValidateOnBlur(boolean) -
Method in class com.extjs.gxt.ui.client.widget.form.Field
- Sets whether the field should validate when it loses focus (defaults to
true).
- setValidationDelay(int) -
Method in class com.extjs.gxt.ui.client.widget.form.Field
- Sets length of time in milliseconds after user input begins until
validation is initiated (defaults to 250).
- setValidator(Validator) -
Method in class com.extjs.gxt.ui.client.widget.form.MultiField
- Sets the field's validator.
- setValidator(Validator) -
Method in class com.extjs.gxt.ui.client.widget.form.TextField
- Sets the validator instance to be called during field validation.
- setValue(Number) -
Method in class com.extjs.gxt.charts.client.event.ChartEvent
- Sets the source value.
- setValue(Number) -
Method in class com.extjs.gxt.charts.client.model.charts.DataConfig
- Sets the value.
- setValue(Number) -
Method in class com.extjs.gxt.charts.client.model.charts.dots.BaseDot
- Sets the value.
- setValue(Number) -
Method in class com.extjs.gxt.charts.client.model.charts.PieChart.Slice
- Sets the value.
- setValue(String) -
Method in class com.extjs.gxt.ui.client.core.El
- Sets the element's value property.
- setValue(Object) -
Method in class com.extjs.gxt.ui.client.event.EditorEvent
- Sets the value.
- setValue(Object) -
Method in class com.extjs.gxt.ui.client.event.FieldEvent
- Sets the value.
- setValue(Object) -
Method in class com.extjs.gxt.ui.client.event.GridEvent
- Sets the value.
- setValue(String) -
Method in class com.extjs.gxt.ui.client.event.MessageBoxEvent
- Sets the field value.
- setValue(Object) -
Method in class com.extjs.gxt.ui.client.event.StateEvent
- Sets the value.
- setValue(String) -
Method in class com.extjs.gxt.ui.client.widget.ColorPalette
- Sets the selected color.
- setValue(Date) -
Method in class com.extjs.gxt.ui.client.widget.DatePicker
- Sets the value of the date field.
- setValue(Date, boolean) -
Method in class com.extjs.gxt.ui.client.widget.DatePicker
- Sets the value of the date field.
- setValue(Object) -
Method in class com.extjs.gxt.ui.client.widget.Editor
- Sets the data value of the editor
- setValue(D) -
Method in class com.extjs.gxt.ui.client.widget.form.ComboBox
-
- setValue(D) -
Method in class com.extjs.gxt.ui.client.widget.form.Field
- Sets a data value into the field and validates it.
- setValue(String) -
Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor
-
- setValue(Object) -
Method in class com.extjs.gxt.ui.client.widget.form.LabelField
-
- setValue(Boolean) -
Method in class com.extjs.gxt.ui.client.widget.form.Radio
-
- setValue(Radio) -
Method in class com.extjs.gxt.ui.client.widget.form.RadioGroup
-
- setValue(T) -
Method in class com.extjs.gxt.ui.client.widget.form.SimpleComboValue
- Sets the value.
- setValue(Integer) -
Method in class com.extjs.gxt.ui.client.widget.form.SliderField
-
- setValue(D) -
Method in class com.extjs.gxt.ui.client.widget.form.TextField
-
- setValue(int) -
Method in class com.extjs.gxt.ui.client.widget.Slider
- Sets the current value.
- setValue(int, boolean) -
Method in class com.extjs.gxt.ui.client.widget.Slider
- Sets the current value.
- setValue(int, Object) -
Method in class com.extjs.gxt.ui.client.widget.table.TableItem
- Deprecated. Sets a cell value.
- setValue(int, Object) -
Method in class com.extjs.gxt.ui.client.widget.treetable.TreeTableItem
- Deprecated. Sets a cell value.
- setValueAttribute(String) -
Method in class com.extjs.gxt.ui.client.widget.form.CheckBox
- Sets a new value attribute to the input element
- setValueField(String) -
Method in class com.extjs.gxt.ui.client.widget.form.ComboBox
- Sets the model field used to retrieve the "value" from the model.
- setValueField(String) -
Method in class com.extjs.gxt.ui.client.widget.form.ListField
- Sets the field's value field.
- setValueNoutFoundText(String) -
Method in class com.extjs.gxt.ui.client.widget.form.ComboBox.ComboBoxMessages
- When using a name/value combo, if the value passed to setValue is not
found in the store, valueNotFoundText will be displayed as the field text
if defined.
- setValueProperty(String) -
Method in class com.extjs.gxt.charts.client.model.PieDataProvider
-
- setValues(List<DataConfig>) -
Method in class com.extjs.gxt.charts.client.model.charts.ChartConfig
- Sets the values.
- setValues(Object[]) -
Method in class com.extjs.gxt.ui.client.widget.treetable.TreeTableItem
- Deprecated. Sets the item's values.
- setVBoxLayoutAlign(VBoxLayout.VBoxLayoutAlign) -
Method in class com.extjs.gxt.ui.client.widget.layout.VBoxLayout
- Sets the horizontal alignment for child items (defaults to LEFT).
- setVersion(String) -
Method in class com.extjs.gxt.ui.client.widget.flash.SwfObject.SwfConfig
- Sets the flash version.
- setVertical(boolean) -
Method in class com.extjs.gxt.ui.client.widget.Slider
- True to orient the slider vertically (defaults to false).
- setVerticalAlign(Style.VerticalAlignment) -
Method in class com.extjs.gxt.ui.client.widget.HorizontalPanel
- Sets the panel' vertical alignment.
- setVerticalAlign(Style.VerticalAlignment) -
Method in class com.extjs.gxt.ui.client.widget.layout.TableData
- Sets the cell's vertical alignment.
- setVerticalAlign(Style.VerticalAlignment) -
Method in class com.extjs.gxt.ui.client.widget.VerticalPanel
- Sets the vertical cell alignment (defaults to TOP).
- setVerticalLines(boolean) -
Method in class com.extjs.gxt.ui.client.widget.table.Table
- Deprecated. True to display vertical borders on the table data (defaults to false).
- setView(DataView) -
Method in class com.extjs.gxt.ui.client.event.DataViewEvent
- Deprecated. Sets the source data view.
- setView(ListView<D>) -
Method in class com.extjs.gxt.ui.client.widget.form.ComboBox
- Sets the combo's view.
- setView(GridView) -
Method in class com.extjs.gxt.ui.client.widget.grid.Grid
- Sets the view's grid (pre-render).
- setView(TableView) -
Method in class com.extjs.gxt.ui.client.widget.table.Table
- Deprecated. Sets the table's view.
- setView(GridView) -
Method in class com.extjs.gxt.ui.client.widget.treegrid.TreeGrid
-
- setView(TreePanelView<M>) -
Method in class com.extjs.gxt.ui.client.widget.treepanel.TreePanel
- Sets the tree's view.
- setView(TreeTableView) -
Method in class com.extjs.gxt.ui.client.widget.treetable.TreeTable
- Deprecated. Sets the tree table's view.
- setViewConfig(GridViewConfig) -
Method in class com.extjs.gxt.ui.client.widget.grid.GridView
- Sets the view config.
- setVisibility(boolean) -
Method in class com.extjs.gxt.ui.client.core.El
- Sets the elements css 'visibility' property.
- setVisibility(boolean) -
Method in class com.extjs.gxt.ui.client.widget.Layer
-
- setVisibilityMode(El.VisMode) -
Method in class com.extjs.gxt.ui.client.core.El
- Sets the element's visibility mode.
- setVisible(boolean) -
Method in class com.extjs.gxt.charts.client.model.axis.Label
- Sets the visible.
- setVisible(boolean) -
Method in class com.extjs.gxt.charts.client.model.axis.XAxis.XLabels
- Sets the visible state.
- setVisible(boolean) -
Method in class com.extjs.gxt.charts.client.model.Legend
- Sets whether the legend is visible.
- setVisible(boolean) -
Method in class com.extjs.gxt.ui.client.core.El
- Sets the visibility of the element (see details).
- setVisible(boolean) -
Method in class com.extjs.gxt.ui.client.widget.Component
- Convenience function to hide or show this component by boolean.
- setVisible(boolean) -
Method in class com.extjs.gxt.ui.client.widget.Layer
-
- setVScrollPosition(int) -
Method in class com.extjs.gxt.ui.client.widget.ScrollContainer
- Sets the vertical scroll position.
- setWidget(String, Widget) -
Method in class com.extjs.gxt.ui.client.widget.grid.AggregationRowConfig
- Sets the widget for the given column.
- setWidget(Widget, String) -
Method in class com.extjs.gxt.ui.client.widget.grid.ColumnConfig
- Sets the column's widget.
- setWidget(Widget) -
Method in class com.extjs.gxt.ui.client.widget.grid.HeaderGroupConfig
- Sets the group's widget.
- setWidget(int, Widget) -
Method in class com.extjs.gxt.ui.client.widget.table.TableItem
- Deprecated. Sets a widget as a cell value.
- setWidth(Integer) -
Method in class com.extjs.gxt.charts.client.model.charts.LineChart
- Sets the width.
- setWidth(int) -
Method in class com.extjs.gxt.ui.client.core.CompositeElement
- Sets the element's width.
- setWidth(String) -
Method in class com.extjs.gxt.ui.client.core.CompositeElement
- Sets the element's width.
- setWidth(int) -
Method in class com.extjs.gxt.ui.client.core.El
- Sets the element's width.
- setWidth(int, boolean) -
Method in class com.extjs.gxt.ui.client.core.El
- Sets the elements's width.
- setWidth(String) -
Method in class com.extjs.gxt.ui.client.core.El
- Sets the element's width.
- setWidth(int) -
Method in class com.extjs.gxt.ui.client.event.BoxComponentEvent
-
- setWidth(int) -
Method in class com.extjs.gxt.ui.client.event.ColumnModelEvent
-
- setWidth(int) -
Method in class com.extjs.gxt.ui.client.event.DragEvent
- Sets the current width.
- setWidth(int) -
Method in class com.extjs.gxt.ui.client.event.GridEvent
- Sets the width.
- setWidth(int) -
Method in class com.extjs.gxt.ui.client.widget.BoxComponent
- Sets the width of the component.
- setWidth(String) -
Method in class com.extjs.gxt.ui.client.widget.BoxComponent
- Sets the width of the component.
- setWidth(String) -
Method in class com.extjs.gxt.ui.client.widget.Component
- Overrides UIObject and does nothing.
- setWidth(String) -
Method in class com.extjs.gxt.ui.client.widget.flash.SwfObject.SwfConfig
- Sets the flash object width.
- setWidth(int) -
Method in class com.extjs.gxt.ui.client.widget.grid.ColumnConfig
- Sets the column's width in pixels.
- setWidth(int, boolean) -
Method in class com.extjs.gxt.ui.client.widget.Layer
-
- setWidth(String) -
Method in class com.extjs.gxt.ui.client.widget.Layer
-
- setWidth(double) -
Method in class com.extjs.gxt.ui.client.widget.layout.ColumnData
- Sets the width of the column.
- setWidth(int) -
Method in class com.extjs.gxt.ui.client.widget.layout.FormData
- Setst the width.
- setWidth(double) -
Method in class com.extjs.gxt.ui.client.widget.layout.RowData
- Sets the height in pixels (defaults to DEFAULT).
- setWidth(String) -
Method in class com.extjs.gxt.ui.client.widget.layout.TableData
- Specifies the cell's width.
- setWidth(String) -
Method in class com.extjs.gxt.ui.client.widget.layout.TableLayout
- Sets the table's width.
- setWidth(float) -
Method in class com.extjs.gxt.ui.client.widget.table.TableColumn
- Deprecated. Sets the column's width.
- setWindow(Window) -
Method in class com.extjs.gxt.ui.client.event.WindowEvent
- Sets the source window.
- setWindowResizeDelay(int) -
Method in class com.extjs.gxt.ui.client.widget.LayoutContainer
-
- setWmode(FlashComponent.WMode) -
Method in class com.extjs.gxt.ui.client.widget.flash.FlashComponent
- Sets the wmode (defaults to WMode.TRANSPARENT).
- setX(Number) -
Method in class com.extjs.gxt.charts.client.model.charts.Shape.Point
- Sets the x.
- setX(int) -
Method in class com.extjs.gxt.ui.client.core.El
- Sets the X position of the element based on page coordinates.
- setX(int) -
Method in class com.extjs.gxt.ui.client.event.BoxComponentEvent
-
- setX(int) -
Method in class com.extjs.gxt.ui.client.event.DragEvent
- Sets the current x-coordinate value.
- setXAxis(XAxis) -
Method in class com.extjs.gxt.charts.client.model.ChartModel
- Sets the x-axis.
- setXConstraint(int, int) -
Method in class com.extjs.gxt.ui.client.fx.Draggable
- Constrains the horizontal travel.
- setXLegend(Text) -
Method in class com.extjs.gxt.charts.client.model.ChartModel
- Sets the x-legend.
- setXOffset(int) -
Method in class com.extjs.gxt.ui.client.widget.Popup
- Sets the xOffset when constrainViewport == true (defaults to 10).
- setXOffset(int) -
Method in class com.extjs.gxt.ui.client.widget.SplitBar
- The amount of pixels the bar should be offset to the left (defaults to 0).
- setXY(Number, Number) -
Method in class com.extjs.gxt.charts.client.model.charts.dots.BaseDot
- Sets the x.
- setXY(Number, Number) -
Method in class com.extjs.gxt.charts.client.model.charts.Shape.Point
- Sets the x and y
- setXY(int, int) -
Method in class com.extjs.gxt.ui.client.core.El
- Sets the elements position in page coordinates.
- setXY(int, int, FxConfig) -
Method in class com.extjs.gxt.ui.client.core.El
- Sets the elements position in page coordinates.
- setXY(Point) -
Method in class com.extjs.gxt.ui.client.core.El
- Sets the element's position in page coordinates.
- setXY(int, int) -
Method in class com.extjs.gxt.ui.client.widget.Layer
-
- setY(Number) -
Method in class com.extjs.gxt.charts.client.model.charts.Shape.Point
- Sets the y.
- setY(int) -
Method in class com.extjs.gxt.ui.client.core.El
- Sets the Y position of the element based on page coordinates.
- setY(int) -
Method in class com.extjs.gxt.ui.client.event.BoxComponentEvent
-
- setY(int) -
Method in class com.extjs.gxt.ui.client.event.DragEvent
- Sets the current y-coordinate value.
- setYAxis(YAxis) -
Method in class com.extjs.gxt.charts.client.model.ChartModel
- Sets the left y-axis.
- setYAxisLabelStyle(Integer, String) -
Method in class com.extjs.gxt.charts.client.model.ChartModel
- Sets the y-axis label style.
- setYAxisRight(YAxis) -
Method in class com.extjs.gxt.charts.client.model.ChartModel
- Sets the right y-axis.
- setYAxisRightLabelStyle(Integer, String) -
Method in class com.extjs.gxt.charts.client.model.ChartModel
- Sets the right y-axis label style.
- setYConstraint(int, int) -
Method in class com.extjs.gxt.ui.client.fx.Draggable
- Constrains the vertical travel.
- setYLegend(Text) -
Method in class com.extjs.gxt.charts.client.model.ChartModel
- Sets the y-legend.
- setYOffset(int) -
Method in class com.extjs.gxt.ui.client.widget.Popup
- Sets the yOffset when constrainViewport == true (defaults to 15).
- setYOffset(int) -
Method in class com.extjs.gxt.ui.client.widget.SplitBar
- Sets the amount of pixels the bar should be offset to the top (defaults to
0).
- setYRightLegend(Text) -
Method in class com.extjs.gxt.charts.client.model.ChartModel
- Sets the right y-legend.
- setZDepth3D(Integer) -
Method in class com.extjs.gxt.charts.client.model.axis.AbstractAxis
- Sets the z-depth (3D).
- setZIndex(int) -
Method in class com.extjs.gxt.ui.client.core.El
- Sets the element's z-index.
- setZIndex(int) -
Method in class com.extjs.gxt.ui.client.widget.Component
-
- setZIndex(int) -
Method in class com.extjs.gxt.ui.client.widget.FramePanel
- Sets the z-index of the panel.
- setZIndex(int) -
Method in class com.extjs.gxt.ui.client.widget.Layer
-
- setZIndex(int) -
Method in class com.extjs.gxt.ui.client.widget.Window
-
- SHADOW -
Static variable in class com.extjs.gxt.ui.client.util.Markup
-
- Shape - Class in com.extjs.gxt.charts.client.model.charts
- OFC shape (polygon drawn within a chart)
- Shape() -
Constructor for class com.extjs.gxt.charts.client.model.charts.Shape
- Creates a new shape.
- Shape.Point - Class in com.extjs.gxt.charts.client.model.charts
- Shape chart data type.
- Shape.Point(Number, Number) -
Constructor for class com.extjs.gxt.charts.client.model.charts.Shape.Point
- Creates a new point.
- Shift -
Static variable in class com.extjs.gxt.ui.client.event.KeyboardEvents
- Keyboard shift key event type.
- Shim - Class in com.extjs.gxt.ui.client.widget
- An class that supports placing a shim over the client window, and optionally
just over IFrames.
- Shortcut - Class in com.extjs.gxt.desktop.client
- A selectable icon and text added to the desktop.
- Shortcut() -
Constructor for class com.extjs.gxt.desktop.client.Shortcut
- Creates a new shortcut.
- Shortcut(String, String) -
Constructor for class com.extjs.gxt.desktop.client.Shortcut
- Creates a new shortcut.
- show(Element, String) -
Method in class com.extjs.gxt.desktop.client.StartMenu
-
- show(Component) -
Method in class com.extjs.gxt.ui.client.aria.FocusFrame
-
- show() -
Method in class com.extjs.gxt.ui.client.core.El
- Shows this element
- Show -
Static variable in class com.extjs.gxt.ui.client.event.Events
- Show event type.
- show() -
Method in class com.extjs.gxt.ui.client.widget.Component
- Show this component.
- show(InfoConfig) -
Method in class com.extjs.gxt.ui.client.widget.Info
- Displays the info.
- show(Style.LayoutRegion) -
Method in class com.extjs.gxt.ui.client.widget.layout.BorderLayout
-
- show(Element, String) -
Method in class com.extjs.gxt.ui.client.widget.menu.Menu
- Displays this menu relative to another element.
- show(Element, String, int[]) -
Method in class com.extjs.gxt.ui.client.widget.menu.Menu
- Displays this menu relative to another element.
- show(Widget) -
Method in class com.extjs.gxt.ui.client.widget.menu.Menu
- Displays this menu relative to the widget using the default alignment.
- show() -
Method in class com.extjs.gxt.ui.client.widget.MessageBox
- Displays the message box.
- show(Component) -
Method in class com.extjs.gxt.ui.client.widget.ModalPanel
- Displays the panel.
- show() -
Method in class com.extjs.gxt.ui.client.widget.Popup
- Displays the popup.
- show(Component) -
Method in class com.extjs.gxt.ui.client.widget.Popup
- Displays the popup aligned to the bottom left of the widget.
- show(Element, String) -
Method in class com.extjs.gxt.ui.client.widget.Popup
- Displays the popup.
- show(Element, String, int[]) -
Method in class com.extjs.gxt.ui.client.widget.Popup
- Displays the popup.
- show() -
Method in class com.extjs.gxt.ui.client.widget.tips.ToolTip
-
- show() -
Method in class com.extjs.gxt.ui.client.widget.Window
- Shows the window, rendering it first if necessary, or activates it and
brings it to front if hidden.
- showAt(int, int) -
Method in class com.extjs.gxt.ui.client.widget.menu.Menu
- Displays this menu at a specific xy position.
- showAt(int, int) -
Method in class com.extjs.gxt.ui.client.widget.Popup
- Shows the popup at the specified location.
- showAt(int, int) -
Method in class com.extjs.gxt.ui.client.widget.tips.Tip
- Shows this tip at the specified position.
- showAt(Point) -
Method in class com.extjs.gxt.ui.client.widget.tips.Tip
- Shows this tip at the specified position.
- showAt(int, int) -
Method in class com.extjs.gxt.ui.client.widget.tips.ToolTip
-
- showMenu() -
Method in class com.extjs.gxt.ui.client.widget.button.Button
- Show this button's menu (if it has one).
- SimpleComboBox<T> - Class in com.extjs.gxt.ui.client.widget.form
- A
ComboBox subclass that supports any simple data types. - SimpleComboBox() -
Constructor for class com.extjs.gxt.ui.client.widget.form.SimpleComboBox
- Creates a new simple combo box.
- SimpleComboBoxFieldBinding - Class in com.extjs.gxt.ui.client.binding
- A specialized binding that automatically handles data conversion when using a
SimpleComboBox. - SimpleComboBoxFieldBinding(SimpleComboBox, String) -
Constructor for class com.extjs.gxt.ui.client.binding.SimpleComboBoxFieldBinding
- Creates a new simplecombobox field binding instance.
- SimpleComboValue<T> - Class in com.extjs.gxt.ui.client.widget.form
- A
ModelData instance used in a SimpleComboBox. - SingleStyleEffect - Class in com.extjs.gxt.ui.client.fx
-
- SingleStyleEffect(El) -
Constructor for class com.extjs.gxt.ui.client.fx.SingleStyleEffect
-
- SingleStyleEffect(El, String, double, double) -
Constructor for class com.extjs.gxt.ui.client.fx.SingleStyleEffect
-
- sinkEvents(int) -
Method in class com.extjs.gxt.ui.client.widget.Component
-
- size() -
Method in class com.extjs.gxt.ui.client.core.FastMap
-
- size() -
Method in class com.extjs.gxt.ui.client.core.FastSet
-
- size() -
Method in class com.extjs.gxt.ui.client.data.RpcMap
- Returns the number of key-value mappings in this map.
- size() -
Method in class com.extjs.gxt.ui.client.js.JsArray
- Returns the size of the array.
- Size - Class in com.extjs.gxt.ui.client.util
- Instances of this class represent a rectangle's size.
- Size(int, int) -
Constructor for class com.extjs.gxt.ui.client.util.Size
- Creates a new size instance.
- SketchBarChart - Class in com.extjs.gxt.charts.client.model.charts
- OFC sketch bar chart (drawn).
- SketchBarChart() -
Constructor for class com.extjs.gxt.charts.client.model.charts.SketchBarChart
- Creates a new sketch bar chart.
- SketchBarChart(String, String, Integer) -
Constructor for class com.extjs.gxt.charts.client.model.charts.SketchBarChart
- Creates a new sketch bar chart.
- SketchBarChart.SketchBar - Class in com.extjs.gxt.charts.client.model.charts
- SketchBar data type.
- SketchBarChart.SketchBar(Number) -
Constructor for class com.extjs.gxt.charts.client.model.charts.SketchBarChart.SketchBar
- Creates a new bar.
- SketchBarChart.SketchBar(Number, Integer) -
Constructor for class com.extjs.gxt.charts.client.model.charts.SketchBarChart.SketchBar
- Creates a new bar.
- SketchBarChart.SketchBar(Number, Number, Integer) -
Constructor for class com.extjs.gxt.charts.client.model.charts.SketchBarChart.SketchBar
- Creates a new bar.
- Slate - Class in com.extjs.gxt.themes.client
- Slate theme (default path is 'gxt/themes/slate/css/xtheme-slate.css').
- Slate() -
Constructor for class com.extjs.gxt.themes.client.Slate
-
- Slate(String) -
Constructor for class com.extjs.gxt.themes.client.Slate
-
- SLATE -
Static variable in class com.extjs.gxt.themes.client.Slate
-
- slate() -
Method in interface com.extjs.gxt.themes.client.ThemeNames
-
- slideIn(Style.Direction, FxConfig) -
Method in class com.extjs.gxt.ui.client.core.El
- Slides the element in.
- slideIn(El, FxConfig, Style.Direction) -
Static method in class com.extjs.gxt.ui.client.fx.BaseEffect
-
- slideOut(Style.Direction, FxConfig) -
Method in class com.extjs.gxt.ui.client.core.El
- Slides the element out.
- slideOut(El, FxConfig, Style.Direction) -
Static method in class com.extjs.gxt.ui.client.fx.BaseEffect
-
- Slider - Class in com.extjs.gxt.ui.client.widget
- Slider component.
- Slider() -
Constructor for class com.extjs.gxt.ui.client.widget.Slider
- Creates a new slider.
- SliderEvent - Class in com.extjs.gxt.ui.client.event
- Slider event type.
- SliderEvent(Slider) -
Constructor for class com.extjs.gxt.ui.client.event.SliderEvent
-
- SliderEvent(Slider, Event) -
Constructor for class com.extjs.gxt.ui.client.event.SliderEvent
-
- SliderField - Class in com.extjs.gxt.ui.client.widget.form
- Field which wraps a
Slider. - SliderField(Slider) -
Constructor for class com.extjs.gxt.ui.client.widget.form.SliderField
-
- SolidDot - Class in com.extjs.gxt.charts.client.model.charts.dots
- OFC Solid Dot
- SolidDot() -
Constructor for class com.extjs.gxt.charts.client.model.charts.dots.SolidDot
-
- SolidDot(Number) -
Constructor for class com.extjs.gxt.charts.client.model.charts.dots.SolidDot
-
- sort(String, Style.SortDir) -
Method in class com.extjs.gxt.ui.client.store.ListStore
- Sorts the store.
- Sort -
Static variable in class com.extjs.gxt.ui.client.store.Store
- Filter event type.
- sort(String, Style.SortDir) -
Method in class com.extjs.gxt.ui.client.store.TreeStore
- Sorts the store.
- sort(Comparator<DataListItem>) -
Method in class com.extjs.gxt.ui.client.widget.DataList
- Deprecated. Sorts the data list.
- sort(int, Style.SortDir) -
Method in interface com.extjs.gxt.ui.client.widget.table.BaseTable
- Deprecated. Sorts the table using the specified column index.
- sort(int, Style.SortDir) -
Method in class com.extjs.gxt.ui.client.widget.table.Table
- Deprecated. Sorts the table using the specified column index.
- sort(int, Style.SortDir) -
Method in class com.extjs.gxt.ui.client.widget.table.TableHeader
- Deprecated.
- sort(int, Style.SortDir) -
Method in class com.extjs.gxt.ui.client.widget.table.TableView
- Deprecated. Sorts the table.
- sort(int, Style.SortDir) -
Method in class com.extjs.gxt.ui.client.widget.treetable.TreeTable
- Deprecated. Sorts the tree table using the specified column index.
- SortChange -
Static variable in class com.extjs.gxt.ui.client.event.Events
- SortChange event type.
- SortInfo - Class in com.extjs.gxt.ui.client.data
- Aggregates sort field and sort direction.
- SortInfo() -
Constructor for class com.extjs.gxt.ui.client.data.SortInfo
- Creates a new sort field instance.
- SortInfo(String, Style.SortDir) -
Constructor for class com.extjs.gxt.ui.client.data.SortInfo
- Creates a new sort info instance.
- SourceSelectionChangedListener - Class in com.extjs.gxt.ui.client.event
- A
SelectionChangedListener that ignores its own selection
events. - SourceSelectionChangedListener(SelectionProvider<ModelData>) -
Constructor for class com.extjs.gxt.ui.client.event.SourceSelectionChangedListener
-
- SpecialKey -
Static variable in class com.extjs.gxt.ui.client.event.Events
- SpecialKey event type.
- SplitBar - Class in com.extjs.gxt.ui.client.widget
- Creates a draggable splitter on the side of a widget.
- SplitBar(Style.LayoutRegion, BoxComponent) -
Constructor for class com.extjs.gxt.ui.client.widget.SplitBar
- Creates a new split bar.
- SplitBar(Style.LayoutRegion, BoxComponent, BoxComponent) -
Constructor for class com.extjs.gxt.ui.client.widget.SplitBar
- Creates a new split bar.
- SplitBarEvent - Class in com.extjs.gxt.ui.client.event
- SplitBar event type.
- SplitBarEvent(SplitBar) -
Constructor for class com.extjs.gxt.ui.client.event.SplitBarEvent
-
- SplitButton - Class in com.extjs.gxt.ui.client.widget.button
- A split button that provides a built-in dropdown arrow that can fire an event
separately from the default click event of the button.
- SplitButton() -
Constructor for class com.extjs.gxt.ui.client.widget.button.SplitButton
- Creates a new split button.
- SplitButton(String) -
Constructor for class com.extjs.gxt.ui.client.widget.button.SplitButton
- Creates a new split button.
- SplitButton(String, SelectionListener<ButtonEvent>) -
Constructor for class com.extjs.gxt.ui.client.widget.button.SplitButton
- Creates a new split button.
- SSL_SECURE_URL -
Static variable in class com.extjs.gxt.ui.client.GXT
- URL to a blank file used by GXT when in secure mode for iframe src to
prevent the IE insecure content.
- StackedBarChart - Class in com.extjs.gxt.charts.client.model.charts
- OFC stacked bar chart
- StackedBarChart() -
Constructor for class com.extjs.gxt.charts.client.model.charts.StackedBarChart
- Creates a new stacked bar chart.
- StackedBarChart.StackValue - Class in com.extjs.gxt.charts.client.model.charts
- Base class for OFC stack bar chart values
- StackedBarChart.StackValue(Number) -
Constructor for class com.extjs.gxt.charts.client.model.charts.StackedBarChart.StackValue
- Creates a new stack value.
- StackedBarChart.StackValue(Number, String) -
Constructor for class com.extjs.gxt.charts.client.model.charts.StackedBarChart.StackValue
- Creates a new stack value.
- StackedBarChart.StackValue(Number, String, String) -
Constructor for class com.extjs.gxt.charts.client.model.charts.StackedBarChart.StackValue
- Creates a new stack value.
- Star - Class in com.extjs.gxt.charts.client.model.charts.dots
- OFC Star
- Star() -
Constructor for class com.extjs.gxt.charts.client.model.charts.dots.Star
-
- Star(Number) -
Constructor for class com.extjs.gxt.charts.client.model.charts.dots.Star
-
- StartEdit -
Static variable in class com.extjs.gxt.ui.client.event.Events
- StartEdit event type.
- startEdit(Element, Object) -
Method in class com.extjs.gxt.ui.client.widget.Editor
- Starts the editing process and shows the editor.
- startEditing(int, int) -
Method in class com.extjs.gxt.ui.client.widget.grid.EditorGrid
- Starts editing the specified for the specified row/column.
- startEditing(int, int) -
Method in class com.extjs.gxt.ui.client.widget.grid.EditorSupport
-
- startEditing(int, boolean) -
Method in class com.extjs.gxt.ui.client.widget.grid.RowEditor
- Start editing of a specific row.
- startEditing(int, int) -
Method in class com.extjs.gxt.ui.client.widget.treegrid.EditorTreeGrid
- Starts editing the specified for the specified row/column.
- startGroup(String, String, String, String) -
Method in interface com.extjs.gxt.ui.client.widget.grid.GridTemplates
-
- StartMenu - Class in com.extjs.gxt.desktop.client
- A start menu component.
- StartMenu() -
Constructor for class com.extjs.gxt.desktop.client.StartMenu
-
- startMonitoring() -
Method in class com.extjs.gxt.ui.client.widget.form.FormButtonBinding
-
- startRow -
Variable in class com.extjs.gxt.ui.client.widget.grid.GroupColumnData
-
- StateChange -
Static variable in class com.extjs.gxt.ui.client.event.Events
- StateChange event type.
- StateEvent - Class in com.extjs.gxt.ui.client.event
- StateManager event type.
- StateEvent(StateManager) -
Constructor for class com.extjs.gxt.ui.client.event.StateEvent
- Creates a new state event.
- StateEvent(StateManager, String, Object) -
Constructor for class com.extjs.gxt.ui.client.event.StateEvent
- Creates a new state event.
- StateManager - Class in com.extjs.gxt.ui.client.state
- This is the global state manager.
- StateManager() -
Constructor for class com.extjs.gxt.ui.client.state.StateManager
-
- StateRestore -
Static variable in class com.extjs.gxt.ui.client.event.Events
- StateRestore event type.
- StateSave -
Static variable in class com.extjs.gxt.ui.client.event.Events
- StateSave event type.
- Status - Class in com.extjs.gxt.ui.client.widget
- Status component typically used within a
ToolBar. - Status() -
Constructor for class com.extjs.gxt.ui.client.widget.Status
-
- StatusProxy - Class in com.extjs.gxt.ui.client.dnd
- A custom component used to display the status of the drag operation and
information about the data being dragged.
- stopEditing() -
Method in class com.extjs.gxt.ui.client.widget.grid.EditorGrid
- Stops any active editing.
- stopEditing(boolean) -
Method in class com.extjs.gxt.ui.client.widget.grid.EditorGrid
- Stops any active editing.
- stopEditing() -
Method in class com.extjs.gxt.ui.client.widget.grid.EditorSupport
-
- stopEditing(boolean) -
Method in class com.extjs.gxt.ui.client.widget.grid.EditorSupport
- Stops any active editing.
- stopEditing(boolean) -
Method in class com.extjs.gxt.ui.client.widget.grid.RowEditor
- Stops editing.
- stopEditing() -
Method in class com.extjs.gxt.ui.client.widget.treegrid.EditorTreeGrid
- Stops any active editing.
- stopEditing(boolean) -
Method in class com.extjs.gxt.ui.client.widget.treegrid.EditorTreeGrid
- Stops any active editing.
- stopEvent() -
Method in class com.extjs.gxt.ui.client.event.DomEvent
- Stops the event (preventDefault and cancelBubble).
- stopMonitoring() -
Method in class com.extjs.gxt.ui.client.widget.form.FormButtonBinding
-
- Store<M extends ModelData> - Class in com.extjs.gxt.ui.client.store
- The store class encapsulates a client side cache of
ModelData objects
which provide input data for components such as the ComboBox and
ListView. - Store() -
Constructor for class com.extjs.gxt.ui.client.store.Store
-
- storeAdd(StoreEvent<M>) -
Method in class com.extjs.gxt.ui.client.store.StoreListener
- Fires when records have been added to the store.
- storeBeforeDataChanged(StoreEvent<M>) -
Method in class com.extjs.gxt.ui.client.store.StoreListener
- Fires before the data cache has changed.
- StoreBinder<S extends Store<M>,C extends Component,M extends ModelData> - Class in com.extjs.gxt.ui.client.binder
- Abstract base class for all Store Binders.
- StoreBinder(S, C) -
Constructor for class com.extjs.gxt.ui.client.binder.StoreBinder
- Creates a new binder instance.
- storeClear(StoreEvent<M>) -
Method in class com.extjs.gxt.ui.client.store.StoreListener
- Fires when the data cache has been cleared.
- storeDataChanged(StoreEvent<M>) -
Method in class com.extjs.gxt.ui.client.store.StoreListener
- Fires when the data cache has changed, and a widget which is using this
Store as a Record cache should refresh its view.
- StoreEvent<M extends ModelData> - Class in com.extjs.gxt.ui.client.store
- A store event.
- StoreEvent(Store<? extends M>) -
Constructor for class com.extjs.gxt.ui.client.store.StoreEvent
- Creates a new store event.
- StoreFilter<T extends ModelData> - Interface in com.extjs.gxt.ui.client.store
- Interface for store filters.
- storeFilter(StoreEvent<M>) -
Method in class com.extjs.gxt.ui.client.store.StoreListener
- Fires after filters have been applied or removed.
- StoreFilterField<M extends ModelData> - Class in com.extjs.gxt.ui.client.widget.form
- A
TriggerField that filters its bound stores based on the value
of the field. - StoreFilterField() -
Constructor for class com.extjs.gxt.ui.client.widget.form.StoreFilterField
- Creates a new store filter field.
- StoreListener<M extends ModelData> - Class in com.extjs.gxt.ui.client.store
- Store event listener.
- StoreListener() -
Constructor for class com.extjs.gxt.ui.client.store.StoreListener
-
- storeRemove(StoreEvent<M>) -
Method in class com.extjs.gxt.ui.client.store.StoreListener
- Fires when a tecord has been removed from the store.
- StoreSelectionModel<M extends ModelData> - Interface in com.extjs.gxt.ui.client.widget.selection
-
- storeSort(StoreEvent<M>) -
Method in class com.extjs.gxt.ui.client.store.StoreListener
- Fires after the store has been sorted.
- StoreSorter<M extends ModelData> - Class in com.extjs.gxt.ui.client.store
- Sorts the records in a store.
- StoreSorter() -
Constructor for class com.extjs.gxt.ui.client.store.StoreSorter
- Creates a new store sorter.
- StoreSorter(Comparator<Object>) -
Constructor for class com.extjs.gxt.ui.client.store.StoreSorter
- Creates a new store sorter.
- storeUpdate(StoreEvent<M>) -
Method in class com.extjs.gxt.ui.client.store.StoreListener
- Fires when a tecord has been updated.
- stripScripts(String) -
Static method in class com.extjs.gxt.ui.client.util.Format
-
- stripTags(String) -
Static method in class com.extjs.gxt.ui.client.util.Format
-
- style -
Variable in class com.extjs.gxt.ui.client.fx.SingleStyleEffect
- The css style be adjusted.
- Style - Class in com.extjs.gxt.ui.client
- Defines GXT public constants and enumerations.
- Style() -
Constructor for class com.extjs.gxt.ui.client.Style
-
- style -
Variable in class com.extjs.gxt.ui.client.widget.grid.ColumnData
- The column style.
- Style.AnchorPosition - Enum in com.extjs.gxt.ui.client
- Anchor enumeration.
- Style.ButtonArrowAlign - Enum in com.extjs.gxt.ui.client
- ButtonArrowAlign enum.
- Style.ButtonScale - Enum in com.extjs.gxt.ui.client
- ButtonScale enum.
- Style.Direction - Enum in com.extjs.gxt.ui.client
-
- Style.HideMode - Enum in com.extjs.gxt.ui.client
- HideMode enum.
- Style.HorizontalAlignment - Enum in com.extjs.gxt.ui.client
- Horizontal alignment enumeration.
- Style.IconAlign - Enum in com.extjs.gxt.ui.client
- ButtonIconAlign enum.
- Style.LayoutRegion - Enum in com.extjs.gxt.ui.client
- Layout out regions.
- Style.Orientation - Enum in com.extjs.gxt.ui.client
- Orientation enum.
- Style.Scroll - Enum in com.extjs.gxt.ui.client
- Scroll enumeration.
- Style.ScrollDir - Enum in com.extjs.gxt.ui.client
- Scroll direction enum.
- Style.SelectionMode - Enum in com.extjs.gxt.ui.client
- Selection mode enum.
- Style.SortDir - Enum in com.extjs.gxt.ui.client
- Sort direction enum.
- Style.VerticalAlignment - Enum in com.extjs.gxt.ui.client
- Vertical alignment enumerations.
- StyleTemplate - Class in com.extjs.gxt.ui.client.util
- Sets multiple CSS rules on a style element.
- StyleTemplate(Element) -
Constructor for class com.extjs.gxt.ui.client.util.StyleTemplate
- Creates a new template.
- subChild(int) -
Method in class com.extjs.gxt.ui.client.core.El
- Returns the element's sub child.
- subList(List<X>, int, int) -
Static method in class com.extjs.gxt.ui.client.js.JsUtil
- Returns a section of the given list.
- subList(List, int, int) -
Static method in class com.extjs.gxt.ui.client.util.Util
-
- Submit -
Static variable in class com.extjs.gxt.ui.client.event.Events
- Submit event type.
- submit() -
Method in class com.extjs.gxt.ui.client.widget.form.FormPanel
- Submits the form.
- substitute(String, int) -
Static method in class com.extjs.gxt.ui.client.util.Format
- Substitutes the indexed parameters.
- substitute(String, Map<String, Object>) -
Static method in class com.extjs.gxt.ui.client.util.Format
- Substitutes the named parameters.
- substitute(String, Params) -
Static method in class com.extjs.gxt.ui.client.util.Format
-
- substitute(String, Object...) -
Static method in class com.extjs.gxt.ui.client.util.Format
- Substitutes the indexed parameters.
- substitute(String, String[], Map<String, Object>) -
Static method in class com.extjs.gxt.ui.client.util.Format
- Substitutes the named parameters.
- SUM -
Static variable in class com.extjs.gxt.ui.client.widget.grid.SummaryType
-
- SummaryColumnConfig<N extends java.lang.Number> - Class in com.extjs.gxt.ui.client.widget.grid
- A
ColumnConfig which aggregates a SummaryType,
SummaryRenderer. - SummaryColumnConfig() -
Constructor for class com.extjs.gxt.ui.client.widget.grid.SummaryColumnConfig
- Creates a new summary column config.
- SummaryColumnConfig(String, String, int) -
Constructor for class com.extjs.gxt.ui.client.widget.grid.SummaryColumnConfig
- Creates a new summary column config.
- SummaryRenderer - Interface in com.extjs.gxt.ui.client.widget.grid
- Returns the rendered content for a summary row.
- SummaryType<N extends java.lang.Number> - Class in com.extjs.gxt.ui.client.widget.grid
- Calculates the value of a summary column.
- SummaryType() -
Constructor for class com.extjs.gxt.ui.client.widget.grid.SummaryType
-
- SwallowEvent - Class in com.extjs.gxt.ui.client.util
-
- SwallowEvent(EventType, Element, boolean) -
Constructor for class com.extjs.gxt.ui.client.util.SwallowEvent
-
- swallowEvent(EventType, Element, boolean) -
Method in class com.extjs.gxt.ui.client.widget.Component
- Adds a swallow event.
- swallowEvent(SwallowEvent) -
Method in class com.extjs.gxt.ui.client.widget.Component
-
- SwfObject - Class in com.extjs.gxt.ui.client.widget.flash
JavaScriptObject object that wraps the SwfObject JS Object.- SwfObject.SwfConfig - Class in com.extjs.gxt.ui.client.widget.flash
-
- SwfObject.SwfConfig() -
Constructor for class com.extjs.gxt.ui.client.widget.flash.SwfObject.SwfConfig
-
- switchTheme(Theme) -
Static method in class com.extjs.gxt.ui.client.GXT
- Changes the theme.
- sync(Component) -
Method in class com.extjs.gxt.ui.client.aria.FocusFrame
-
- sync(boolean) -
Method in class com.extjs.gxt.ui.client.core.El
- Synchronizes the layer.
- sync(boolean) -
Method in class com.extjs.gxt.ui.client.widget.BoxComponent
- Syncs the layer of the component.
- sync(Element) -
Method in class com.extjs.gxt.ui.client.widget.FramePanel
-
- sync(boolean) -
Method in class com.extjs.gxt.ui.client.widget.Layer
- Syncs the shadow and shim.
- sync() -
Method in class com.extjs.gxt.ui.client.widget.SplitBar
-
- syncHandleHeight() -
Method in class com.extjs.gxt.ui.client.fx.Resizable
-
- syncModal() -
Method in class com.extjs.gxt.ui.client.widget.ModalPanel
- Syncs to the viewport.
- syncSize() -
Method in class com.extjs.gxt.ui.client.widget.BoxComponent
-
- syncValue() -
Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor
-
T
- Tab -
Static variable in class com.extjs.gxt.ui.client.event.KeyboardEvents
- Keyboard tab down key event type.
- TabItem - Class in com.extjs.gxt.ui.client.widget
- TabItems are added to a
TabPanel. - TabItem() -
Constructor for class com.extjs.gxt.ui.client.widget.TabItem
- Creates a new tab item.
- TabItem(String) -
Constructor for class com.extjs.gxt.ui.client.widget.TabItem
- Creates a new tab item with the given text.
- TabItem.HeaderItem - Class in com.extjs.gxt.ui.client.widget
-
- TabItem.HeaderItem() -
Constructor for class com.extjs.gxt.ui.client.widget.TabItem.HeaderItem
-
- Table - Class in com.extjs.gxt.ui.client.widget.table
- Deprecated. see
Grid - Table() -
Constructor for class com.extjs.gxt.ui.client.widget.table.Table
- Deprecated. Creates a new single select table.
- Table(TableColumnModel) -
Constructor for class com.extjs.gxt.ui.client.widget.table.Table
- Deprecated. Creates a new table.
- TableBinder<M extends ModelData> - Class in com.extjs.gxt.ui.client.binder
- Deprecated. see
Grid - TableBinder(Table, ListStore<M>) -
Constructor for class com.extjs.gxt.ui.client.binder.TableBinder
- Deprecated. Creates a new table binder.
- tableCellClick(TableEvent) -
Method in class com.extjs.gxt.ui.client.event.TableListener
- Deprecated. Fired after a cell is clicked
- tableCellDoubleClick(TableEvent) -
Method in class com.extjs.gxt.ui.client.event.TableListener
- Deprecated. Fires after a cell is double clicked.
- TableColumn - Class in com.extjs.gxt.ui.client.widget.table
- Deprecated. see @link
TreeGrid - TableColumn(String, float) -
Constructor for class com.extjs.gxt.ui.client.widget.table.TableColumn
- Deprecated. Creates a new column instance.
- TableColumn(String, String) -
Constructor for class com.extjs.gxt.ui.client.widget.table.TableColumn
- Deprecated. Creates a new column instance.
- TableColumn(String, String, float) -
Constructor for class com.extjs.gxt.ui.client.widget.table.TableColumn
- Deprecated. Creates a new column instance.
- tableColumnClick(TableEvent) -
Method in class com.extjs.gxt.ui.client.event.TableListener
- Deprecated. Fired after a column is clicked.
- TableColumnModel - Class in com.extjs.gxt.ui.client.widget.table
- Deprecated. see
Grid - TableColumnModel(List<? extends TableColumn>) -
Constructor for class com.extjs.gxt.ui.client.widget.table.TableColumnModel
- Deprecated. Constructs a new instance.
- TableColumnModel(TableColumn...) -
Constructor for class com.extjs.gxt.ui.client.widget.table.TableColumnModel
- Deprecated. Constructs a new instance.
- TableColumnUI - Class in com.extjs.gxt.ui.client.widget.table
- Deprecated. see
Grid - TableData - Class in com.extjs.gxt.ui.client.widget.layout
- Layout data for
TableLayout. - TableData() -
Constructor for class com.extjs.gxt.ui.client.widget.layout.TableData
- Creates a new table data instance.
- TableData(Style.HorizontalAlignment, Style.VerticalAlignment) -
Constructor for class com.extjs.gxt.ui.client.widget.layout.TableData
- Creates a new table data instance.
- TableData(String, String) -
Constructor for class com.extjs.gxt.ui.client.widget.layout.TableData
- Creates a new table data instance.
- TableEvent - Class in com.extjs.gxt.ui.client.event
- Deprecated. see
Grid - TableEvent(Table) -
Constructor for class com.extjs.gxt.ui.client.event.TableEvent
- Deprecated. Creates a new table event.
- TableEvent(Table, TableItem) -
Constructor for class com.extjs.gxt.ui.client.event.TableEvent
- Deprecated.
- TableHeader - Class in com.extjs.gxt.ui.client.widget.table
- Deprecated. see
Grid - TableHeader() -
Constructor for class com.extjs.gxt.ui.client.widget.table.TableHeader
- Deprecated.
- TableHeader(BaseTable) -
Constructor for class com.extjs.gxt.ui.client.widget.table.TableHeader
- Deprecated.
- TableItem - Class in com.extjs.gxt.ui.client.widget.table
- Deprecated. see
Grid - TableItem(Object[]) -
Constructor for class com.extjs.gxt.ui.client.widget.table.TableItem
- Deprecated. Creates a new table item.
- TableLayout - Class in com.extjs.gxt.ui.client.widget.layout
TableLayout allows you to easily render content into an HTML
table.- TableLayout() -
Constructor for class com.extjs.gxt.ui.client.widget.layout.TableLayout
- Creates a new table layout.
- TableLayout(int) -
Constructor for class com.extjs.gxt.ui.client.widget.layout.TableLayout
- Creates a new table layout.
- TableListener - Class in com.extjs.gxt.ui.client.event
- Deprecated. see
Grid - TableListener() -
Constructor for class com.extjs.gxt.ui.client.event.TableListener
- Deprecated.
- tableRowClick(TableEvent) -
Method in class com.extjs.gxt.ui.client.event.TableListener
- Deprecated. Fired after a row is clicked
- tableRowDoubleClick(TableEvent) -
Method in class com.extjs.gxt.ui.client.event.TableListener
- Deprecated. Fires after a row is double clicked.
- TableRowLayout - Class in com.extjs.gxt.ui.client.widget.layout
- A single row TableLayout.
- TableRowLayout() -
Constructor for class com.extjs.gxt.ui.client.widget.layout.TableRowLayout
-
- TableSelectionModel - Class in com.extjs.gxt.ui.client.widget.table
- Deprecated. see
Grid - TableSelectionModel() -
Constructor for class com.extjs.gxt.ui.client.widget.table.TableSelectionModel
- Deprecated.
- TableSelectionModel(Style.SelectionMode) -
Constructor for class com.extjs.gxt.ui.client.widget.table.TableSelectionModel
- Deprecated.
- tableSortChange(TableEvent) -
Method in class com.extjs.gxt.ui.client.event.TableListener
- Deprecated. Fires before the table is sorted.
- TableView - Class in com.extjs.gxt.ui.client.widget.table
- Deprecated. see
Grid - TableView() -
Constructor for class com.extjs.gxt.ui.client.widget.table.TableView
- Deprecated.
- TabPanel - Class in com.extjs.gxt.ui.client.widget
- A basic tab container.
- TabPanel() -
Constructor for class com.extjs.gxt.ui.client.widget.TabPanel
- Creates a new tab panel.
- TabPanel.TabPanelMessages - Class in com.extjs.gxt.ui.client.widget
- TabPanel messages.
- TabPanel.TabPanelMessages() -
Constructor for class com.extjs.gxt.ui.client.widget.TabPanel.TabPanelMessages
-
- TabPanel.TabPosition - Enum in com.extjs.gxt.ui.client.widget
- Tab position enumeration.
- TabPanelEvent - Class in com.extjs.gxt.ui.client.event
- TabPanel event type.
- TabPanelEvent(TabPanel) -
Constructor for class com.extjs.gxt.ui.client.event.TabPanelEvent
-
- TabPanelEvent(TabPanel, TabItem) -
Constructor for class com.extjs.gxt.ui.client.event.TabPanelEvent
-
- tabPanelItem_closeOtherText() -
Method in interface com.extjs.gxt.ui.client.messages.XMessages
-
- tabPanelItem_closeText() -
Method in interface com.extjs.gxt.ui.client.messages.XMessages
-
- TaskBar - Class in com.extjs.gxt.desktop.client
- Displays the start menu button followed by a list of open windows.
- TaskBar() -
Constructor for class com.extjs.gxt.desktop.client.TaskBar
-
- Template - Class in com.extjs.gxt.ui.client.core
- Represents an HTML fragment template.
- Template(String) -
Constructor for class com.extjs.gxt.ui.client.core.Template
- Creates a new template with the given html.
- Templates - Interface in com.extjs.gxt.ui.client.core
- This is a marker interface for template factories.
- Templates.Cache - Annotation Type in com.extjs.gxt.ui.client.core
- Used on
Templates
subinterface methods identify that the Template should be cached - Templates.Compress - Annotation Type in com.extjs.gxt.ui.client.core
- Used on
Templates subinterface
methods identify that the markup should be compressed
remove white space between tags remove html comments - Templates.Resource - Annotation Type in com.extjs.gxt.ui.client.core
- Used on
Templates
subinterface methods to override the template resource. - Templates.Selector - Annotation Type in com.extjs.gxt.ui.client.core
- Used on
Selectors subinterface methods to specity the
css selector to use - TemplatesBase - Class in com.extjs.gxt.ui.client.core
-
- TemplatesBase() -
Constructor for class com.extjs.gxt.ui.client.core.TemplatesBase
-
- TemplatesBase.IterableRange<T extends java.lang.Number> - Class in com.extjs.gxt.ui.client.core
-
- TemplatesBase.IterableRange(T, T) -
Constructor for class com.extjs.gxt.ui.client.core.TemplatesBase.IterableRange
-
- TemplatesBase.IterableRange.IterableRangeIterator - Class in com.extjs.gxt.ui.client.core
-
- TemplatesBase.IterableRange.IterableRangeIterator() -
Constructor for class com.extjs.gxt.ui.client.core.TemplatesBase.IterableRange.IterableRangeIterator
-
- TemplatesCache - Class in com.extjs.gxt.ui.client.core
-
- TemplatesCache() -
Constructor for class com.extjs.gxt.ui.client.core.TemplatesCache
-
- TemplatesCache.Cache - Class in com.extjs.gxt.ui.client.core
-
- TemplatesCache.Cache() -
Constructor for class com.extjs.gxt.ui.client.core.TemplatesCache.Cache
-
- TemplatesCache.Cache.Key - Class in com.extjs.gxt.ui.client.core
-
- TemplatesCache.Cache.Key(Object...) -
Constructor for class com.extjs.gxt.ui.client.core.TemplatesCache.Cache.Key
-
- TemplatesGenerator - Class in com.extjs.gxt.ui.rebind.core
- This is the thread-safe Generator for
Templates subinterfaces. - TemplatesGenerator() -
Constructor for class com.extjs.gxt.ui.rebind.core.TemplatesGenerator
-
- TemplatesGenerator.SourceGenerator - Class in com.extjs.gxt.ui.rebind.core
- This class is responsible for creating the implementing class of a
Templates subinterface. - TemplatesGenerator.SourceGenerator(TreeLogger, GeneratorContext) -
Constructor for class com.extjs.gxt.ui.rebind.core.TemplatesGenerator.SourceGenerator
-
- TemplatesGenerator.TemplateToJavaSourceConverter - Class in com.extjs.gxt.ui.rebind.core
- this class encapsulates all of the code to transform a single template
into java source
When the
TemplatesGenerator.TemplateToJavaSourceConverter.convert() method is
called the generated source already contains a variable "StringBuilder sb"
initialized to a new instance
The TemplatesGenerator.TemplateToJavaSourceConverter.convert() method should
generate source of the form - Text - Class in com.extjs.gxt.charts.client.model
- Base class for an OFC text element
- Text(String) -
Constructor for class com.extjs.gxt.charts.client.model.Text
- Create a new Text instance with the given text and no style.
- Text(String, String) -
Constructor for class com.extjs.gxt.charts.client.model.Text
- Create a new Text instance with the given text and style.
- text -
Variable in class com.extjs.gxt.ui.client.widget.grid.GroupColumnData
-
- text -
Variable in class com.extjs.gxt.ui.client.widget.InfoConfig
- The info text (defaults to null).
- Text - Class in com.extjs.gxt.ui.client.widget
- A component that contains text.
- Text() -
Constructor for class com.extjs.gxt.ui.client.widget.Text
- Creates a new text instance.
- Text(String) -
Constructor for class com.extjs.gxt.ui.client.widget.Text
- Creates a new text instance with the given text.
- TextArea - Class in com.extjs.gxt.ui.client.widget.form
- Multiline text field.
- TextArea() -
Constructor for class com.extjs.gxt.ui.client.widget.form.TextArea
-
- TextField<D> - Class in com.extjs.gxt.ui.client.widget.form
- Basic text field.
- TextField() -
Constructor for class com.extjs.gxt.ui.client.widget.form.TextField
- Creates a new text field.
- TextField.TextFieldMessages - Class in com.extjs.gxt.ui.client.widget.form
- TextField Messages.
- TextField.TextFieldMessages() -
Constructor for class com.extjs.gxt.ui.client.widget.form.TextField.TextFieldMessages
-
- textField_blankText() -
Method in interface com.extjs.gxt.ui.client.messages.XMessages
-
- textField_emptyText() -
Method in interface com.extjs.gxt.ui.client.messages.XMessages
-
- textField_maxLengthText(int) -
Method in interface com.extjs.gxt.ui.client.messages.XMessages
-
- textField_minLengthText(int) -
Method in interface com.extjs.gxt.ui.client.messages.XMessages
-
- textField_regexText() -
Method in interface com.extjs.gxt.ui.client.messages.XMessages
-
- TextMetrics - Class in com.extjs.gxt.ui.client.util
- Provides precise pixel measurements for blocks of text so that you can
determine exactly how high and wide, in pixels, a given block of text will
be.
- Theme - Class in com.extjs.gxt.ui.client.util
- A UI theme.
- Theme(String, String, String) -
Constructor for class com.extjs.gxt.ui.client.util.Theme
-
- ThemeManager - Class in com.extjs.gxt.ui.client.util
- Manages the libraries themes.
- ThemeManager() -
Constructor for class com.extjs.gxt.ui.client.util.ThemeManager
-
- ThemeNames - Interface in com.extjs.gxt.themes.client
-
- ThemeSelector - Class in com.extjs.gxt.ui.client.widget.custom
- A combo box for selecting the GXT themes.
- ThemeSelector() -
Constructor for class com.extjs.gxt.ui.client.widget.custom.ThemeSelector
- Creates a new theme selector.
- themeSelector_blueTheme() -
Method in interface com.extjs.gxt.ui.client.messages.XMessages
-
- themeSelector_grayTheme() -
Method in interface com.extjs.gxt.ui.client.messages.XMessages
-
- Time - Class in com.extjs.gxt.ui.client.widget.form
- ModelData instance used with TimeField.
- Time() -
Constructor for class com.extjs.gxt.ui.client.widget.form.Time
- Creates a new time instance.
- Time(Date) -
Constructor for class com.extjs.gxt.ui.client.widget.form.Time
- Creates a new time instance.
- Time(int, int) -
Constructor for class com.extjs.gxt.ui.client.widget.form.Time
- Creates a new time instance.
- Time(Date, String) -
Constructor for class com.extjs.gxt.ui.client.widget.form.Time
- Creates a new time instance.
- Time(int, int, String) -
Constructor for class com.extjs.gxt.ui.client.widget.form.Time
- Creates a new time instance.
- TimeField - Class in com.extjs.gxt.ui.client.widget.form
- Provides a time input field with a time dropdown and automatic time
validation.
- TimeField() -
Constructor for class com.extjs.gxt.ui.client.widget.form.TimeField
- Creates a new time field.
- TimeField.TimeFieldMessages - Class in com.extjs.gxt.ui.client.widget.form
- TimeField error messages.
- TimeField.TimeFieldMessages() -
Constructor for class com.extjs.gxt.ui.client.widget.form.TimeField.TimeFieldMessages
-
- TimeFieldBinding - Class in com.extjs.gxt.ui.client.binding
- A specialized binding that automatically handles data conversion when dates
are bound to a time field.
- TimeFieldBinding(TimeField, String) -
Constructor for class com.extjs.gxt.ui.client.binding.TimeFieldBinding
- Creates a new time field binding instance.
- Tip - Class in com.extjs.gxt.ui.client.widget.tips
- This is the base class for
ToolTip that provides the basic layout and
positioning that all tip-based classes require. - Tip() -
Constructor for class com.extjs.gxt.ui.client.widget.tips.Tip
- Creates a new tip instance.
- title -
Variable in class com.extjs.gxt.ui.client.widget.InfoConfig
- The info title (defaults to null).
- to -
Variable in class com.extjs.gxt.ui.client.fx.SingleStyleEffect
- The end value.
- toBack() -
Method in class com.extjs.gxt.ui.client.widget.Window
- Sends this window to the back of (lower z-index than) any other visible
windows.
- toElementArray(JavaScriptObject) -
Static method in class com.extjs.gxt.ui.client.js.JsUtil
- Converts a native javascript array to an element array.
- toElementArray(NodeList<Element>) -
Static method in class com.extjs.gxt.ui.client.util.Util
-
- toFront() -
Method in class com.extjs.gxt.ui.client.widget.Window
- Brings this window to the front of any other visible windows.
- Toggle -
Static variable in class com.extjs.gxt.ui.client.event.Events
- Toggle event type.
- toggle(Style.SortDir) -
Static method in enum com.extjs.gxt.ui.client.Style.SortDir
-
- toggle() -
Method in class com.extjs.gxt.ui.client.widget.button.ToggleButton
- Toggles the current state.
- toggle(boolean) -
Method in class com.extjs.gxt.ui.client.widget.button.ToggleButton
- Sets the current pressed state.
- toggle(MenuBarItem) -
Method in class com.extjs.gxt.ui.client.widget.menu.MenuBar
- Toggles the given item.
- toggle() -
Method in class com.extjs.gxt.ui.client.widget.tree.TreeItem
- Deprecated. Toggles the item's expand state.
- toggle(M) -
Method in class com.extjs.gxt.ui.client.widget.treegrid.TreeGrid
- Toggles the model's expand state.
- toggle(M) -
Method in class com.extjs.gxt.ui.client.widget.treepanel.TreePanel
- Toggles the model's expand state.
- toggleAllGroups(boolean) -
Method in class com.extjs.gxt.ui.client.widget.grid.GroupingView
- Toggles all groups.
- ToggleButton - Class in com.extjs.gxt.ui.client.widget.button
- A 2-state toggle button.
- ToggleButton() -
Constructor for class com.extjs.gxt.ui.client.widget.button.ToggleButton
- Creates a new toggle button.
- ToggleButton(String) -
Constructor for class com.extjs.gxt.ui.client.widget.button.ToggleButton
- Creates a new toggle button.
- ToggleButton(String, SelectionListener<ButtonEvent>) -
Constructor for class com.extjs.gxt.ui.client.widget.button.ToggleButton
- Creates a new toggle button.
- ToggleButton(String, AbstractImagePrototype) -
Constructor for class com.extjs.gxt.ui.client.widget.button.ToggleButton
- Creates a new toggle button with the given text and icon.
- toggleSummaries(boolean) -
Method in class com.extjs.gxt.ui.client.widget.grid.GroupSummaryView
- Toggles the summary information visibility.
- toJavaScriptArray(Object[]) -
Static method in class com.extjs.gxt.ui.client.js.JsUtil
- Converts a object array to a javascript array.
- toJavaScriptObject(Map<String, V>) -
Static method in class com.extjs.gxt.ui.client.js.JsUtil
- Converts a map into a javascript object, setting all values as properties.
- ToolBar - Class in com.extjs.gxt.ui.client.widget.toolbar
- A standard tool bar.
- ToolBar() -
Constructor for class com.extjs.gxt.ui.client.widget.toolbar.ToolBar
- Creates a new tool bar.
- toolbar_more() -
Method in interface com.extjs.gxt.ui.client.image.XImages
-
- ToolBarEvent - Class in com.extjs.gxt.ui.client.event
- ToolBar event type.
- ToolBarEvent(ToolBar, Component) -
Constructor for class com.extjs.gxt.ui.client.event.ToolBarEvent
-
- ToolBarEvent(ToolBar) -
Constructor for class com.extjs.gxt.ui.client.event.ToolBarEvent
-
- ToolBarLayout - Class in com.extjs.gxt.ui.client.widget.layout
-
- ToolBarLayout() -
Constructor for class com.extjs.gxt.ui.client.widget.layout.ToolBarLayout
-
- ToolButton - Class in com.extjs.gxt.ui.client.widget.button
- A
IconButton that supports a set of predefined styles. - ToolButton(String) -
Constructor for class com.extjs.gxt.ui.client.widget.button.ToolButton
- Creates a new tool button.
- ToolButton(String, SelectionListener<IconButtonEvent>) -
Constructor for class com.extjs.gxt.ui.client.widget.button.ToolButton
- Creates a new tool button.
- ToolTip - Class in com.extjs.gxt.charts.client.model
- Base class for an OFC tooltip element
- ToolTip() -
Constructor for class com.extjs.gxt.charts.client.model.ToolTip
- Create a new ToolTip instance
- ToolTip(ToolTip.MouseStyle) -
Constructor for class com.extjs.gxt.charts.client.model.ToolTip
- Create a new ToolTip instance with the given mouse style
- ToolTip - Class in com.extjs.gxt.ui.client.widget.tips
- A standard tooltip implementation for providing additional information when
hovering over a target element.
- ToolTip() -
Constructor for class com.extjs.gxt.ui.client.widget.tips.ToolTip
- Creates a new tool tip.
- ToolTip(Component) -
Constructor for class com.extjs.gxt.ui.client.widget.tips.ToolTip
- Creates a new tool tip.
- ToolTip(Component, ToolTipConfig) -
Constructor for class com.extjs.gxt.ui.client.widget.tips.ToolTip
- Creates a new tool tip for the given target.
- ToolTip.MouseStyle - Enum in com.extjs.gxt.charts.client.model
- Enumeration MouseStyle - used with tooltip.
- ToolTipConfig - Class in com.extjs.gxt.ui.client.widget.tips
- Configuration information for a tool tip.
- ToolTipConfig() -
Constructor for class com.extjs.gxt.ui.client.widget.tips.ToolTipConfig
- Creates a new tool tip config.
- ToolTipConfig(String) -
Constructor for class com.extjs.gxt.ui.client.widget.tips.ToolTipConfig
- Creates a new tool tip config with the given text.
- ToolTipConfig(String, String) -
Constructor for class com.extjs.gxt.ui.client.widget.tips.ToolTipConfig
- Creates a new tool tip config with the given title and text.
- top -
Variable in class com.extjs.gxt.ui.client.util.Margins
- The top margin.
- top -
Variable in class com.extjs.gxt.ui.client.util.Region
- The top value.
- toString() -
Method in enum com.extjs.gxt.charts.client.model.axis.Rotation
-
- toString() -
Method in enum com.extjs.gxt.charts.client.model.Legend.Position
-
- toString() -
Method in enum com.extjs.gxt.charts.client.model.ToolTip.MouseStyle
- Returns the style.
- toString() -
Method in class com.extjs.gxt.ui.client.core.El
-
- toString() -
Method in class com.extjs.gxt.ui.client.core.TemplatesCache.Cache.Key
-
- toString() -
Method in class com.extjs.gxt.ui.client.data.BeanModel
-
- toString() -
Method in class com.extjs.gxt.ui.client.data.RpcMap
-
- toString() -
Method in class com.extjs.gxt.ui.client.mvc.AppEvent
-
- toString() -
Method in class com.extjs.gxt.ui.client.util.DateWrapper
-
- toString() -
Method in class com.extjs.gxt.ui.client.util.Point
-
- toString() -
Method in class com.extjs.gxt.ui.client.util.Rectangle
-
- toString() -
Method in class com.extjs.gxt.ui.client.util.Size
-
- toString() -
Method in class com.extjs.gxt.ui.client.widget.Component
-
- toString() -
Method in class com.extjs.gxt.ui.client.widget.TabItem
-
- toString() -
Method in class com.extjs.gxt.ui.client.widget.tree.TreeItem
- Deprecated.
- translatePoints(Point) -
Method in class com.extjs.gxt.ui.client.core.El
-
- Tree - Class in com.extjs.gxt.ui.client.widget.tree
- Deprecated. see
TreePanel - Tree() -
Constructor for class com.extjs.gxt.ui.client.widget.tree.Tree
- Deprecated. Creates a new single select tree.
- Tree.CheckCascade - Enum in com.extjs.gxt.ui.client.widget.tree
- Deprecated. Check cascade enum.
- Tree.CheckNodes - Enum in com.extjs.gxt.ui.client.widget.tree
- Deprecated. Check nodes enum.
- Tree.Joint - Enum in com.extjs.gxt.ui.client.widget.tree
- Deprecated. Joint enum.
- tree_collapsed() -
Method in interface com.extjs.gxt.ui.client.image.XImages
-
- tree_collapsed_over() -
Method in interface com.extjs.gxt.ui.client.image.XImages
-
- tree_expanded() -
Method in interface com.extjs.gxt.ui.client.image.XImages
-
- tree_expanded_over() -
Method in interface com.extjs.gxt.ui.client.image.XImages
-
- tree_folder() -
Method in interface com.extjs.gxt.ui.client.image.XImages
-
- tree_folder_closed() -
Method in interface com.extjs.gxt.ui.client.image.XImages
-
- TreeBinder<M extends ModelData> - Class in com.extjs.gxt.ui.client.binder
- Deprecated. see
TreePanel - TreeBinder(Tree, TreeStore<M>) -
Constructor for class com.extjs.gxt.ui.client.binder.TreeBinder
- Deprecated. Creates a new store binder.
- TreeBuilder - Class in com.extjs.gxt.ui.client.util
- Deprecated. see
TreePanel - TreeBuilder() -
Constructor for class com.extjs.gxt.ui.client.util.TreeBuilder
- Deprecated.
- TreeDragSource - Class in com.extjs.gxt.ui.client.dnd
- Deprecated.
TreePanelDragSource - TreeDragSource(Tree) -
Constructor for class com.extjs.gxt.ui.client.dnd.TreeDragSource
- Deprecated. Creates a new drag source instance.
- TreeDragSource(TreeBinder<ModelData>) -
Constructor for class com.extjs.gxt.ui.client.dnd.TreeDragSource
- Deprecated. Creates a new drag source instance.
- TreeDropTarget - Class in com.extjs.gxt.ui.client.dnd
- Deprecated.
TreePanelDropTarget - TreeDropTarget(Tree) -
Constructor for class com.extjs.gxt.ui.client.dnd.TreeDropTarget
- Deprecated. Creates a new tree drop target.
- TreeDropTarget(TreeBinder<ModelData>) -
Constructor for class com.extjs.gxt.ui.client.dnd.TreeDropTarget
- Deprecated. Creates a new tree drop target.
- TreeEvent - Class in com.extjs.gxt.ui.client.event
- Deprecated. see
TreePanel - TreeEvent(Tree) -
Constructor for class com.extjs.gxt.ui.client.event.TreeEvent
- Deprecated. Creates a new tree event.
- TreeEvent(Tree, TreeItem) -
Constructor for class com.extjs.gxt.ui.client.event.TreeEvent
- Deprecated. Creates a new tree event.
- TreeGrid<M extends ModelData> - Class in com.extjs.gxt.ui.client.widget.treegrid
- A hierarchical tree grid bound to a
TreeStore. - TreeGrid(TreeStore, ColumnModel) -
Constructor for class com.extjs.gxt.ui.client.widget.treegrid.TreeGrid
-
- TreeGrid.TreeNode - Class in com.extjs.gxt.ui.client.widget.treegrid
-
- TreeGrid.TreeNode(String, M) -
Constructor for class com.extjs.gxt.ui.client.widget.treegrid.TreeGrid.TreeNode
-
- TreeGridCellRenderer<M extends ModelData> - Class in com.extjs.gxt.ui.client.widget.treegrid
- A
GridCellRenderer that renders a tree into it's column. - TreeGridCellRenderer() -
Constructor for class com.extjs.gxt.ui.client.widget.treegrid.TreeGridCellRenderer
-
- TreeGridDragSource - Class in com.extjs.gxt.ui.client.dnd
DragSource implementation for TreeGrid.- TreeGridDragSource(Component) -
Constructor for class com.extjs.gxt.ui.client.dnd.TreeGridDragSource
-
- TreeGridDropTarget - Class in com.extjs.gxt.ui.client.dnd
- DropTarget implementation for TreeGrid.
- TreeGridDropTarget(TreeGrid) -
Constructor for class com.extjs.gxt.ui.client.dnd.TreeGridDropTarget
-
- TreeGridEvent<M extends ModelData> - Class in com.extjs.gxt.ui.client.event
-
- TreeGridEvent(TreeGrid<M>, Event) -
Constructor for class com.extjs.gxt.ui.client.event.TreeGridEvent
-
- TreeGridEvent(TreeGrid<M>) -
Constructor for class com.extjs.gxt.ui.client.event.TreeGridEvent
-
- TreeGridSelectionModel<M extends ModelData> - Class in com.extjs.gxt.ui.client.widget.treegrid
-
- TreeGridSelectionModel() -
Constructor for class com.extjs.gxt.ui.client.widget.treegrid.TreeGridSelectionModel
-
- TreeGridView - Class in com.extjs.gxt.ui.client.widget.treegrid
-
- TreeGridView() -
Constructor for class com.extjs.gxt.ui.client.widget.treegrid.TreeGridView
-
- TreeItem - Class in com.extjs.gxt.ui.client.widget.tree
- Deprecated. see
TreePanel - TreeItem() -
Constructor for class com.extjs.gxt.ui.client.widget.tree.TreeItem
- Deprecated. Creates a new tree item.
- TreeItem(String) -
Constructor for class com.extjs.gxt.ui.client.widget.tree.TreeItem
- Deprecated. Creates a new tree item.
- TreeItemUI - Interface in com.extjs.gxt.ui.client.widget.tree
- Deprecated. see
TreePanel - TreeLoader<M extends ModelData> - Interface in com.extjs.gxt.ui.client.data
- A
Loader for trees. - TreeLoadEvent - Class in com.extjs.gxt.ui.client.data
- Event type for tree loaders.
- TreeLoadEvent(TreeLoader<?>, Object, List<?>) -
Constructor for class com.extjs.gxt.ui.client.data.TreeLoadEvent
-
- TreeLoadEvent(TreeLoader<?>) -
Constructor for class com.extjs.gxt.ui.client.data.TreeLoadEvent
-
- TreeLoadEvent(TreeLoader<?>, Object, Throwable) -
Constructor for class com.extjs.gxt.ui.client.data.TreeLoadEvent
-
- TreeModel - Interface in com.extjs.gxt.ui.client.data
- A Model that supports parent and children.
- TreeModelReader<D extends java.util.List<? extends ModelData>> - Class in com.extjs.gxt.ui.client.data
- A
DataReader that simply returns the children of the passed
TreeModel. - TreeModelReader() -
Constructor for class com.extjs.gxt.ui.client.data.TreeModelReader
- Creates a tree model reader.
- TreeModelReader(String) -
Constructor for class com.extjs.gxt.ui.client.data.TreeModelReader
- Creates a new tree model reader.
- TreePanel<M extends ModelData> - Class in com.extjs.gxt.ui.client.widget.treepanel
- A hierarchical tree widget bound directly to a @link
TreeStore. - TreePanel(TreeStore<M>) -
Constructor for class com.extjs.gxt.ui.client.widget.treepanel.TreePanel
- Creates a new tree panel.
- TreePanel.CheckCascade - Enum in com.extjs.gxt.ui.client.widget.treepanel
- Check cascade enum.
- TreePanel.CheckNodes - Enum in com.extjs.gxt.ui.client.widget.treepanel
- Check nodes enum.
- TreePanel.Joint - Enum in com.extjs.gxt.ui.client.widget.treepanel
- Joint enum.
- TreePanel.TreeNode - Class in com.extjs.gxt.ui.client.widget.treepanel
- Maintains the internal state of nodes contained in the tree.
- TreePanelDragSource - Class in com.extjs.gxt.ui.client.dnd
DragSource implementation for TreePanel.- TreePanelDragSource(TreePanel) -
Constructor for class com.extjs.gxt.ui.client.dnd.TreePanelDragSource
-
- TreePanelDropTarget - Class in com.extjs.gxt.ui.client.dnd
-
- TreePanelDropTarget(TreePanel) -
Constructor for class com.extjs.gxt.ui.client.dnd.TreePanelDropTarget
-
- TreePanelEvent<M extends ModelData> - Class in com.extjs.gxt.ui.client.event
TreePanel event type.- TreePanelEvent(TreePanel) -
Constructor for class com.extjs.gxt.ui.client.event.TreePanelEvent
-
- TreePanelEvent(TreePanel, Event) -
Constructor for class com.extjs.gxt.ui.client.event.TreePanelEvent
-
- TreePanelEvent(TreePanel, M) -
Constructor for class com.extjs.gxt.ui.client.event.TreePanelEvent
-
- TreePanelSelectionModel<M extends ModelData> - Class in com.extjs.gxt.ui.client.widget.treepanel
TreePanel selection model.- TreePanelSelectionModel() -
Constructor for class com.extjs.gxt.ui.client.widget.treepanel.TreePanelSelectionModel
-
- TreePanelView<M extends ModelData> - Class in com.extjs.gxt.ui.client.widget.treepanel
-
- TreePanelView() -
Constructor for class com.extjs.gxt.ui.client.widget.treepanel.TreePanelView
-
- TreePanelView.TreeViewRenderMode - Enum in com.extjs.gxt.ui.client.widget.treepanel
-
- TreeSelectionModel - Class in com.extjs.gxt.ui.client.widget.tree
- Deprecated. see
TreePanel - TreeSelectionModel() -
Constructor for class com.extjs.gxt.ui.client.widget.tree.TreeSelectionModel
- Deprecated.
- TreeSelectionModel(Style.SelectionMode) -
Constructor for class com.extjs.gxt.ui.client.widget.tree.TreeSelectionModel
- Deprecated.
- TreeStore<M extends ModelData> - Class in com.extjs.gxt.ui.client.store
- A store for hierarchical data.
- TreeStore() -
Constructor for class com.extjs.gxt.ui.client.store.TreeStore
- Creates a new tree store.
- TreeStore(TreeLoader<M>) -
Constructor for class com.extjs.gxt.ui.client.store.TreeStore
- Creates a new tree store.
- TreeStoreEvent<M extends ModelData> - Class in com.extjs.gxt.ui.client.store
- A tree store event.
- TreeStoreEvent(TreeStore<M>) -
Constructor for class com.extjs.gxt.ui.client.store.TreeStoreEvent
- Creates a new tree store event.
- TreeStoreModel - Class in com.extjs.gxt.ui.client.store
- "Wraps" a model and provides parent-child relationships to the model.
- TreeStoreModel(ModelData) -
Constructor for class com.extjs.gxt.ui.client.store.TreeStoreModel
-
- TreeStyle - Class in com.extjs.gxt.ui.client.widget.tree
- Style information for Trees.
- TreeStyle() -
Constructor for class com.extjs.gxt.ui.client.widget.tree.TreeStyle
-
- TreeStyle - Class in com.extjs.gxt.ui.client.widget.treepanel
- Style information for Trees.
- TreeStyle() -
Constructor for class com.extjs.gxt.ui.client.widget.treepanel.TreeStyle
-
- TreeTable - Class in com.extjs.gxt.ui.client.widget.treetable
- Deprecated. see @link
TreeGrid - TreeTable() -
Constructor for class com.extjs.gxt.ui.client.widget.treetable.TreeTable
- Deprecated. Creates a new single select tree table.
- TreeTable(TreeTableColumnModel) -
Constructor for class com.extjs.gxt.ui.client.widget.treetable.TreeTable
- Deprecated. Creates a new tree table with the given column model.
- TREETABLE_ITEM -
Static variable in class com.extjs.gxt.ui.client.util.Markup
-
- TreeTableBinder<M extends ModelData> - Class in com.extjs.gxt.ui.client.binder
- Deprecated. see @link
TreeGrid - TreeTableBinder(TreeTable, TreeStore<M>) -
Constructor for class com.extjs.gxt.ui.client.binder.TreeTableBinder
- Deprecated. Creates a new tree table binder.
- TreeTableColumn - Class in com.extjs.gxt.ui.client.widget.treetable
- Deprecated. see
TreeGrid - TreeTableColumn(String, float) -
Constructor for class com.extjs.gxt.ui.client.widget.treetable.TreeTableColumn
- Deprecated. Creates a new column instance.
- TreeTableColumn(String, String, float) -
Constructor for class com.extjs.gxt.ui.client.widget.treetable.TreeTableColumn
- Deprecated. Creates a new column instance.
- TreeTableColumn(String, String) -
Constructor for class com.extjs.gxt.ui.client.widget.treetable.TreeTableColumn
- Deprecated. Creates a new column instance.
- TreeTableColumnModel - Class in com.extjs.gxt.ui.client.widget.treetable
- Deprecated. see @link
TreeGrid - TreeTableColumnModel(List<TreeTableColumn>) -
Constructor for class com.extjs.gxt.ui.client.widget.treetable.TreeTableColumnModel
- Deprecated. Constructs a new instance.
- TreeTableEvent - Class in com.extjs.gxt.ui.client.event
- Deprecated. see
TreeGrid - TreeTableEvent(TreeTable) -
Constructor for class com.extjs.gxt.ui.client.event.TreeTableEvent
- Deprecated.
- TreeTableEvent(TreeTable, TreeItem) -
Constructor for class com.extjs.gxt.ui.client.event.TreeTableEvent
- Deprecated.
- TreeTableHeader - Class in com.extjs.gxt.ui.client.widget.treetable
- Deprecated. see @link
TreeGrid - TreeTableHeader(TreeTable) -
Constructor for class com.extjs.gxt.ui.client.widget.treetable.TreeTableHeader
- Deprecated.
- TreeTableItem - Class in com.extjs.gxt.ui.client.widget.treetable
- Deprecated. see @link
TreeGrid - TreeTableItem(Object[]) -
Constructor for class com.extjs.gxt.ui.client.widget.treetable.TreeTableItem
- Deprecated. Creates a new tree table item.
- TreeTableItem(String, Object[]) -
Constructor for class com.extjs.gxt.ui.client.widget.treetable.TreeTableItem
- Deprecated. Creates a new tree table item.
- TreeTableItemUI - Class in com.extjs.gxt.ui.client.widget.treetable
- Deprecated. see @link
TreeGrid - TreeTableItemUI(TreeTableItem) -
Constructor for class com.extjs.gxt.ui.client.widget.treetable.TreeTableItemUI
- Deprecated.
- TreeTableView - Class in com.extjs.gxt.ui.client.widget.treetable
- Deprecated. see @link
TreeGrid - TreeTableView() -
Constructor for class com.extjs.gxt.ui.client.widget.treetable.TreeTableView
- Deprecated.
- TriggerClick -
Static variable in class com.extjs.gxt.ui.client.event.Events
- TriggerClick event type;
- TriggerField<D> - Class in com.extjs.gxt.ui.client.widget.form
- Provides a convenient wrapper for TextFields that adds a clickable trigger
button (looks like a combobox by default).
- TriggerField() -
Constructor for class com.extjs.gxt.ui.client.widget.form.TriggerField
-
- TwinTriggerClick -
Static variable in class com.extjs.gxt.ui.client.event.Events
- TwinTriggerClick event type;
- TwinTriggerField<D> - Class in com.extjs.gxt.ui.client.widget.form
- A 2-trigger TriggerField.
- TwinTriggerField() -
Constructor for class com.extjs.gxt.ui.client.widget.form.TwinTriggerField
-
U
- unbind() -
Method in class com.extjs.gxt.ui.client.binding.Bindings
- Unbinds the current model.
- unbind() -
Method in class com.extjs.gxt.ui.client.binding.FieldBinding
- Unbinds the model and field by removing all listeners.
- unbind() -
Method in class com.extjs.gxt.ui.client.binding.FormBinding
-
- UnBind -
Static variable in class com.extjs.gxt.ui.client.event.Events
- UnBind event type.
- unbind(Store<M>) -
Method in class com.extjs.gxt.ui.client.widget.form.StoreFilterField
- Unbinds the store from the field.
- unchecked() -
Method in interface com.extjs.gxt.ui.client.image.XImages
-
- unclip() -
Method in class com.extjs.gxt.ui.client.core.El
- Return clipping (overflow) to original clipping before clip() was called.
- uncover() -
Method in class com.extjs.gxt.ui.client.widget.Shim
- Uncovers and removes the shim.
- UNDEFINED -
Static variable in class com.extjs.gxt.ui.client.Style
- Constant for marking a string as undefined rather than null.
- unframe() -
Method in class com.extjs.gxt.ui.client.aria.FocusFrame
-
- unframe(Component) -
Method in class com.extjs.gxt.ui.client.aria.FocusFrame
-
- unmask() -
Method in class com.extjs.gxt.ui.client.core.El
- Removes a previously applied mask.
- unmask() -
Method in class com.extjs.gxt.ui.client.widget.Component
- Unmasks the component.
- Unregister -
Static variable in class com.extjs.gxt.ui.client.event.Events
- Unregister event type.
- unregister(SelectionProvider<ModelData>) -
Method in class com.extjs.gxt.ui.client.event.SelectionService
- Unregisters a selection provider.
- unregister(String) -
Static method in class com.extjs.gxt.ui.client.Registry
- Unregisters an object.
- unregister(Theme) -
Static method in class com.extjs.gxt.ui.client.util.ThemeManager
- Unregisters a theme.
- unregister(Component) -
Method in class com.extjs.gxt.ui.client.widget.ComponentManager
-
- unregisterAll() -
Static method in class com.extjs.gxt.ui.client.Registry
- Unregisters all registered objects.
- unregisterChart(Chart) -
Method in class com.extjs.gxt.charts.client.ChartManager
-
- unregisterProvider(PartProvider) -
Static method in class com.extjs.gxt.ui.client.PartFactory
- Unregisters the part provider.
- unwrap(Element, Rectangle) -
Method in class com.extjs.gxt.ui.client.core.El
- Unwraps the child element.
- Up -
Static variable in class com.extjs.gxt.ui.client.event.KeyboardEvents
- Keyboard up key event type.
- update(String) -
Method in class com.extjs.gxt.ui.client.core.El
- Sets the innerHTML to the given markup.
- Update -
Static variable in interface com.extjs.gxt.ui.client.data.ChangeEventSource
- Fired when the model has been updated (value is 40).
- update(Element) -
Method in class com.extjs.gxt.ui.client.dnd.StatusProxy
- Updates the contents of the ghost element.
- update(String) -
Method in class com.extjs.gxt.ui.client.dnd.StatusProxy
- Updates the contents of the ghost element.
- Update -
Static variable in class com.extjs.gxt.ui.client.event.Events
- Change event type.
- Update -
Static variable in class com.extjs.gxt.ui.client.store.Store
- Update event type.
- update(M) -
Method in class com.extjs.gxt.ui.client.store.Store
- Notifies the store that the model has been updated and fires the
Update event.
- update(ToolTipConfig) -
Method in class com.extjs.gxt.ui.client.widget.tips.ToolTip
- Updates the tool tip with the given config.
- updateColumnHidden(int, boolean) -
Method in class com.extjs.gxt.ui.client.widget.grid.ColumnHeader
-
- updateColumnWidth(int, int) -
Method in class com.extjs.gxt.ui.client.widget.grid.ColumnHeader
-
- updateField() -
Method in class com.extjs.gxt.ui.client.binding.FieldBinding
- Updates the field's value with the model value.
- updateIconStyle() -
Method in class com.extjs.gxt.ui.client.widget.tree.TreeItem
- Deprecated.
- updateJointStyle() -
Method in class com.extjs.gxt.ui.client.widget.tree.TreeItem
- Deprecated.
- updateManager_indicatorText() -
Method in interface com.extjs.gxt.ui.client.messages.XMessages
-
- updateModel() -
Method in class com.extjs.gxt.ui.client.binding.FieldBinding
- Updates the model's value with the field value.
- updateOriginalValue(D) -
Method in class com.extjs.gxt.ui.client.widget.form.Field
- Updates the original value of the field.
- updateProgress(double, String) -
Method in class com.extjs.gxt.ui.client.widget.MessageBox
- Updates a progress-style message box's text and progress bar.
- updateProgress(double, String) -
Method in class com.extjs.gxt.ui.client.widget.ProgressBar
- Updates the progress bar value, and optionally its text.
- updateSortIcon(int, Style.SortDir) -
Method in class com.extjs.gxt.ui.client.widget.grid.ColumnHeader
-
- updateText(String) -
Method in class com.extjs.gxt.ui.client.widget.MessageBox
- Updates the message box body text.
- updateText(String) -
Method in class com.extjs.gxt.ui.client.widget.ProgressBar
- Updates the progress bar text.
- updateTotalWidth(int, int) -
Method in class com.extjs.gxt.ui.client.widget.grid.ColumnHeader
-
- updateWidth(int) -
Method in class com.extjs.gxt.ui.client.widget.grid.ColumnHeader.Head
-
- updateYScale() -
Method in class com.extjs.gxt.charts.client.model.ChartModel
-
- updateZIndex(int) -
Method in class com.extjs.gxt.ui.client.core.El
- Sets the element's z-index using
XDOM.getTopZIndex() to ensure it
has the highest values.
- uploadField_browseText() -
Method in interface com.extjs.gxt.ui.client.messages.XMessages
-
- useLoadConfig(Object) -
Method in class com.extjs.gxt.ui.client.data.BaseListLoader
- Use the specified LoadConfig for all load calls.
- useLoadConfig(Object) -
Method in class com.extjs.gxt.ui.client.data.BasePagingLoader
- Use the specified LoadConfig for all load calls.
- useShims -
Static variable in class com.extjs.gxt.ui.client.GXT
true if the browser uses shims.
- Util - Class in com.extjs.gxt.ui.client.util
- Various utility functions.
- Util() -
Constructor for class com.extjs.gxt.ui.client.util.Util
-
V
- Valid -
Static variable in class com.extjs.gxt.ui.client.event.Events
- Valid event type.
- validate() -
Method in class com.extjs.gxt.ui.client.widget.form.Field
- Validates the field value.
- validate(boolean) -
Method in class com.extjs.gxt.ui.client.widget.form.Field
- Validates the field value.
- validate(boolean) -
Method in class com.extjs.gxt.ui.client.widget.form.HiddenField
-
- validate(boolean) -
Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor
-
- validate(boolean) -
Method in class com.extjs.gxt.ui.client.widget.form.LabelField
-
- validate(Field<?>, String) -
Method in interface com.extjs.gxt.ui.client.widget.form.Validator
- Validates the fields value.
- ValidateDrop -
Static variable in class com.extjs.gxt.ui.client.event.Events
- Validate drop event type.
- ValidateEdit -
Static variable in class com.extjs.gxt.ui.client.event.Events
- ValidateEdit event type.
- Validator - Interface in com.extjs.gxt.ui.client.widget.form
- Interface for validating a field's value.
- value() -
Method in enum com.extjs.gxt.ui.client.Style.AnchorPosition
-
- value() -
Method in enum com.extjs.gxt.ui.client.Style.Scroll
-
- value() -
Method in enum com.extjs.gxt.ui.client.widget.form.FormPanel.Encoding
-
- value() -
Method in enum com.extjs.gxt.ui.client.widget.tree.Tree.Joint
- Deprecated.
- value() -
Method in enum com.extjs.gxt.ui.client.widget.treepanel.TreePanel.Joint
-
- valueOf(String) -
Static method in enum com.extjs.gxt.charts.client.model.axis.Rotation
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum com.extjs.gxt.charts.client.model.charts.BarChart.BarStyle
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum com.extjs.gxt.charts.client.model.charts.CylinderBarChart.CylinderStyle
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum com.extjs.gxt.charts.client.model.charts.ScatterChart.ScatterStyle
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum com.extjs.gxt.charts.client.model.Legend.Position
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum com.extjs.gxt.charts.client.model.ToolTip.MouseStyle
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum com.extjs.gxt.ui.client.core.El.VisMode
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum com.extjs.gxt.ui.client.dnd.DND.Feedback
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum com.extjs.gxt.ui.client.dnd.DND.Operation
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum com.extjs.gxt.ui.client.dnd.DND.TreeSource
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum com.extjs.gxt.ui.client.store.Record.RecordUpdate
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum com.extjs.gxt.ui.client.Style.AnchorPosition
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum com.extjs.gxt.ui.client.Style.ButtonArrowAlign
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum com.extjs.gxt.ui.client.Style.ButtonScale
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum com.extjs.gxt.ui.client.Style.Direction
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum com.extjs.gxt.ui.client.Style.HideMode
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum com.extjs.gxt.ui.client.Style.HorizontalAlignment
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum com.extjs.gxt.ui.client.Style.IconAlign
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum com.extjs.gxt.ui.client.Style.LayoutRegion
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum com.extjs.gxt.ui.client.Style.Orientation
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum com.extjs.gxt.ui.client.Style.Scroll
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum com.extjs.gxt.ui.client.Style.ScrollDir
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum com.extjs.gxt.ui.client.Style.SelectionMode
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum com.extjs.gxt.ui.client.Style.SortDir
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum com.extjs.gxt.ui.client.Style.VerticalAlignment
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum com.extjs.gxt.ui.client.util.DateWrapper.Unit
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum com.extjs.gxt.ui.client.widget.flash.FlashComponent.WMode
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum com.extjs.gxt.ui.client.widget.form.ComboBox.TriggerAction
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum com.extjs.gxt.ui.client.widget.form.DualListField.Mode
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum com.extjs.gxt.ui.client.widget.form.FormPanel.Encoding
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum com.extjs.gxt.ui.client.widget.form.FormPanel.LabelAlign
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum com.extjs.gxt.ui.client.widget.form.FormPanel.Method
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum com.extjs.gxt.ui.client.widget.grid.EditorGrid.ClicksToEdit
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum com.extjs.gxt.ui.client.widget.Layer.ShadowPosition
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum com.extjs.gxt.ui.client.widget.layout.BoxLayout.BoxLayoutPack
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum com.extjs.gxt.ui.client.widget.layout.HBoxLayout.HBoxLayoutAlign
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum com.extjs.gxt.ui.client.widget.layout.VBoxLayout.VBoxLayoutAlign
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum com.extjs.gxt.ui.client.widget.MessageBox.MessageBoxType
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum com.extjs.gxt.ui.client.widget.TabPanel.TabPosition
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum com.extjs.gxt.ui.client.widget.tree.Tree.CheckCascade
- Deprecated. Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum com.extjs.gxt.ui.client.widget.tree.Tree.CheckNodes
- Deprecated. Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum com.extjs.gxt.ui.client.widget.tree.Tree.Joint
- Deprecated. Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum com.extjs.gxt.ui.client.widget.treepanel.TreePanel.CheckCascade
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum com.extjs.gxt.ui.client.widget.treepanel.TreePanel.CheckNodes
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum com.extjs.gxt.ui.client.widget.treepanel.TreePanel.Joint
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum com.extjs.gxt.ui.client.widget.treepanel.TreePanelView.TreeViewRenderMode
- Returns the enum constant of this type with the specified name.
- values() -
Static method in enum com.extjs.gxt.charts.client.model.axis.Rotation
- Returns an array containing the constants of this enum type, in
the order they are declared.
- values() -
Static method in enum com.extjs.gxt.charts.client.model.charts.BarChart.BarStyle
- Returns an array containing the constants of this enum type, in
the order they are declared.
- values() -
Static method in enum com.extjs.gxt.charts.client.model.charts.CylinderBarChart.CylinderStyle
- Returns an array containing the constants of this enum type, in
the order they are declared.
- values() -
Static method in enum com.extjs.gxt.charts.client.model.charts.ScatterChart.ScatterStyle
- Returns an array containing the constants of this enum type, in
the order they are declared.
- values() -
Static method in enum com.extjs.gxt.charts.client.model.Legend.Position
- Returns an array containing the constants of this enum type, in
the order they are declared.
- values() -
Static method in enum com.extjs.gxt.charts.client.model.ToolTip.MouseStyle
- Returns an array containing the constants of this enum type, in
the order they are declared.
- values() -
Static method in enum com.extjs.gxt.ui.client.core.El.VisMode
- Returns an array containing the constants of this enum type, in
the order they are declared.
- values() -
Method in class com.extjs.gxt.ui.client.core.FastMap
-
- values() -
Method in class com.extjs.gxt.ui.client.data.RpcMap
- Returns a Collection view of the values contained in this map.
- values() -
Static method in enum com.extjs.gxt.ui.client.dnd.DND.Feedback
- Returns an array containing the constants of this enum type, in
the order they are declared.
- values() -
Static method in enum com.extjs.gxt.ui.client.dnd.DND.Operation
- Returns an array containing the constants of this enum type, in
the order they are declared.
- values() -
Static method in enum com.extjs.gxt.ui.client.dnd.DND.TreeSource
- Returns an array containing the constants of this enum type, in
the order they are declared.
- values() -
Static method in enum com.extjs.gxt.ui.client.store.Record.RecordUpdate
- Returns an array containing the constants of this enum type, in
the order they are declared.
- values() -
Static method in enum com.extjs.gxt.ui.client.Style.AnchorPosition
- Returns an array containing the constants of this enum type, in
the order they are declared.
- values() -
Static method in enum com.extjs.gxt.ui.client.Style.ButtonArrowAlign
- Returns an array containing the constants of this enum type, in
the order they are declared.
- values() -
Static method in enum com.extjs.gxt.ui.client.Style.ButtonScale
- Returns an array containing the constants of this enum type, in
the order they are declared.
- values() -
Static method in enum com.extjs.gxt.ui.client.Style.Direction
- Returns an array containing the constants of this enum type, in
the order they are declared.
- values() -
Static method in enum com.extjs.gxt.ui.client.Style.HideMode
- Returns an array containing the constants of this enum type, in
the order they are declared.
- values() -
Static method in enum com.extjs.gxt.ui.client.Style.HorizontalAlignment
- Returns an array containing the constants of this enum type, in
the order they are declared.
- values() -
Static method in enum com.extjs.gxt.ui.client.Style.IconAlign
- Returns an array containing the constants of this enum type, in
the order they are declared.
- values() -
Static method in enum com.extjs.gxt.ui.client.Style.LayoutRegion
- Returns an array containing the constants of this enum type, in
the order they are declared.
- values() -
Static method in enum com.extjs.gxt.ui.client.Style.Orientation
- Returns an array containing the constants of this enum type, in
the order they are declared.
- values() -
Static method in enum com.extjs.gxt.ui.client.Style.Scroll
- Returns an array containing the constants of this enum type, in
the order they are declared.
- values() -
Static method in enum com.extjs.gxt.ui.client.Style.ScrollDir
- Returns an array containing the constants of this enum type, in
the order they are declared.
- values() -
Static method in enum com.extjs.gxt.ui.client.Style.SelectionMode
- Returns an array containing the constants of this enum type, in
the order they are declared.
- values() -
Static method in enum com.extjs.gxt.ui.client.Style.SortDir
- Returns an array containing the constants of this enum type, in
the order they are declared.
- values() -
Static method in enum com.extjs.gxt.ui.client.Style.VerticalAlignment
- Returns an array containing the constants of this enum type, in
the order they are declared.
- values() -
Static method in enum com.extjs.gxt.ui.client.util.DateWrapper.Unit
- Returns an array containing the constants of this enum type, in
the order they are declared.
- values() -
Static method in enum com.extjs.gxt.ui.client.widget.flash.FlashComponent.WMode
- Returns an array containing the constants of this enum type, in
the order they are declared.
- values() -
Static method in enum com.extjs.gxt.ui.client.widget.form.ComboBox.TriggerAction
- Returns an array containing the constants of this enum type, in
the order they are declared.
- values() -
Static method in enum com.extjs.gxt.ui.client.widget.form.DualListField.Mode
- Returns an array containing the constants of this enum type, in
the order they are declared.
- values() -
Static method in enum com.extjs.gxt.ui.client.widget.form.FormPanel.Encoding
- Returns an array containing the constants of this enum type, in
the order they are declared.
- values() -
Static method in enum com.extjs.gxt.ui.client.widget.form.FormPanel.LabelAlign
- Returns an array containing the constants of this enum type, in
the order they are declared.
- values() -
Static method in enum com.extjs.gxt.ui.client.widget.form.FormPanel.Method
- Returns an array containing the constants of this enum type, in
the order they are declared.
- values() -
Static method in enum com.extjs.gxt.ui.client.widget.grid.EditorGrid.ClicksToEdit
- Returns an array containing the constants of this enum type, in
the order they are declared.
- values() -
Static method in enum com.extjs.gxt.ui.client.widget.Layer.ShadowPosition
- Returns an array containing the constants of this enum type, in
the order they are declared.
- values() -
Static method in enum com.extjs.gxt.ui.client.widget.layout.BoxLayout.BoxLayoutPack
- Returns an array containing the constants of this enum type, in
the order they are declared.
- values() -
Static method in enum com.extjs.gxt.ui.client.widget.layout.HBoxLayout.HBoxLayoutAlign
- Returns an array containing the constants of this enum type, in
the order they are declared.
- values() -
Static method in enum com.extjs.gxt.ui.client.widget.layout.VBoxLayout.VBoxLayoutAlign
- Returns an array containing the constants of this enum type, in
the order they are declared.
- values() -
Static method in enum com.extjs.gxt.ui.client.widget.MessageBox.MessageBoxType
- Returns an array containing the constants of this enum type, in
the order they are declared.
- values() -
Static method in enum com.extjs.gxt.ui.client.widget.TabPanel.TabPosition
- Returns an array containing the constants of this enum type, in
the order they are declared.
- values() -
Static method in enum com.extjs.gxt.ui.client.widget.tree.Tree.CheckCascade
- Deprecated. Returns an array containing the constants of this enum type, in
the order they are declared.
- values() -
Static method in enum com.extjs.gxt.ui.client.widget.tree.Tree.CheckNodes
- Deprecated. Returns an array containing the constants of this enum type, in
the order they are declared.
- values() -
Static method in enum com.extjs.gxt.ui.client.widget.tree.Tree.Joint
- Deprecated. Returns an array containing the constants of this enum type, in
the order they are declared.
- values() -
Static method in enum com.extjs.gxt.ui.client.widget.treepanel.TreePanel.CheckCascade
- Returns an array containing the constants of this enum type, in
the order they are declared.
- values() -
Static method in enum com.extjs.gxt.ui.client.widget.treepanel.TreePanel.CheckNodes
- Returns an array containing the constants of this enum type, in
the order they are declared.
- values() -
Static method in enum com.extjs.gxt.ui.client.widget.treepanel.TreePanel.Joint
- Returns an array containing the constants of this enum type, in
the order they are declared.
- values() -
Static method in enum com.extjs.gxt.ui.client.widget.treepanel.TreePanelView.TreeViewRenderMode
- Returns an array containing the constants of this enum type, in
the order they are declared.
- VBoxLayout - Class in com.extjs.gxt.ui.client.widget.layout
- Lays out it's children in a vertical column.
- VBoxLayout() -
Constructor for class com.extjs.gxt.ui.client.widget.layout.VBoxLayout
-
- VBoxLayout.VBoxLayoutAlign - Enum in com.extjs.gxt.ui.client.widget.layout
- Alignment enumeration for horizontal alignment.
- VBoxLayoutData - Class in com.extjs.gxt.ui.client.widget.layout
- Layout data for
VBoxLayout - VBoxLayoutData() -
Constructor for class com.extjs.gxt.ui.client.widget.layout.VBoxLayoutData
- Creates a new vbox layout.
- VBoxLayoutData(Margins) -
Constructor for class com.extjs.gxt.ui.client.widget.layout.VBoxLayoutData
- Creates a new vbox layout.
- VBoxLayoutData(int, int, int, int) -
Constructor for class com.extjs.gxt.ui.client.widget.layout.VBoxLayoutData
- Creates a new vbox layout.
- Version - Class in com.extjs.gxt.ui.client
- Contains the current codes release information.
- VerticalPanel - Class in com.extjs.gxt.ui.client.widget
- A
LayoutContainer that lays out its children in a single column using
a TableLayout. - VerticalPanel() -
Constructor for class com.extjs.gxt.ui.client.widget.VerticalPanel
-
- View - Class in com.extjs.gxt.ui.client.mvc
Views are responsible for rendering the user interface.- View(Controller) -
Constructor for class com.extjs.gxt.ui.client.mvc.View
- Creates a new view instance.
- Viewport - Class in com.extjs.gxt.ui.client.widget
- A LayoutContainer that fills the browser window and monitors window resizing.
- Viewport() -
Constructor for class com.extjs.gxt.ui.client.widget.Viewport
-
- ViewReady -
Static variable in class com.extjs.gxt.ui.client.event.Events
- ViewReady event type.
W
- wait(String, String, String) -
Static method in class com.extjs.gxt.ui.client.widget.MessageBox
- Displays a message box with an infinitely auto-updating progress bar.
- WARNING -
Static variable in class com.extjs.gxt.ui.client.widget.MessageBox
- The CSS style name that provides the WARNING icon image.
- widgetAttached(ComponentEvent) -
Method in class com.extjs.gxt.ui.client.event.WidgetListener
- Fires after a widget is attached.
- WidgetComponent - Class in com.extjs.gxt.ui.client.widget
- Creates a component from a widget.
- WidgetComponent(Widget) -
Constructor for class com.extjs.gxt.ui.client.widget.WidgetComponent
- Creates a new component wrapper.
- widgetDetached(ComponentEvent) -
Method in class com.extjs.gxt.ui.client.event.WidgetListener
- Fires after a widget is detached.
- WidgetListener - Class in com.extjs.gxt.ui.client.event
- Event interface for widget events.
- WidgetListener() -
Constructor for class com.extjs.gxt.ui.client.event.WidgetListener
-
- widgetResized(ComponentEvent) -
Method in class com.extjs.gxt.ui.client.event.WidgetListener
- Fires after a widget is moved or resized.
- widgetScrolled(ComponentEvent) -
Method in class com.extjs.gxt.ui.client.event.ScrollListener
- Fires when a component is scrolled.
- WidgetTreeGridCellRenderer<M extends ModelData> - Class in com.extjs.gxt.ui.client.widget.treegrid
- A
TreeGridCellRenderer that adds widget support. - WidgetTreeGridCellRenderer() -
Constructor for class com.extjs.gxt.ui.client.widget.treegrid.WidgetTreeGridCellRenderer
-
- width -
Variable in class com.extjs.gxt.ui.client.util.Rectangle
- The width of the rectangle.
- width -
Variable in class com.extjs.gxt.ui.client.util.Size
- The width.
- width -
Variable in class com.extjs.gxt.ui.client.widget.InfoConfig
- The info width (defaults to 225).
- WidthChange -
Static variable in class com.extjs.gxt.ui.client.event.Events
- WidthChange event type.
- window -
Variable in class com.extjs.gxt.ui.client.event.WindowManagerEvent
- The window.
- Window - Class in com.extjs.gxt.ui.client.widget
- A specialized content panel intended for use as an application window.
- Window() -
Constructor for class com.extjs.gxt.ui.client.widget.Window
- Creates a new window.
- windowActivate(WindowEvent) -
Method in class com.extjs.gxt.ui.client.event.WindowListener
- Fires after the window is activated.
- windowDeactivate(WindowEvent) -
Method in class com.extjs.gxt.ui.client.event.WindowListener
- Fires after the window is deactivate.
- WindowEvent - Class in com.extjs.gxt.ui.client.event
- Window event type.
- WindowEvent(Window) -
Constructor for class com.extjs.gxt.ui.client.event.WindowEvent
-
- WindowEvent(Window, Event) -
Constructor for class com.extjs.gxt.ui.client.event.WindowEvent
-
- WindowEvent(Window, Button) -
Constructor for class com.extjs.gxt.ui.client.event.WindowEvent
-
- windowHide(WindowEvent) -
Method in class com.extjs.gxt.ui.client.event.WindowListener
- Fires after the window is hidden.
- WindowListener - Class in com.extjs.gxt.ui.client.event
- Event interface for windows.
- WindowListener() -
Constructor for class com.extjs.gxt.ui.client.event.WindowListener
-
- WindowManager - Class in com.extjs.gxt.ui.client.widget
- An object that represents a group of
Window instances and provides
z-order management and window activation behavior. - WindowManager() -
Constructor for class com.extjs.gxt.ui.client.widget.WindowManager
-
- WindowManagerEvent - Class in com.extjs.gxt.ui.client.event
-
- WindowManagerEvent(WindowManager) -
Constructor for class com.extjs.gxt.ui.client.event.WindowManagerEvent
-
- WindowManagerEvent(WindowManager, Window) -
Constructor for class com.extjs.gxt.ui.client.event.WindowManagerEvent
-
- windowMaximize(WindowEvent) -
Method in class com.extjs.gxt.ui.client.event.WindowListener
- Fires after the window is maximized.
- windowMinimize(WindowEvent) -
Method in class com.extjs.gxt.ui.client.event.WindowListener
- Fires after the window is minmized.
- windowRestore(WindowEvent) -
Method in class com.extjs.gxt.ui.client.event.WindowListener
- Fires after the window is restored.
- windowShow(WindowEvent) -
Method in class com.extjs.gxt.ui.client.event.WindowListener
- Fires after a window is opened.
- within(Element) -
Method in class com.extjs.gxt.ui.client.event.DomEvent
- Returns
true if the target of this event equals or is a child
of the given element.
- within(Element, boolean) -
Method in class com.extjs.gxt.ui.client.event.DomEvent
- Returns
true if the target of this event equals or is a child
of the given element.
- wrap(Element) -
Method in class com.extjs.gxt.ui.client.core.El
- Wraps the element with the specified wrapper.
X
- x -
Variable in class com.extjs.gxt.ui.client.util.Point
- The x coordinate of the point
- x -
Variable in class com.extjs.gxt.ui.client.util.Rectangle
- The x coordinate.
- XAxis - Class in com.extjs.gxt.charts.client.model.axis
- OFC x-axis.
- XAxis() -
Constructor for class com.extjs.gxt.charts.client.model.axis.XAxis
-
- XAxis.XLabels - Class in com.extjs.gxt.charts.client.model.axis
- Class for an OFC x-axis label.
- XAxis.XLabels(List<String>) -
Constructor for class com.extjs.gxt.charts.client.model.axis.XAxis.XLabels
- Creates a new labels.
- XAxis.XLabels(String...) -
Constructor for class com.extjs.gxt.charts.client.model.axis.XAxis.XLabels
- Creates a new labels.
- XDOM - Class in com.extjs.gxt.ui.client.core
- Provides additional static methods that allow you to manipulate the browser's
Document Object Model (DOM).
- XImages - Interface in com.extjs.gxt.ui.client.image
-
- XMessages - Interface in com.extjs.gxt.ui.client.messages
- GXT messages.
- XmlLoadResultReader<D extends ListLoadResult<? extends ModelData>> - Class in com.extjs.gxt.ui.client.data
- A
XmlReader implementation that reads XML data using a
ModelType definition and returns a list load result instance. - XmlLoadResultReader(ModelType) -
Constructor for class com.extjs.gxt.ui.client.data.XmlLoadResultReader
- Creates a new reader.
- XmlPagingLoadResultReader<D extends PagingLoadResult<? extends ModelData>> - Class in com.extjs.gxt.ui.client.data
- A
XmlReader implementation that reads XML data using a
ModelType definition and returns a paging list load result
instance. - XmlPagingLoadResultReader(ModelType) -
Constructor for class com.extjs.gxt.ui.client.data.XmlPagingLoadResultReader
- Creates a new reader.
- XmlReader<D> - Class in com.extjs.gxt.ui.client.data
- A
DataReader implementation that reads XML data using a
ModelType definition and produces a set of
ModelData instances. - XmlReader(ModelType) -
Constructor for class com.extjs.gxt.ui.client.data.XmlReader
- Creates a new xml reader instance.
- XTemplate - Class in com.extjs.gxt.ui.client.core
- A template class that supports advanced functionality like autofilling
arrays, conditional processing with basic comparison operators,
sub-templates, basic math function support, special built-in template
variables, inline code execution and more.
Y
- y -
Variable in class com.extjs.gxt.ui.client.util.Point
- The y coordinate of the point
- y -
Variable in class com.extjs.gxt.ui.client.util.Rectangle
- The y coordinate.
- YAxis - Class in com.extjs.gxt.charts.client.model.axis
- OFC y-axis.
- YAxis() -
Constructor for class com.extjs.gxt.charts.client.model.axis.YAxis
-
- YES -
Static variable in class com.extjs.gxt.ui.client.widget.Dialog
- Button constant for the itemId of a YES button.
- YESNO -
Static variable in class com.extjs.gxt.ui.client.widget.Dialog
- Button constant that displays a YES and NO button.
- YESNO -
Static variable in class com.extjs.gxt.ui.client.widget.MessageBox
- Button constant that displays a YES and NO button.
- YESNOCANCEL -
Static variable in class com.extjs.gxt.ui.client.widget.Dialog
- Button constant that displays a YES, NO, and CANCEL button.
- YESNOCANCEL -
Static variable in class com.extjs.gxt.ui.client.widget.MessageBox
- Button constant that displays a YES, NO, and CANCEL button.
- yesText -
Variable in class com.extjs.gxt.ui.client.widget.Dialog
- The Yes button text (defaults to 'Yes').
A B C D E F G H I J K L M N O P Q R S T U V W X Y