JClass 4.5.0 API
Documentation

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

Field Summary
protected  DataBinding dataBinding
           
 
Fields inherited from class com.klg.jclass.util.value.AbstractValueModel
listeners, value
 
Constructor Summary
AbstractBindingValueModel(JCFieldComponent c)
           
 
Method Summary
 Class getValueClass()
          Returns the type of the core value.
 boolean isCurrency()
           
 void setValue(Object item)
           
 
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
 

Field Detail

dataBinding

protected DataBinding dataBinding
Constructor Detail

AbstractBindingValueModel

public AbstractBindingValueModel(JCFieldComponent c)
Method Detail

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

Copyright© 1999-2000 KL Group Inc.
All rights reserved.