Package | stimulsoft.report.dictionary |
Class | public class StiGroupSummaryDataSort |
Inheritance | StiGroupSummaryDataSort ![]() |
Method | Defined By | ||
---|---|---|---|
StiGroupSummaryDataSort(groupSummaries:StiHashtable, groupLines:StiHashtable, groupHeaders:StiComponentsCollection, baseRowOrder:StiHashtable) | StiGroupSummaryDataSort | ||
clear():void | StiGroupSummaryDataSort | ||
Compares two rows with data. | StiGroupSummaryDataSort | ||
compareValues(value1:*, value2:*):int [static] Метод сравнивания значений. | StiGroupSummaryDataSort |
StiGroupSummaryDataSort | () | Constructor |
public function StiGroupSummaryDataSort(groupSummaries:StiHashtable, groupLines:StiHashtable, groupHeaders:StiComponentsCollection, baseRowOrder:StiHashtable)
groupSummaries:StiHashtable | |
groupLines:StiHashtable | |
groupHeaders:StiComponentsCollection | |
baseRowOrder:StiHashtable |
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 |
int |
compareValues | () | method |
public static function compareValues(value1:*, value2:*):int
Метод сравнивания значений. Предполагается, что оба значения имеют один и тот же тип.
Parameters
value1:* | |
value2:* |
int |