Packagestimulsoft.report.dictionary
Classpublic class StiGroupSummaryDataSort
InheritanceStiGroupSummaryDataSort Inheritance Object

Class is used for sorting the array of data for the data source.



Public Methods
 MethodDefined By
  
StiGroupSummaryDataSort(groupSummaries:StiHashtable, groupLines:StiHashtable, groupHeaders:StiComponentsCollection, baseRowOrder:StiHashtable)
StiGroupSummaryDataSort
  
clear():void
StiGroupSummaryDataSort
  
compare(row1:DataRow, row2:DataRow):int
Compares two rows with data.
StiGroupSummaryDataSort
  
compareValues(value1:*, value2:*):int
[static] Метод сравнивания значений.
StiGroupSummaryDataSort
Constructor Detail
StiGroupSummaryDataSort()Constructor
public function StiGroupSummaryDataSort(groupSummaries:StiHashtable, groupLines:StiHashtable, groupHeaders:StiComponentsCollection, baseRowOrder:StiHashtable)



Parameters
groupSummaries:StiHashtable
 
groupLines:StiHashtable
 
groupHeaders:StiComponentsCollection
 
baseRowOrder:StiHashtable
Method Detail
clear()method
public function clear():void

compare()method 
public function compare(row1:DataRow, row2:DataRow):int

Compares two rows with data.

Parameters

row1:DataRow
 
row2:DataRow

Returns
int
compareValues()method 
public static function compareValues(value1:*, value2:*):int

Метод сравнивания значений. Предполагается, что оба значения имеют один и тот же тип.

Parameters

value1:*
 
value2:*

Returns
int