com.stimulsoft.report.components.interfaces
Interface IStiSort

All Known Implementing Classes:
StiChart, StiCrossDataBand, StiCrossTab, StiDataBand, StiHierarchicalBand, StiTable, StiTableOfContents

public interface IStiSort

Describes data sorting.


Method Summary
 java.util.ArrayList<java.lang.String> getSort()
          Gets or sets an array of lines that describes regulations of sorting.
 void setSort(java.util.ArrayList<java.lang.String> value)
           
 

Method Detail

getSort

java.util.ArrayList<java.lang.String> getSort()
Gets or sets an array of lines that describes regulations of sorting.


setSort

void setSort(java.util.ArrayList<java.lang.String> value)