JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.field.db.jbuilder
Class JBuilderValueModel

java.lang.Object
  |
  +--com.klg.jclass.util.value.AbstractValueModel
        |
        +--com.klg.jclass.field.db.datasource.AbstractBindingValueModel
              |
              +--com.klg.jclass.field.db.jbuilder.JBuilderValueModel
All Implemented Interfaces:
JCValueModel, Serializable

public class JBuilderValueModel
extends AbstractBindingValueModel

JBuilder value model.

See Also:
Serialized Form

Field Summary
protected  String columnName
           
protected  com.borland.dx.dataset.DataSet dataSet
           
 
Fields inherited from class com.klg.jclass.field.db.datasource.AbstractBindingValueModel
dataBinding
 
Fields inherited from class com.klg.jclass.util.value.AbstractValueModel
listeners, value
 
Constructor Summary
JBuilderValueModel(com.klg.jclass.field.JCFieldComponent c)
          Constructs a JBuilder value model.
 
Method Summary
protected  void bind()
           
protected  void finalize()
           
 String getColumnName()
          Gets the column name.
 com.borland.dx.dataset.DataSet getDataSet()
          Gets the data set.
 void setColumnName(String column_name)
          Sets the column name.
 void setDataSet(com.borland.dx.dataset.DataSet data_set)
          Sets the data set.
 
Methods inherited from class com.klg.jclass.field.db.datasource.AbstractBindingValueModel
getValueClass, isCurrency, setValue
 
Methods inherited from class com.klg.jclass.util.value.AbstractValueModel
addValueListener, getValue, removeValueListener, setValue
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dataSet

protected com.borland.dx.dataset.DataSet dataSet

columnName

protected String columnName
Constructor Detail

JBuilderValueModel

public JBuilderValueModel(com.klg.jclass.field.JCFieldComponent c)
Constructs a JBuilder value model.

Parameters:
c - a field component.
Method Detail

getDataSet

public com.borland.dx.dataset.DataSet getDataSet()
Gets the data set.


setDataSet

public void setDataSet(com.borland.dx.dataset.DataSet data_set)
Sets the data set.

Parameters:
data_set - the data set.

getColumnName

public String getColumnName()
Gets the column name.


setColumnName

public void setColumnName(String column_name)
Sets the column name.


finalize

protected void finalize()
                 throws Throwable
Overrides:
finalize in class Object
Throwable

bind

protected void bind()

Copyright © 2004 Quest Software Inc..
All rights reserved.