org.wicketstuff.datatable_autocomplete.provider
Interface IProviderSorter<C>

All Superinterfaces:
IClusterable, Serializable

public interface IProviderSorter<C>
extends IClusterable

Author:
mocleiri Defines how a trie list data can be sorted

Method Summary
 Comparator<C> getComparatorForProperty(SortParam sort)
           
 

Method Detail

getComparatorForProperty

Comparator<C> getComparatorForProperty(SortParam sort)
Parameters:
sort - the string value of the Model for C Type.name
Returns:
the comparator for sorting a list of C by the property name given.


Copyright © 2009-2013. All Rights Reserved.