public interface Source<T>
Interface for a source of a Dataset
| Modifier and Type | Method and Description |
|---|---|
Iterable<T> |
getChoices(String input)
Get an iterable of choices for the given input term.
|
de.agilecoders.wicket.jquery.util.Json.RawValue |
getFunction()
Get the javascript function for this source.
|
String |
renderChoice(T choice)
Render the given choice to a Javascript object, e.g
|
Copyright © 2011–2014 AgileCoders. All rights reserved.