|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||