Uses of Class
com.stimulsoft.report.crossTab.core.enums.StiSortDirection

Packages that use StiSortDirection
com.stimulsoft.report.crossTab   
com.stimulsoft.report.crossTab.core   
com.stimulsoft.report.crossTab.core.enums   
 

Uses of StiSortDirection in com.stimulsoft.report.crossTab
 

Methods in com.stimulsoft.report.crossTab that return StiSortDirection
 StiSortDirection StiCrossHeader.getSortDirection()
          Gets or sets the sorting direction.
 

Methods in com.stimulsoft.report.crossTab with parameters of type StiSortDirection
 void StiCrossHeader.setSortDirection(StiSortDirection value)
           
 

Uses of StiSortDirection in com.stimulsoft.report.crossTab.core
 

Methods in com.stimulsoft.report.crossTab.core with parameters of type StiSortDirection
 void StiRowCollection.Sort(StiSortDirection sortDirection, StiSortType sortType)
           
 void StiColumnCollection.Sort(StiSortDirection sortDirection, StiSortType sortType)
           
 

Uses of StiSortDirection in com.stimulsoft.report.crossTab.core.enums
 

Methods in com.stimulsoft.report.crossTab.core.enums that return StiSortDirection
static StiSortDirection StiSortDirection.forValue(int value)
           
static StiSortDirection StiSortDirection.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StiSortDirection[] StiSortDirection.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2018 Stimulsoft. All Rights Reserved.