com.klg.jclass.field.db.jbuilder
Class AbstractBindingValueModel
java.lang.Object
|
+--com.klg.jclass.util.value.AbstractValueModel
|
+--com.klg.jclass.field.db.jbuilder.AbstractBindingValueModel
- public class AbstractBindingValueModel
- extends com.klg.jclass.util.value.AbstractValueModel
- 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)
isCurrency
public boolean isCurrency()
setValue
public void setValue(Object item)
- 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