|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ModelData | |
|---|---|
| com.sencha.gxt.legacy.client.binding | |
| com.sencha.gxt.legacy.client.core | |
| com.sencha.gxt.legacy.client.data | |
| Uses of ModelData in com.sencha.gxt.legacy.client.binding |
|---|
| Methods in com.sencha.gxt.legacy.client.binding that return ModelData | |
|---|---|
ModelData |
FieldBinding.getModel()
Returns the bound model instance. |
ModelData |
Bindings.getModel()
Returns the currently bound model; |
| Methods in com.sencha.gxt.legacy.client.binding with parameters of type ModelData | |
|---|---|
void |
FieldBinding.bind(ModelData model)
Binds the model and field. |
void |
Bindings.bind(ModelData model)
Binds the model instance. |
| Method parameters in com.sencha.gxt.legacy.client.binding with type arguments of type ModelData | |
|---|---|
void |
FieldBinding.setStore(Store<? extends ModelData> store)
Sets the store for the binding. |
| Constructors in com.sencha.gxt.legacy.client.binding with parameters of type ModelData | |
|---|---|
Bindings.BindingEvent(ModelData model,
GwtEvent.Type<com.sencha.gxt.legacy.client.binding.Bindings.BindingHandler> type)
|
|
| Uses of ModelData in com.sencha.gxt.legacy.client.core |
|---|
| Methods in com.sencha.gxt.legacy.client.core that return types with arguments of type ModelData | |
|---|---|
ModelStringProvider<ModelData> |
Template.getStringProvider()
Returns the template's string provider. |
| Method parameters in com.sencha.gxt.legacy.client.core with type arguments of type ModelData | |
|---|---|
void |
Template.setStringProvider(ModelStringProvider<ModelData> stringProvider)
Sets the string provider for the template. |
| Uses of ModelData in com.sencha.gxt.legacy.client.data |
|---|
| Classes in com.sencha.gxt.legacy.client.data with type parameters of type ModelData | |
|---|---|
interface |
ModelStringProvider<M extends ModelData>
Interface for objects that can translate a model's typed values to strings. |
| Classes in com.sencha.gxt.legacy.client.data that implement ModelData | |
|---|---|
class |
BaseModelData
Default ModelData implementation. |
| Methods in com.sencha.gxt.legacy.client.data with parameters of type ModelData | ||
|---|---|---|
static
|
NestedModelUtil.getNestedValue(ModelData model,
List<String> paths)
|
|
static
|
NestedModelUtil.getNestedValue(ModelData model,
String property)
|
|
V |
ModelDataValueProvider.getValue(ModelData object)
|
|
static
|
NestedModelUtil.setNestedValue(ModelData model,
List<String> paths,
Object value)
|
|
static
|
NestedModelUtil.setNestedValue(ModelData model,
String property,
Object value)
|
|
void |
ModelDataValueProvider.setValue(ModelData object,
V value)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||