|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use SortOption | |
| org.eclipse.birt.chart.datafeed | Provides classes and interfaces that determine how a user's custom dataset needs to be interpreted. |
| org.eclipse.birt.chart.internal.factory | |
| org.eclipse.birt.chart.model.attribute | Contains attribute interface definitions (for fonts, fills, lines, etc) for all chart components that may be customized via appropriate accessor methods. |
| org.eclipse.birt.chart.model.attribute.impl | Contains attribute core class implementations (for fonts, fills, lines, etc) for all chart components that may be customized via appropriate accessor methods. |
| org.eclipse.birt.chart.model.attribute.util | This is a placeholder file for the org.eclipse.birt.chart.model.attribute.util package. |
| org.eclipse.birt.chart.model.data | Holds a set of interfaces that define the structure of the data source and typed data elements associated with a chart series. |
| org.eclipse.birt.chart.model.data.impl | Holds a set of classes that define the structure of the data source and typed data elements associated with a chart series. |
| Uses of SortOption in org.eclipse.birt.chart.datafeed |
| Methods in org.eclipse.birt.chart.datafeed with parameters of type SortOption | |
java.lang.Object[] |
ResultSetWrapper.getMergedGroupingBaseValues(int iColumnIndex,
SortOption sorting)
Returns the values for given column and compute index arrays. |
| Uses of SortOption in org.eclipse.birt.chart.internal.factory |
| Methods in org.eclipse.birt.chart.internal.factory that return SortOption | |
SortOption |
SortKey.getDirection()
|
| Constructors in org.eclipse.birt.chart.internal.factory with parameters of type SortOption | |
SortKey(java.lang.String key,
SortOption direction)
|
|
| Uses of SortOption in org.eclipse.birt.chart.model.attribute |
| Fields in org.eclipse.birt.chart.model.attribute declared as SortOption | |
static SortOption |
SortOption.ASCENDING_LITERAL
The 'Ascending' literal object. |
static SortOption |
SortOption.DESCENDING_LITERAL
The 'Descending' literal object. |
| Methods in org.eclipse.birt.chart.model.attribute that return SortOption | |
static SortOption |
SortOption.get(java.lang.String literal)
Returns the 'Sort Option' literal with the specified literal value. |
static SortOption |
SortOption.getByName(java.lang.String name)
Returns the 'Sort Option' literal with the specified name. |
static SortOption |
SortOption.get(int value)
Returns the 'Sort Option' literal with the specified integer value. |
| Uses of SortOption in org.eclipse.birt.chart.model.attribute.impl |
| Methods in org.eclipse.birt.chart.model.attribute.impl that return SortOption | |
SortOption |
AttributeFactoryImpl.createSortOptionFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue)
|
SortOption |
AttributeFactoryImpl.createSortOptionObjectFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue)
|
| Uses of SortOption in org.eclipse.birt.chart.model.attribute.util |
| Methods in org.eclipse.birt.chart.model.attribute.util with parameters of type SortOption | |
boolean |
AttributeValidator.validateSortOption(SortOption sortOption,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map context)
|
boolean |
AttributeValidator.validateSortOptionObject(SortOption sortOptionObject,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map context)
|
| Uses of SortOption in org.eclipse.birt.chart.model.data |
| Methods in org.eclipse.birt.chart.model.data that return SortOption | |
SortOption |
SeriesDefinition.getSorting()
Returns the value of the 'Sorting' attribute. |
| Methods in org.eclipse.birt.chart.model.data with parameters of type SortOption | |
void |
SeriesDefinition.setSorting(SortOption value)
Sets the value of the ' Sorting' attribute. |
| Uses of SortOption in org.eclipse.birt.chart.model.data.impl |
| Methods in org.eclipse.birt.chart.model.data.impl that return SortOption | |
SortOption |
SeriesDefinitionImpl.getSorting()
|
| Methods in org.eclipse.birt.chart.model.data.impl with parameters of type SortOption | |
void |
SeriesDefinitionImpl.setSorting(SortOption newSorting)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||