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, updateField
public ImageHrefFieldBinding(ImageHrefField field, String property)
public void updateModel()
FieldBinding
updateModel
in class FieldBinding
public 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)
FieldBinding
bind
in class FieldBinding
model
- the model to be boundpublic void unbind()
FieldBinding
unbind
in class FieldBinding
Copyright © 2018. All Rights Reserved.