|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StiSortOrder | |
---|---|
com.stimulsoft.report.dictionary | |
com.stimulsoft.report.dictionary.businessObjects | |
com.stimulsoft.report.dictionary.dataSources | |
com.stimulsoft.report.dictionary.enums |
Uses of StiSortOrder in com.stimulsoft.report.dictionary |
---|
Methods in com.stimulsoft.report.dictionary with parameters of type StiSortOrder | |
---|---|
void |
StiVariablesCollection.Sort(StiSortOrder order)
|
void |
StiDictionary.SortItems(StiSortOrder order)
Sorts the DataSources collection and columns in each DataSource. |
Uses of StiSortOrder in com.stimulsoft.report.dictionary.businessObjects |
---|
Methods in com.stimulsoft.report.dictionary.businessObjects with parameters of type StiSortOrder | |
---|---|
void |
StiBusinessObjectsCollection.Sort(StiSortOrder order)
|
void |
StiBusinessObjectsCollection.Sort(StiSortOrder order,
boolean sortColumns)
|
Uses of StiSortOrder in com.stimulsoft.report.dictionary.dataSources |
---|
Methods in com.stimulsoft.report.dictionary.dataSources with parameters of type StiSortOrder | |
---|---|
void |
StiDataSourcesCollection.sort(StiSortOrder order)
|
Uses of StiSortOrder in com.stimulsoft.report.dictionary.enums |
---|
Methods in com.stimulsoft.report.dictionary.enums that return StiSortOrder | |
---|---|
static StiSortOrder |
StiSortOrder.forValue(int value)
|
static StiSortOrder |
StiSortOrder.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static StiSortOrder[] |
StiSortOrder.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |