Package | Description |
---|---|
com.canto.cumulus |
The base package of the Cumulus Java Classes.
|
com.canto.cumulus.constants |
The constants and Enums of the Cumulus Java Classes.
|
com.canto.cumulus.prefs |
The Cumulus preferences package for accessing the Cumulus preferences.
|
Modifier and Type | Method and Description |
---|---|
SortDirection |
SortFieldDescriptor.getSortDirection()
Get the direction to sort this field by.
|
SortDirection |
MultiItemCollection.getSortDirection()
Return the current sort direction of this collection.
|
SortDirection |
ItemCollection.getSortDirection()
Return the current sort direction of this collection.
|
Modifier and Type | Method and Description |
---|---|
void |
SortFieldDescriptor.setSortDirection(SortDirection sortDirection)
Set the direction to sort this field by.
|
void |
MultiItemCollection.setSortDirection(SortDirection direction)
Change the sorting direction from ascending to descending or vice-versa.
|
void |
ItemCollection.setSortDirection(SortDirection direction)
Change the sorting direction from ascending to descending or vice-versa.
|
Constructor and Description |
---|
SortFieldDescriptor(GUID fieldUID,
SortDirection sortDirection)
Create a new descriptor for a given field and sorting direction.
|
Modifier and Type | Method and Description |
---|---|
static SortDirection |
SortDirection.find(int id)
Finds the sort direction for the given id.
|
static SortDirection |
SortDirection.find(java.lang.String name)
Finds the sort direction for the given name which needs to be a textual representation of the enum name.
|
static SortDirection |
SortDirection.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SortDirection[] |
SortDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SortDirection |
CumulusApplicationSearchPrefs.getDefaultSortDirection() |
Modifier and Type | Method and Description |
---|---|
void |
CumulusApplicationSearchPrefs.setDefaultSortDirection(SortDirection sortDirection) |
www.canto.com
Canto, the Canto logo, the Cumulus logo, and Cumulus are registered trademarks of Canto GmbH, registered in the U.S. and other countries.