public abstract class LocalesManager extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Comparator<String> |
lexicographicallyComparator
Compares two strings lexicographically
|
protected SortedList<String> |
listLocales |
protected List<String> |
listSelectLocales |
| Constructor and Description |
|---|
LocalesManager(List<String> loadedLocales) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
clearSelectedLocales() |
protected boolean |
deselectLocale(String value) |
protected List<String> |
getExclusivesLocales() |
protected SortedList<String> |
getListLocales() |
protected List<String> |
getListSelectLocales() |
protected void |
selectLocale(String value) |
protected SortedList<String> listLocales
protected Comparator<String> lexicographicallyComparator
protected SortedList<String> getListLocales()
protected void selectLocale(String value)
protected boolean deselectLocale(String value)
value - protected List<String> getExclusivesLocales()
protected void clearSelectedLocales()
Copyright © 2017. All Rights Reserved.