Uses of Class
com.stimulsoft.report.components.enums.StiInteractionSortDirection

Packages that use StiInteractionSortDirection
com.stimulsoft.report.components   
com.stimulsoft.report.components.enums   
 

Uses of StiInteractionSortDirection in com.stimulsoft.report.components
 

Methods in com.stimulsoft.report.components that return StiInteractionSortDirection
static StiInteractionSortDirection StiSortHelper.getColumnSortDirection(java.util.List<java.lang.String> sorts, java.lang.String columnName)
           
 StiInteractionSortDirection StiInteraction.getSortingDirection()
           
 

Methods in com.stimulsoft.report.components with parameters of type StiInteractionSortDirection
 void StiInteraction.setSortingDirection(StiInteractionSortDirection value)
           
 

Uses of StiInteractionSortDirection in com.stimulsoft.report.components.enums
 

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