Interface IStiSort

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

public interface IStiSort
Describes data sorting.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets or sets an array of lines that describes regulations of sorting.
    void
     
  • Method Details

    • getSort

      ArrayList<String> getSort()
      Gets or sets an array of lines that describes regulations of sorting.
    • setSort

      void setSort(ArrayList<String> value)