public class BloodhoundConfig
extends de.agilecoders.wicket.jquery.AbstractConfig
Bloodhound configuration.
| Constructor and Description |
|---|
BloodhoundConfig() |
BloodhoundConfig(de.agilecoders.wicket.jquery.util.Json.RawValue datumTokenizer,
de.agilecoders.wicket.jquery.util.Json.RawValue queryTokenizer) |
| Modifier and Type | Method and Description |
|---|---|
de.agilecoders.wicket.jquery.util.Json.RawValue |
getLocal() |
Prefetch |
getPrefetch() |
Remote |
getRemote() |
static de.agilecoders.wicket.jquery.util.Json.RawValue |
queryWhitespaceTokenizer() |
static de.agilecoders.wicket.jquery.util.Json.RawValue |
whitespaceDatumTokenizer(String param) |
BloodhoundConfig |
withDupDetector(de.agilecoders.wicket.jquery.util.Json.RawValue detector) |
BloodhoundConfig |
withLimit(int limit) |
BloodhoundConfig |
withLocal(de.agilecoders.wicket.jquery.util.Json.RawValue local) |
BloodhoundConfig |
withPrefetch(Prefetch prefetch) |
BloodhoundConfig |
withRemote(Remote remote) |
BloodhoundConfig |
withSorter(de.agilecoders.wicket.jquery.util.Json.RawValue sorter) |
public BloodhoundConfig()
public BloodhoundConfig(de.agilecoders.wicket.jquery.util.Json.RawValue datumTokenizer,
de.agilecoders.wicket.jquery.util.Json.RawValue queryTokenizer)
public static de.agilecoders.wicket.jquery.util.Json.RawValue whitespaceDatumTokenizer(String param)
param - the displayKey of suggestion objectspublic static de.agilecoders.wicket.jquery.util.Json.RawValue queryWhitespaceTokenizer()
public BloodhoundConfig withLimit(int limit)
public BloodhoundConfig withDupDetector(de.agilecoders.wicket.jquery.util.Json.RawValue detector)
public BloodhoundConfig withSorter(de.agilecoders.wicket.jquery.util.Json.RawValue sorter)
public BloodhoundConfig withLocal(de.agilecoders.wicket.jquery.util.Json.RawValue local)
public BloodhoundConfig withPrefetch(Prefetch prefetch)
public BloodhoundConfig withRemote(Remote remote)
public Prefetch getPrefetch()
public Remote getRemote()
public de.agilecoders.wicket.jquery.util.Json.RawValue getLocal()
Copyright © 2011–2014 AgileCoders. All rights reserved.