org.riotfamily.riot.hibernate.form
Class DistinctAutoCompleterModel
java.lang.Object
org.riotfamily.riot.hibernate.support.HibernateSupport
org.riotfamily.riot.hibernate.form.DistinctAutoCompleterModel
- All Implemented Interfaces:
- AutocompleterModel
public class DistinctAutoCompleterModel
- extends HibernateSupport
- implements AutocompleterModel
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DistinctAutoCompleterModel
public DistinctAutoCompleterModel(org.hibernate.SessionFactory sessionFactory)
setCaseSensitive
public void setCaseSensitive(boolean caseSensitive)
setParentProperty
public void setParentProperty(String parentProperty)
getSuggestions
public Collection<String> getSuggestions(String search,
AutocompleteTextField element)
- Specified by:
getSuggestions
in interface AutocompleterModel