|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MediaItemSortOptions
Represents the media item sort options.
| Nested Class Summary | |
|---|---|
static class |
MediaItemSortOptions.SortBy
Sort options. |
| Method Summary | |
|---|---|
MediaItemSortOptions.SortBy |
getOption()
Returns the sort option. |
boolean |
isAscending()
Returns true if sort order is ascending or false if it is descending. |
void |
setAscending(boolean ascending)
Sets the sort order. |
void |
setOption(MediaItemSortOptions.SortBy sort)
Sets the sort option. |
| Method Detail |
|---|
boolean isAscending()
void setAscending(boolean ascending)
ascending - the sort order to set, true for ascending or false for descendingMediaItemSortOptions.SortBy getOption()
void setOption(MediaItemSortOptions.SortBy sort)
sort - the sort option to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||