|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.extjs.gxt.ui.client.binding.FieldBinding
com.extjs.gxt.ui.client.binding.SimpleComboBoxFieldBinding
public class SimpleComboBoxFieldBinding
A specialized binding that automatically handles data conversion when using a
SimpleComboBox
.
Field Summary | |
---|---|
protected SimpleComboBox |
simpleComboBox
|
Fields inherited from class com.extjs.gxt.ui.client.binding.FieldBinding |
---|
field, model, property, store |
Constructor Summary | |
---|---|
SimpleComboBoxFieldBinding(SimpleComboBox field,
java.lang.String property)
Creates a new simplecombobox field binding instance. |
Method Summary | |
---|---|
protected java.lang.Object |
onConvertFieldValue(java.lang.Object value)
|
protected java.lang.Object |
onConvertModelValue(java.lang.Object value)
|
Methods inherited from class com.extjs.gxt.ui.client.binding.FieldBinding |
---|
bind, getConverter, getField, getModel, getProperty, getStore, isUpdateOriginalValue, onFieldChange, onModelChange, setConverter, setStore, setUpdateOriginalValue, unbind, updateField, updateField, updateModel |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected SimpleComboBox simpleComboBox
Constructor Detail |
---|
public SimpleComboBoxFieldBinding(SimpleComboBox field, java.lang.String property)
field
- the simple combo boxproperty
- the property nameMethod Detail |
---|
protected java.lang.Object onConvertFieldValue(java.lang.Object value)
onConvertFieldValue
in class FieldBinding
protected java.lang.Object onConvertModelValue(java.lang.Object value)
onConvertModelValue
in class FieldBinding
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |