public abstract class DelayedBindingBase extends FieldBinding
| Modifier and Type | Field and Description |
|---|---|
protected Object |
currentValue |
field, model, property, store| Constructor and Description |
|---|
DelayedBindingBase(com.extjs.gxt.ui.client.widget.form.Field<?> field,
String property) |
| Modifier and Type | Method and Description |
|---|---|
void |
bind(com.extjs.gxt.ui.client.data.ModelData model)
Binds the model and field.
|
protected void |
commitChanges() |
void |
updateModel()
Updates the model's value with the field value.
|
getConverter, getField, getModel, getProperty, getStore, isUpdateOriginalValue, onConvertFieldValue, onConvertModelValue, onFieldChange, onModelChange, setConverter, setStore, setUpdateOriginalValue, unbind, updateField, updateFieldprotected Object currentValue
public DelayedBindingBase(com.extjs.gxt.ui.client.widget.form.Field<?> field,
String property)
public void bind(com.extjs.gxt.ui.client.data.ModelData model)
FieldBindingbind in class FieldBindingmodel - the model to be boundpublic void updateModel()
FieldBindingupdateModel in class FieldBindingprotected void commitChanges()
Copyright © 2018. All Rights Reserved.