borland.jbcl Packages borland.jbcl Class Hierarchy borland.jbcl.control
java.lang.Object +----borland.jbcl.view.ColumnView +----borland.jbcl.control.DatasetColumnView
Constructors Properties Methods
Implements ItemEditSite, ItemPaintSite, Cloneable
The DatasetColumnView component is a simple extension of ColumnView, which acts as a persister of Column properties. These properties are used to display Column components in a GridControl. In addition to all basic behavior of a ColumnView, it fills its properties from the Column object that is passed to its constructor methods. It has no extra functionality except for its constructors.
Data-aware controls pick up Column properties when bound to a DataSet. After that, to affect display, set properties of the ColumnView or DataSetColumnView components.
public DatasetColumnView(borland.jbcl.dataset.Column column)Creates a DataSetColumnView object, binds it to the specified Column, and sets its properties to the property values of the Column object.
Parameters:
public DatasetColumnView(borland.jbcl.dataset.Column column, borland.jbcl.view.ColumnView clonee)Creates a DataSetColumnView object, binds it to the specified Column, and sets its properties to the property values of the specified clonee. This constructor is useful when you want to copy properties from an existing ColumnView object and use them as default values.
Parameters: