public class FileBrowserSortCriteria extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SORT_BY_INDEX
Sort by index criteria.
|
static String |
SORT_BY_NAME
Sort by name criteria.
|
| Constructor and Description |
|---|
FileBrowserSortCriteria()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getSort()
Getter for sort.
|
boolean |
isAlternative()
Getter for alternative.
|
void |
setAlternative(boolean alternative)
Setter for alternative.
|
void |
setSort(String sort)
Setter for sort.
|
public static final String SORT_BY_INDEX
public static final String SORT_BY_NAME
public String getSort()
public void setSort(String sort)
sort - the sort to setpublic boolean isAlternative()
public void setAlternative(boolean alternative)
alternative - the alternative to setCopyright © 2023. All rights reserved.