{ } }
Tree PREV CLASS NEXT CLASS FRAMES NO FRAMES SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD com.ibm.portal.model
Interface LocalizedContextHome.ComparatorFactory
- Enclosing interface:
- LocalizedContextHome
public static interface LocalizedContextHome.ComparatorFactoryFactory to create a comparator per locale
- Since:
- 8.0
Method Summary java.util.Comparator<? super java.lang.String> getComparator(java.util.Locale aLocale)
Returns the comparator per localeIterableListModel<java.util.Locale> getLocales()
Return a list model with all locales supported by this object
Method Detail getComparator
java.util.Comparator<? super java.lang.String> getComparator(java.util.Locale aLocale)
- Returns the comparator per locale
- Parameters:
- aLocale - the locale, not null
- Returns:
- the comparator for the locale
getLocales
IterableListModel<java.util.Locale> getLocales()
- Return a list model with all locales supported by this object
- Returns:
- the list model
- Since:
- 8.5
Tree PREV CLASS NEXT CLASS FRAMES NO FRAMES SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD