borland.jbcl Packages  borland.jbcl Class Hierarchy  borland.jbcl.dataset 

ColumnVariant class

java.lang.Object
   +----borland.jbcl.util.Variant
           +----borland.jbcl.dataset.ColumnVariant

About the ColumnVariant class

Variables  Properties  Methods  

Implements Cloneable

This class extends the borland.jbcl.util.Variant class by adding a getter to obtain the data set and column information for a Variant. For example, if a method is given a variable v that is defined as a Variant, you can use code such as


if (v instanceof ColumnVariant)
to determine if the Variant variable is part of a data set. If it is part of a data set, it can display any errors from the maskableTextItemEditor in the status bar.

ColumnVariant variables

Variables implemented in borland.jbcl.util.Variant

ColumnVariant properties

*Read-only properties **Write-only properties

Properties implemented in this class

Properties implemented in borland.jbcl.util.Variant

Properties implemented in java.lang.Object

ColumnVariant methods

Methods implemented in borland.jbcl.util.Variant

Methods implemented in java.lang.Object


ColumnVariant properties

column

 public Column getColumn()
The Column that contains the Variant.

dataSet

 public DataSet getDataSet()
The DataSet that contains the Variant.