Sencha GXT 3.1.1
A B C D E F G H I J K L M N O P R S T U V X 

A

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.

B

BaseModelData - Class in com.sencha.gxt.legacy.client.data
Default ModelData implementation.
BaseModelData() - Constructor for class com.sencha.gxt.legacy.client.data.BaseModelData
Creates a new model data instance.
BaseModelData(Map<String, Object>) - Constructor for class com.sencha.gxt.legacy.client.data.BaseModelData
Creates a new model with the given properties.
BeforeAppEvent - Class in com.sencha.gxt.legacy.client.mvc
Fired before an app event is dispatched.
BeforeAppEvent(AppEvent) - Constructor for class com.sencha.gxt.legacy.client.mvc.BeforeAppEvent
 
BeforeAppEvent.BeforeAppEventHandler - Interface in com.sencha.gxt.legacy.client.mvc
 
beforeDispatch(BeforeAppEvent) - Method in interface com.sencha.gxt.legacy.client.mvc.BeforeAppEvent.BeforeAppEventHandler
 
BeforeDispatch - Static variable in class com.sencha.gxt.legacy.client.mvc.Dispatcher
Fires before an event is dispatched.
beforeDispatch(BeforeAppEvent) - Method in class com.sencha.gxt.legacy.client.mvc.DispatcherListener
Fires before an event is dispatched.
bind(ModelData) - Method in class com.sencha.gxt.legacy.client.binding.Bindings
Binds the model instance.
bind(ModelData) - Method in class com.sencha.gxt.legacy.client.binding.FieldBinding
Binds the model and field.
Bindings - Class in com.sencha.gxt.legacy.client.binding
Aggregates one to many field bindings.
Bindings() - Constructor for class com.sencha.gxt.legacy.client.binding.Bindings
Creates a new bindings instance.
Bindings.BindingEvent - Class in com.sencha.gxt.legacy.client.binding
 
Bindings.BindingEvent(ModelData, GwtEvent.Type<Bindings.BindingHandler>) - Constructor for class com.sencha.gxt.legacy.client.binding.Bindings.BindingEvent
 

C

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.

D

deserialize(SerializationStreamReader, RpcMap) - Static method in class com.sencha.gxt.legacy.client.data.RpcMap_CustomFieldSerializer
 
dispatch(AppEvent) - Method in class com.sencha.gxt.legacy.client.mvc.Dispatcher
The dispatcher will query its controllers and pass the application event to any controllers that can handle the particular event type.
dispatch(GwtEvent.Type<?>) - Method in class com.sencha.gxt.legacy.client.mvc.Dispatcher
The dispatcher will query its controllers and pass the application event to controllers that can handle the particular event type.
dispatch(GwtEvent.Type<?>, Object) - Method in class com.sencha.gxt.legacy.client.mvc.Dispatcher
The dispatcher will query its controllers and pass the application event to controllers that can handle the particular event type.
Dispatcher - Class in com.sencha.gxt.legacy.client.mvc
Dispatchers are responsible for dispatching application events to controllers.
DispatcherListener - Class in com.sencha.gxt.legacy.client.mvc
Sample abstract Event handler for before/after events.
DispatcherListener() - Constructor for class com.sencha.gxt.legacy.client.mvc.DispatcherListener
 

E

entrySet() - Method in class com.sencha.gxt.legacy.client.data.RpcMap
Returns a Set view of the mappings contained in this map.
equals(Object) - Method in class com.sencha.gxt.legacy.client.data.ModelDataValueProvider
 
equals(Object) - Method in class com.sencha.gxt.legacy.client.data.RpcMap
 
eval(String) - Static method in class com.sencha.gxt.legacy.client.core.js.JsArray
 
eval(String) - Static method in class com.sencha.gxt.legacy.client.core.js.JsUtil
Creates a new javascript object from the JSON text.

F

FieldBinding - Class in com.sencha.gxt.legacy.client.binding
A two-way binding between a ModelData and Field instance.
FieldBinding(Field, String) - Constructor for class com.sencha.gxt.legacy.client.binding.FieldBinding
Creates a new binding instance.
forwardEvent(AppEvent) - Static method in class com.sencha.gxt.legacy.client.mvc.Dispatcher
Forwards an application event to the dispatcher.
forwardEvent(GwtEvent.Type<?>) - Static method in class com.sencha.gxt.legacy.client.mvc.Dispatcher
Creates and forwards an application event to the dispatcher.
forwardEvent(GwtEvent.Type<?>, Object) - Static method in class com.sencha.gxt.legacy.client.mvc.Dispatcher
Creates and forwards an application event to the dispatcher.
forwardEvent(GwtEvent.Type<?>, Object, boolean) - Static method in class com.sencha.gxt.legacy.client.mvc.Dispatcher
Creates and forwards an application event to the dispatcher.
forwardToChild(AppEvent) - Method in class com.sencha.gxt.legacy.client.mvc.Controller
Forwards an event to any child controllers who can handle the event.
forwardToView(View, AppEvent) - Method in class com.sencha.gxt.legacy.client.mvc.Controller
Forward an event to a view.
forwardToView(View, GwtEvent.Type<?>, Object) - Method in class com.sencha.gxt.legacy.client.mvc.Controller
Forward an event to a view.

G

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.

H

handleEvent(AppEvent) - Method in class com.sencha.gxt.legacy.client.mvc.Controller
Processes the event.
hashCode() - Method in class com.sencha.gxt.legacy.client.data.ModelDataValueProvider
 
hashCode() - Method in class com.sencha.gxt.legacy.client.data.RpcMap
 

I

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.

J

JsArray - Class in com.sencha.gxt.legacy.client.core.js
Wraps a native javascript array.
JsArray() - Constructor for class com.sencha.gxt.legacy.client.core.js.JsArray
Creates a new instance.
JsObject - Class in com.sencha.gxt.legacy.client.core.js
Wraps a native javascript object.
JsObject() - Constructor for class com.sencha.gxt.legacy.client.core.js.JsObject
Creates a new instance.
JsObject(String) - Constructor for class com.sencha.gxt.legacy.client.core.js.JsObject
Creates a new object from the given JSON text.
JsUtil - Class in com.sencha.gxt.legacy.client.core.js
JavaScript related methods.
JsUtil() - Constructor for class com.sencha.gxt.legacy.client.core.js.JsUtil
 
JsWrapper - Interface in com.sencha.gxt.legacy.client.core.js
Interface for objects that wrap a native javascript object.

K

keySet() - Method in class com.sencha.gxt.legacy.client.data.RpcMap
Returns a Set view of the keys contained in this map.

L

LegacyParams - Class in com.sencha.gxt.legacy.client.core
Aggregates both a list of values and a map of named values.
LegacyParams() - Constructor for class com.sencha.gxt.legacy.client.core.LegacyParams
Creates a new params instance.
LegacyParams(Map<String, Object>) - Constructor for class com.sencha.gxt.legacy.client.core.LegacyParams
Creates a new params instance.
LegacyParams(Object...) - Constructor for class com.sencha.gxt.legacy.client.core.LegacyParams
Creates a new params instance.
LegacyParams(String, Object) - Constructor for class com.sencha.gxt.legacy.client.core.LegacyParams
Creates a new parameters instance.

M

ModelData - Interface in com.sencha.gxt.legacy.client.data
 
ModelDataValueProvider<V> - Class in com.sencha.gxt.legacy.client.data
Simple ValueProvider implementation that can work with a ModelData class, fetching properties with the given string key.
ModelDataValueProvider(String) - Constructor for class com.sencha.gxt.legacy.client.data.ModelDataValueProvider
 
ModelStringProvider<M extends ModelData> - Interface in com.sencha.gxt.legacy.client.data
Interface for objects that can translate a model's typed values to strings.

N

NestedModelUtil - Class in com.sencha.gxt.legacy.client.data
 
NestedModelUtil() - Constructor for class com.sencha.gxt.legacy.client.data.NestedModelUtil
 

O

overwrite(Element, LegacyParams) - Method in class com.sencha.gxt.legacy.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.sencha.gxt.legacy.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.sencha.gxt.legacy.client.core.XTemplate
Applies the supplied values to the template and overwrites the content of elem with the new node(s).

P

put(String, Object) - Method in class com.sencha.gxt.legacy.client.data.RpcMap
Associates the specified value with the specified key in this map (optional operation).
putAll(Map<? extends String, ? extends Object>) - Method in class com.sencha.gxt.legacy.client.data.RpcMap
Copies all of the mappings from the specified map to this map (optional operation).

R

remove(String) - Method in class com.sencha.gxt.legacy.client.data.BaseModelData
 
remove(String) - Method in interface com.sencha.gxt.legacy.client.data.ModelData
Removes the named property from this model instance.
remove(Object) - Method in class com.sencha.gxt.legacy.client.data.RpcMap
Removes the mapping for a key from this map if it is present (optional operation).
removeController(Controller) - Method in class com.sencha.gxt.legacy.client.mvc.Dispatcher
Removes a controller.
removeDispatcherListener(DispatcherListener) - Method in class com.sencha.gxt.legacy.client.mvc.Dispatcher
Removes a previously added listener.
removeFieldBinding(FieldBinding) - Method in class com.sencha.gxt.legacy.client.binding.Bindings
Removes a field binding.
RpcMap - Class in com.sencha.gxt.legacy.client.data
RpcMap is used to workaround a part of GWT RPC system.
RpcMap() - Constructor for class com.sencha.gxt.legacy.client.data.RpcMap
 
RpcMap_CustomFieldSerializer - Class in com.sencha.gxt.legacy.client.data
 
RpcMap_CustomFieldSerializer() - Constructor for class com.sencha.gxt.legacy.client.data.RpcMap_CustomFieldSerializer
 

S

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.

T

Template - Class in com.sencha.gxt.legacy.client.core
Represents an HTML fragment template.
Template(String) - Constructor for class com.sencha.gxt.legacy.client.core.Template
Creates a new template with the given html.
toElementArray(JavaScriptObject) - Static method in class com.sencha.gxt.legacy.client.core.js.JsUtil
Converts a native javascript array to an element array.
toJavaScriptArray(Object[]) - Static method in class com.sencha.gxt.legacy.client.core.js.JsUtil
Converts a object array to a javascript array.
toJavaScriptObject(Map<String, V>) - Static method in class com.sencha.gxt.legacy.client.core.js.JsUtil
Converts a map into a javascript object, setting all values as properties.
toString() - Method in class com.sencha.gxt.legacy.client.data.RpcMap
 
toString() - Method in class com.sencha.gxt.legacy.client.mvc.AppEvent
 

U

unbind() - Method in class com.sencha.gxt.legacy.client.binding.Bindings
Unbinds the current model.
unbind() - Method in class com.sencha.gxt.legacy.client.binding.FieldBinding
Unbinds the model and field by removing all listeners.
updateField() - Method in class com.sencha.gxt.legacy.client.binding.FieldBinding
Updates the field's value with the model value.
updateField(boolean) - Method in class com.sencha.gxt.legacy.client.binding.FieldBinding
Updates the field's value and original value with the model value.
updateModel() - Method in class com.sencha.gxt.legacy.client.binding.FieldBinding
Updates the model's value with the field value.

V

values() - Method in class com.sencha.gxt.legacy.client.data.RpcMap
Returns a Collection view of the values contained in this map.
View - Class in com.sencha.gxt.legacy.client.mvc
Views are responsible for rendering the user interface.
View(Controller) - Constructor for class com.sencha.gxt.legacy.client.mvc.View
Creates a new view instance.

X

XTemplate - Class in com.sencha.gxt.legacy.client.core
A template class that supports advanced functionality like: Formatting Autofilling arrays using templates and sub-templates Conditional processing with basic comparison operators Basic math function support Execute arbitrary inline code with special built-in template variables
A B C D E F G H I J K L M N O P R S T U V X 
Sencha GXT 3.1.1

Copyright © 2014. All Rights Reserved.