|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StiSortType | |
|---|---|
| com.stimulsoft.report.crossTab | |
| com.stimulsoft.report.crossTab.core | |
| com.stimulsoft.report.crossTab.core.enums | |
| Uses of StiSortType in com.stimulsoft.report.crossTab |
|---|
| Methods in com.stimulsoft.report.crossTab that return StiSortType | |
|---|---|
StiSortType |
StiCrossHeader.getSortType()
Gets or sets the type of sorting. |
| Methods in com.stimulsoft.report.crossTab with parameters of type StiSortType | |
|---|---|
void |
StiCrossHeader.setSortType(StiSortType value)
|
| Uses of StiSortType in com.stimulsoft.report.crossTab.core |
|---|
| Methods in com.stimulsoft.report.crossTab.core with parameters of type StiSortType | |
|---|---|
void |
StiRowCollection.Sort(StiSortDirection sortDirection,
StiSortType sortType)
|
void |
StiColumnCollection.Sort(StiSortDirection sortDirection,
StiSortType sortType)
|
| Uses of StiSortType in com.stimulsoft.report.crossTab.core.enums |
|---|
| Methods in com.stimulsoft.report.crossTab.core.enums that return StiSortType | |
|---|---|
static StiSortType |
StiSortType.forValue(int value)
|
static StiSortType |
StiSortType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static StiSortType[] |
StiSortType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||