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, updateField
protected 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)
FieldBinding
bind
in class FieldBinding
model
- the model to be boundpublic void updateModel()
FieldBinding
updateModel
in class FieldBinding
protected void commitChanges()
Copyright © 2018. All Rights Reserved.