org.richfaces.model
Class ArrangeableStateDefaultImpl

java.lang.Object
  extended by org.richfaces.model.ArrangeableStateDefaultImpl
All Implemented Interfaces:
ArrangeableState

public class ArrangeableStateDefaultImpl
extends Object
implements ArrangeableState

Author:
Konstantin Mishin

Constructor Summary
ArrangeableStateDefaultImpl(List<FilterField> filterFields, List<SortField> sortFields, Locale locale)
           
 
Method Summary
 List<FilterField> getFilterFields()
           
 Locale getLocale()
           
 List<SortField> getSortFields()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrangeableStateDefaultImpl

public ArrangeableStateDefaultImpl(List<FilterField> filterFields,
                                   List<SortField> sortFields,
                                   Locale locale)
Method Detail

getFilterFields

public List<FilterField> getFilterFields()
Specified by:
getFilterFields in interface ArrangeableState

getSortFields

public List<SortField> getSortFields()
Specified by:
getSortFields in interface ArrangeableState

getLocale

public Locale getLocale()
Specified by:
getLocale in interface ArrangeableState


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.