public class ImageHrefFieldBinding extends FieldBinding implements com.google.gwt.event.logical.shared.ValueChangeHandler<com.extjs.gxt.ui.client.util.Size>
field, model, property, store| Constructor and Description |
|---|
ImageHrefFieldBinding(ImageHrefField field,
String property) |
| Modifier and Type | Method and Description |
|---|---|
void |
bind(com.extjs.gxt.ui.client.data.ModelData model)
Binds the model and field.
|
void |
onValueChange(com.google.gwt.event.logical.shared.ValueChangeEvent<com.extjs.gxt.ui.client.util.Size> event) |
void |
unbind()
Unbinds the model and field by removing all listeners.
|
void |
updateModel()
Updates the model's value with the field value.
|
getConverter, getField, getModel, getProperty, getStore, isUpdateOriginalValue, onConvertFieldValue, onConvertModelValue, onFieldChange, onModelChange, setConverter, setStore, setUpdateOriginalValue, updateField, updateFieldpublic ImageHrefFieldBinding(ImageHrefField field, String property)
public void updateModel()
FieldBindingupdateModel in class FieldBindingpublic void onValueChange(com.google.gwt.event.logical.shared.ValueChangeEvent<com.extjs.gxt.ui.client.util.Size> event)
onValueChange in interface com.google.gwt.event.logical.shared.ValueChangeHandler<com.extjs.gxt.ui.client.util.Size>public void bind(com.extjs.gxt.ui.client.data.ModelData model)
FieldBindingbind in class FieldBindingmodel - the model to be boundpublic void unbind()
FieldBindingunbind in class FieldBindingCopyright © 2018. All Rights Reserved.