- add(boolean) - Method in class com.sencha.gxt.legacy.client.core.js.JsArray
-
Adds a boolean value to the array.
- add(byte) - Method in class com.sencha.gxt.legacy.client.core.js.JsArray
-
Adds a byte value to the array.
- add(char) - Method in class com.sencha.gxt.legacy.client.core.js.JsArray
-
Adds a char value to the array.
- add(double) - Method in class com.sencha.gxt.legacy.client.core.js.JsArray
-
Adds a double value to the array.
- add(float) - Method in class com.sencha.gxt.legacy.client.core.js.JsArray
-
Adds a float value to the array.
- add(int) - Method in class com.sencha.gxt.legacy.client.core.js.JsArray
-
Adds a int value to the array.
- add(JavaScriptObject) - Method in class com.sencha.gxt.legacy.client.core.js.JsArray
-
Adds a native javascript object to the array.
- add(Object) - Method in class com.sencha.gxt.legacy.client.core.js.JsArray
-
- add(short) - Method in class com.sencha.gxt.legacy.client.core.js.JsArray
-
Adds a short value to the array.
- add(String) - Method in class com.sencha.gxt.legacy.client.core.js.JsArray
-
Adds a string value to the array.
- add(Object) - Method in class com.sencha.gxt.legacy.client.core.LegacyParams
-
Adds a value.
- addChild(Controller) - Method in class com.sencha.gxt.legacy.client.mvc.Controller
-
Add a child controller.
- addController(Controller) - Method in class com.sencha.gxt.legacy.client.mvc.Dispatcher
-
Adds a controller.
- addDispatcherListener(DispatcherListener) - Method in class com.sencha.gxt.legacy.client.mvc.Dispatcher
-
Adds a listener to receive dispatch events.
- addFieldBinding(FieldBinding) - Method in class com.sencha.gxt.legacy.client.binding.Bindings
-
Adds a field binding.
- AfterAppEvent - Class in com.sencha.gxt.legacy.client.mvc
-
- AfterAppEvent(AppEvent) - Constructor for class com.sencha.gxt.legacy.client.mvc.AfterAppEvent
-
- AfterAppEvent.AfterAppEventHandler - Interface in com.sencha.gxt.legacy.client.mvc
-
- afterDispatch(AfterAppEvent) - Method in interface com.sencha.gxt.legacy.client.mvc.AfterAppEvent.AfterAppEventHandler
-
- AfterDispatch - Static variable in class com.sencha.gxt.legacy.client.mvc.Dispatcher
-
Fires after an event has been dispatched.
- afterDispatch(AfterAppEvent) - Method in class com.sencha.gxt.legacy.client.mvc.DispatcherListener
-
Fires after an event has been dispatched.
- append(Element, Object...) - Method in class com.sencha.gxt.legacy.client.core.Template
-
Applies the supplied values to the template and appends the new node(s) to
el.
- append(Element, LegacyParams) - Method in class com.sencha.gxt.legacy.client.core.Template
-
Applies the supplied values to the template and appends the new node(s) to
el.
- append(Element, JavaScriptObject) - Method in class com.sencha.gxt.legacy.client.core.XTemplate
-
- AppEvent - Class in com.sencha.gxt.legacy.client.mvc
-
AppEvents are used to pass messages between
Controllers and Views.
- AppEvent(GwtEvent.Type<?>) - Constructor for class com.sencha.gxt.legacy.client.mvc.AppEvent
-
Creates a new application event.
- AppEvent(GwtEvent.Type<?>, Object) - Constructor for class com.sencha.gxt.legacy.client.mvc.AppEvent
-
Creates a new application event.
- AppEvent(GwtEvent.Type<?>, Object, String) - Constructor for class com.sencha.gxt.legacy.client.mvc.AppEvent
-
Creates a new application event.
- applyTemplate(JavaScriptObject) - Method in class com.sencha.gxt.legacy.client.core.Template
-
Returns an HTML fragment of this template with the specified values
applied.
- applyTemplate(LegacyParams) - Method in class com.sencha.gxt.legacy.client.core.Template
-
Returns an HTML fragment of this template with the specified values
applied.
- applyTemplate(JavaScriptObject) - Method in class com.sencha.gxt.legacy.client.core.XTemplate
-
Returns an HTML fragment of this template with the specified values
applied.
- canHandle(AppEvent) - Method in class com.sencha.gxt.legacy.client.mvc.Controller
-
Determines if the controller can handle the particular event.
- canHandle(AppEvent, boolean) - Method in class com.sencha.gxt.legacy.client.mvc.Controller
-
Determines if the controller can handle the particular event.
- clear() - Method in class com.sencha.gxt.legacy.client.binding.Bindings
-
Clears all fields by setting the value for each field to null.
- clear() - Method in class com.sencha.gxt.legacy.client.data.RpcMap
-
Removes all the mappings from this map.
- com.sencha.gxt.legacy.client.binding - package com.sencha.gxt.legacy.client.binding
-
- com.sencha.gxt.legacy.client.core - package com.sencha.gxt.legacy.client.core
-
- com.sencha.gxt.legacy.client.core.js - package com.sencha.gxt.legacy.client.core.js
-
- com.sencha.gxt.legacy.client.data - package com.sencha.gxt.legacy.client.data
-
- com.sencha.gxt.legacy.client.mvc - package com.sencha.gxt.legacy.client.mvc
-
A lightweight MVC implementation.
- compile() - Method in class com.sencha.gxt.legacy.client.core.Template
-
Compiles the template into an internal function, eliminating the regex
overhead.
- compile() - Method in class com.sencha.gxt.legacy.client.core.XTemplate
-
Compiles the template into an internal function, eliminating the regex
overhead.
- containsKey(String) - Method in class com.sencha.gxt.legacy.client.data.RpcMap
-
Returns true if this map contains a mapping for this key.
- containsValue(Object) - Method in class com.sencha.gxt.legacy.client.data.RpcMap
-
Returns true if this map maps one or more keys to the specified value.
- Controller - Class in com.sencha.gxt.legacy.client.mvc
-
Controllers process and respond to application events.
- Controller() - Constructor for class com.sencha.gxt.legacy.client.mvc.Controller
-
- Converter - Class in com.sencha.gxt.legacy.client.binding
-
Provides a mechanism to convert data when passing values between model and
fields.
- Converter() - Constructor for class com.sencha.gxt.legacy.client.binding.Converter
-
- convertFieldValue(Object) - Method in class com.sencha.gxt.legacy.client.binding.Converter
-
Converts the field's value before being set on the model.
- convertModelValue(Object) - Method in class com.sencha.gxt.legacy.client.binding.Converter
-
Converts the model's value before being set on the field.
- create(Object...) - Method in class com.sencha.gxt.legacy.client.core.Template
-
Creates a new element.
- create(LegacyParams) - Method in class com.sencha.gxt.legacy.client.core.Template
-
Creates a new element.
- create(String) - Static method in class com.sencha.gxt.legacy.client.core.XTemplate
-
Returns a new template instance using the given html.
- get(int) - Method in class com.sencha.gxt.legacy.client.core.js.JsArray
-
Returns a property value.
- get(String) - Method in class com.sencha.gxt.legacy.client.core.js.JsObject
-
Returns a property value.
- get(String) - Method in class com.sencha.gxt.legacy.client.data.BaseModelData
-
- get(String, X) - Method in class com.sencha.gxt.legacy.client.data.BaseModelData
-
Returns a property value.
- get(String) - Method in interface com.sencha.gxt.legacy.client.data.ModelData
-
Returns the named property from this model instance.
- get(String) - Method in class com.sencha.gxt.legacy.client.data.RpcMap
-
Returns the value to which the specified key is mapped, or null if this map
contains no mapping for the key.
- get() - Static method in class com.sencha.gxt.legacy.client.mvc.Dispatcher
-
Returns the singleton instance.
- getAppEvent() - Method in class com.sencha.gxt.legacy.client.mvc.AfterAppEvent
-
- getAppEvent() - Method in class com.sencha.gxt.legacy.client.mvc.BeforeAppEvent
-
- getAssociatedType() - Method in class com.sencha.gxt.legacy.client.binding.Bindings.BindingEvent
-
- getAssociatedType() - Method in class com.sencha.gxt.legacy.client.mvc.AfterAppEvent
-
- getAssociatedType() - Method in class com.sencha.gxt.legacy.client.mvc.AppEvent
-
- getAssociatedType() - Method in class com.sencha.gxt.legacy.client.mvc.BeforeAppEvent
-
- getBinding(Field<?>) - Method in class com.sencha.gxt.legacy.client.binding.Bindings
-
Returns the field binding for the given field.
- getBindings() - Method in class com.sencha.gxt.legacy.client.binding.Bindings
-
Returns all bindings.
- getBoolean(int) - Method in class com.sencha.gxt.legacy.client.core.js.JsArray
-
- getBoolean(String) - Method in class com.sencha.gxt.legacy.client.core.js.JsObject
-
- getByte(int) - Method in class com.sencha.gxt.legacy.client.core.js.JsArray
-
- getByte(String) - Method in class com.sencha.gxt.legacy.client.core.js.JsObject
-
- getChar(int) - Method in class com.sencha.gxt.legacy.client.core.js.JsArray
-
- getChar(String) - Method in class com.sencha.gxt.legacy.client.core.js.JsObject
-
- getController() - Method in class com.sencha.gxt.legacy.client.mvc.View
-
Returns the view's controller.
- getControllers() - Method in class com.sencha.gxt.legacy.client.mvc.Dispatcher
-
Returns all controllers.
- getConverter() - Method in class com.sencha.gxt.legacy.client.binding.FieldBinding
-
Returns the bindings converter.
- getData() - Method in class com.sencha.gxt.legacy.client.mvc.AppEvent
-
Returns the application specified data.
- getData(String) - Method in class com.sencha.gxt.legacy.client.mvc.AppEvent
-
Returns the application defined property for the given name, or
null if it has not been set.
- getDouble(int) - Method in class com.sencha.gxt.legacy.client.core.js.JsArray
-
- getDouble(String) - Method in class com.sencha.gxt.legacy.client.core.js.JsObject
-
- getField() - Method in class com.sencha.gxt.legacy.client.binding.FieldBinding
-
Returns the bound field.
- getFloat(int) - Method in class com.sencha.gxt.legacy.client.core.js.JsArray
-
- getFloat(String) - Method in class com.sencha.gxt.legacy.client.core.js.JsObject
-
- getHistory() - Method in class com.sencha.gxt.legacy.client.mvc.Dispatcher
-
Returns the dispatcher's history cache.
- getHtml() - Method in class com.sencha.gxt.legacy.client.core.Template
-
- getInt(int) - Method in class com.sencha.gxt.legacy.client.core.js.JsArray
-
Returns a property value.
- getInt(String) - Method in class com.sencha.gxt.legacy.client.core.js.JsObject
-
Returns a property value.
- getJsObject() - Method in class com.sencha.gxt.legacy.client.core.js.JsArray
-
- getJsObject() - Method in class com.sencha.gxt.legacy.client.core.js.JsObject
-
- getJsObject() - Method in interface com.sencha.gxt.legacy.client.core.js.JsWrapper
-
Returns the javscript object.
- getList() - Method in class com.sencha.gxt.legacy.client.core.LegacyParams
-
Returns the list values.
- getMap() - Method in class com.sencha.gxt.legacy.client.core.LegacyParams
-
Returns the values as a map.
- getMaxDepth() - Method in class com.sencha.gxt.legacy.client.core.XTemplate
-
Returns the maximum number of nested children to process when preparing the
template's data.
- getModel() - Method in class com.sencha.gxt.legacy.client.binding.Bindings
-
Returns the currently bound model;
- getModel() - Method in class com.sencha.gxt.legacy.client.binding.FieldBinding
-
Returns the bound model instance.
- getNestedValue(ModelData, String) - Static method in class com.sencha.gxt.legacy.client.data.NestedModelUtil
-
- getNestedValue(ModelData, List<String>) - Static method in class com.sencha.gxt.legacy.client.data.NestedModelUtil
-
- getPath() - Method in class com.sencha.gxt.legacy.client.data.ModelDataValueProvider
-
- getProperties() - Method in class com.sencha.gxt.legacy.client.data.BaseModelData
-
- getProperties() - Method in interface com.sencha.gxt.legacy.client.data.ModelData
-
Returns the model's properties and values as a map.
- getProperty() - Method in class com.sencha.gxt.legacy.client.binding.FieldBinding
-
Returns the model's bound property name.
- getPropertyNames() - Method in class com.sencha.gxt.legacy.client.data.BaseModelData
-
- getPropertyNames() - Method in interface com.sencha.gxt.legacy.client.data.ModelData
-
Returns an collection of the model's property names.
- getShort(int) - Method in class com.sencha.gxt.legacy.client.core.js.JsArray
-
- getShort(String) - Method in class com.sencha.gxt.legacy.client.core.js.JsObject
-
- getStore() - Method in class com.sencha.gxt.legacy.client.binding.FieldBinding
-
Returns the binding's store.
- getString(int) - Method in class com.sencha.gxt.legacy.client.core.js.JsArray
-
Returns a property value.
- getString(String) - Method in class com.sencha.gxt.legacy.client.core.js.JsObject
-
Returns a property value.
- getStringProvider() - Method in class com.sencha.gxt.legacy.client.core.Template
-
Returns the template's string provider.
- getStringValue(M, String) - Method in interface com.sencha.gxt.legacy.client.data.ModelStringProvider
-
Returns the string value for the property.
- getToken() - Method in class com.sencha.gxt.legacy.client.mvc.AppEvent
-
Returns the history token.
- getTransientMap() - Method in class com.sencha.gxt.legacy.client.data.RpcMap
-
Returns the internal map.
- getType() - Static method in class com.sencha.gxt.legacy.client.mvc.AfterAppEvent
-
- getType() - Static method in class com.sencha.gxt.legacy.client.mvc.BeforeAppEvent
-
- getValue(ModelData) - Method in class com.sencha.gxt.legacy.client.data.ModelDataValueProvider
-
- getValues() - Method in class com.sencha.gxt.legacy.client.core.LegacyParams
-
Returns the values as a JavaScriptObject.
- insert(Element, int, LegacyParams) - Method in class com.sencha.gxt.legacy.client.core.Template
-
Applies the supplied values to the template and inserts the new node(s) at
the given index.
- insertAfter(Element, LegacyParams) - Method in class com.sencha.gxt.legacy.client.core.Template
-
Applies the supplied values to the template and inserts the new node(s)
after el.
- insertAfter(Element, JavaScriptObject) - Method in class com.sencha.gxt.legacy.client.core.XTemplate
-
Applies the supplied values to the template and inserts the new node(s)
after elem.
- insertBefore(Element, LegacyParams) - Method in class com.sencha.gxt.legacy.client.core.Template
-
Applies the supplied values to the template and inserts the new node(s)
before el.
- insertBefore(Element, JavaScriptObject) - Method in class com.sencha.gxt.legacy.client.core.XTemplate
-
Applies the supplied values to the template and inserts the new node(s)
before elem.
- insertFirst(Element, LegacyParams) - Method in class com.sencha.gxt.legacy.client.core.Template
-
Applies the supplied values to the template and inserts the new node(s) as
the first child of el.
- isAllowNestedValues() - Method in class com.sencha.gxt.legacy.client.data.BaseModelData
-
Returns true if nested values are enabled.
- isCanceled() - Method in class com.sencha.gxt.legacy.client.mvc.BeforeAppEvent
-
- isCancelled() - Method in class com.sencha.gxt.legacy.client.binding.Bindings.BindingEvent
-
- isEmpty() - Method in class com.sencha.gxt.legacy.client.data.RpcMap
-
Returns true if this map contains no key-value mappings.
- isHistoryEvent() - Method in class com.sencha.gxt.legacy.client.mvc.AppEvent
-
Returns true if the event is a history event.
- isInteger(String) - Static method in class com.sencha.gxt.legacy.client.core.js.JsUtil
-
Returns true if the value is a integer.
- isList() - Method in class com.sencha.gxt.legacy.client.core.LegacyParams
-
Returns true if the parameters are a list.
- isMap() - Method in class com.sencha.gxt.legacy.client.core.LegacyParams
-
Returns true if the parameters are a map.
- isNestedProperty(String) - Static method in class com.sencha.gxt.legacy.client.data.NestedModelUtil
-
- isUpdateOriginalValue() - Method in class com.sencha.gxt.legacy.client.binding.FieldBinding
-
Returns true if the field's original value is updated when the field is
bound.
- serialize(SerializationStreamWriter, RpcMap) - Static method in class com.sencha.gxt.legacy.client.data.RpcMap_CustomFieldSerializer
-
- set(String, boolean) - Method in class com.sencha.gxt.legacy.client.core.js.JsObject
-
- set(String, int) - Method in class com.sencha.gxt.legacy.client.core.js.JsObject
-
- set(String, short) - Method in class com.sencha.gxt.legacy.client.core.js.JsObject
-
- set(String, char) - Method in class com.sencha.gxt.legacy.client.core.js.JsObject
-
- set(String, double) - Method in class com.sencha.gxt.legacy.client.core.js.JsObject
-
- set(String, byte) - Method in class com.sencha.gxt.legacy.client.core.js.JsObject
-
- set(String, float) - Method in class com.sencha.gxt.legacy.client.core.js.JsObject
-
- set(String, JavaScriptObject) - Method in class com.sencha.gxt.legacy.client.core.js.JsObject
-
- set(String, JsWrapper) - Method in class com.sencha.gxt.legacy.client.core.js.JsObject
-
Sets a property.
- set(String, Object) - Method in class com.sencha.gxt.legacy.client.core.js.JsObject
-
- set(String, String) - Method in class com.sencha.gxt.legacy.client.core.js.JsObject
-
- set(String, Object) - Method in class com.sencha.gxt.legacy.client.core.LegacyParams
-
Sets a value.
- set(String, boolean) - Method in class com.sencha.gxt.legacy.client.core.Template
-
Sets the HTML used as the template and optionally compiles it.
- set(String, X) - Method in class com.sencha.gxt.legacy.client.data.BaseModelData
-
Sets the property and fires an Update event.
- set(String, X) - Method in interface com.sencha.gxt.legacy.client.data.ModelData
-
Sets a property.
- setAllowNestedValues(boolean) - Method in class com.sencha.gxt.legacy.client.data.BaseModelData
-
Sets whether nested properties are enabled (defaults to true).
- setCanceled(boolean) - Method in class com.sencha.gxt.legacy.client.mvc.BeforeAppEvent
-
- setCancelled(boolean) - Method in class com.sencha.gxt.legacy.client.binding.Bindings.BindingEvent
-
- setConverter(Converter) - Method in class com.sencha.gxt.legacy.client.binding.FieldBinding
-
Sets the converter which is used to translate data types when updating
either the field or model.
- setData(Object) - Method in class com.sencha.gxt.legacy.client.mvc.AppEvent
-
Sets the application defined data.
- setData(String, Object) - Method in class com.sencha.gxt.legacy.client.mvc.AppEvent
-
Sets the application defined property with the given name.
- setHistoryEvent(boolean) - Method in class com.sencha.gxt.legacy.client.mvc.AppEvent
-
True to create a history item for this event when passed through the
dispatcher (defaults to false).
- setMaxDepth(int) - Method in class com.sencha.gxt.legacy.client.core.XTemplate
-
Specifies the maxiumum number of nested models to search when preparing the
templates data (defaults to 4).
- setNestedValue(ModelData, String, Object) - Static method in class com.sencha.gxt.legacy.client.data.NestedModelUtil
-
- setNestedValue(ModelData, List<String>, Object) - Static method in class com.sencha.gxt.legacy.client.data.NestedModelUtil
-
- setProperties(Map<String, Object>) - Method in class com.sencha.gxt.legacy.client.data.BaseModelData
-
Sets the properties.
- setStore(Store<? extends ModelData>) - Method in class com.sencha.gxt.legacy.client.binding.FieldBinding
-
Sets the store for the binding.
- setStringProvider(ModelStringProvider<ModelData>) - Method in class com.sencha.gxt.legacy.client.core.Template
-
Sets the string provider for the template.
- setToken(String) - Method in class com.sencha.gxt.legacy.client.mvc.AppEvent
-
The optional history token (defaults to null).
- setUpdateOriginalValue(boolean) - Method in class com.sencha.gxt.legacy.client.binding.FieldBinding
-
True to update the field's original value when bound (defaults to false).
- setValue(ModelData, V) - Method in class com.sencha.gxt.legacy.client.data.ModelDataValueProvider
-
- size() - Method in class com.sencha.gxt.legacy.client.core.js.JsArray
-
Returns the size of the array.
- size() - Method in class com.sencha.gxt.legacy.client.data.RpcMap
-
Returns the number of key-value mappings in this map.
- subList(List<X>, int, int) - Static method in class com.sencha.gxt.legacy.client.core.js.JsUtil
-
Returns a section of the given list.