com.klg.jclass.field.db.datasource
Class AbstractBindingValueModel
java.lang.Object
|
+--com.klg.jclass.util.value.AbstractValueModel
|
+--com.klg.jclass.field.db.datasource.AbstractBindingValueModel
- Direct Known Subclasses:
- DataSourceValueModel, JBuilderValueModel, VCafeValueModel
- public class AbstractBindingValueModel
- extends com.klg.jclass.util.value.AbstractValueModel
Abstract binding value model.
- See Also:
- Serialized Form
Fields inherited from class com.klg.jclass.util.value.AbstractValueModel |
listeners,
value |
Methods inherited from class com.klg.jclass.util.value.AbstractValueModel |
addValueListener,
getValue,
removeValueListener |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
dataBinding
protected DataBinding dataBinding
AbstractBindingValueModel
public AbstractBindingValueModel(JCFieldComponent c)
- Constructs an AbstractBindingValueModel.
isCurrency
public boolean isCurrency()
- Tests to see if column stores currency values.
setValue
public void setValue(Object item)
- Sets the value.
- Overrides:
- setValue in class com.klg.jclass.util.value.AbstractValueModel
getValueClass
public Class getValueClass()
- Returns the type of the core value. It is necessary to store the
class of the value separate from the object since if the value object is
null then the class information is lost.
- Overrides:
- getValueClass in class com.klg.jclass.util.value.AbstractValueModel