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

MinAggOperator class

java.lang.Object
   +----borland.jbcl.dataset.AggOperator
           +----borland.jbcl.dataset.BoundsAggOperator
                   +----borland.jbcl.dataset.MinAggOperator

About the MinAggOperator class

Variables  Properties  Methods  

Implements Cloneable

The MinAggOperator class is an instantiatable subclass of the AggOperator and defines an aggregation operation where the minimum value is determined.

Set the aggOperator property of the AggDescriptor object to this class to identify the minimum value in a DataSet, using the property settings stored in the AggDescriptor. Attach the AggDescriptor object to a Column component's agg property to access the data that the aggregation uses.


MinAggOperator variables

Variables implemented in borland.jbcl.dataset.AggOperator

MinAggOperator properties

*Read-only properties **Write-only properties

Properties implemented in borland.jbcl.dataset.AggOperator

Properties implemented in java.lang.Object

MinAggOperator methods

Methods implemented in borland.jbcl.dataset.AggOperator

Methods implemented in borland.jbcl.dataset.BoundsAggOperator

Methods implemented in java.lang.Object