public class ArrangeableStateDefaultImpl extends Object implements ArrangeableState
| Constructor and Description |
|---|
ArrangeableStateDefaultImpl(List<FilterField> filterFields,
List<SortField> sortFields,
Locale locale) |
| Modifier and Type | Method and Description |
|---|---|
List<FilterField> |
getFilterFields() |
Locale |
getLocale() |
List<SortField> |
getSortFields() |
public ArrangeableStateDefaultImpl(List<FilterField> filterFields, List<SortField> sortFields, Locale locale)
public List<FilterField> getFilterFields()
getFilterFields in interface ArrangeableStatepublic List<SortField> getSortFields()
getSortFields in interface ArrangeableStatepublic Locale getLocale()
getLocale in interface ArrangeableStateCopyright © 2015 JBoss by Red Hat. All Rights Reserved.