public class TypeaheadEvent extends Object implements org.apache.wicket.util.io.IClusterable
Will be sent if the TypeaheadConfigs selectEvent is set to true.
| Modifier and Type | Class and Description |
|---|---|
static class |
TypeaheadEvent.Type
Currently only SELECTED is supported.
|
| Constructor and Description |
|---|
TypeaheadEvent(TypeaheadEvent.Type type,
com.fasterxml.jackson.databind.JsonNode datum) |
public TypeaheadEvent(TypeaheadEvent.Type type, com.fasterxml.jackson.databind.JsonNode datum)
type - datum - the typeahead.js datum associated with the eventpublic com.fasterxml.jackson.databind.JsonNode getDatum()
public TypeaheadEvent.Type getType()
Copyright © 2011–2014 AgileCoders. All rights reserved.