Uses of Class
org.gwtbootstrap3.extras.typeahead.client.base.Dataset

Packages that use Dataset
org.gwtbootstrap3.extras.typeahead.client.base   
org.gwtbootstrap3.extras.typeahead.client.ui   
 

Uses of Dataset in org.gwtbootstrap3.extras.typeahead.client.base
 

Subclasses of Dataset in org.gwtbootstrap3.extras.typeahead.client.base
 class CollectionDataset<T>
          A Dataset operating on a collection of values.
 class StringDataset
           
 

Methods in org.gwtbootstrap3.extras.typeahead.client.base that return Dataset
 Dataset<T> Suggestion.getDataset()
           
 

Methods in org.gwtbootstrap3.extras.typeahead.client.base with parameters of type Dataset
static
<T> Suggestion<T>
Suggestion.create(String value, T data, Dataset<T> dataset)
          Create a suggestion for a data instance.
 

Uses of Dataset in org.gwtbootstrap3.extras.typeahead.client.ui
 

Methods in org.gwtbootstrap3.extras.typeahead.client.ui with parameters of type Dataset
 void Typeahead.setDatasets(Dataset<T> dataset)
           
 

Method parameters in org.gwtbootstrap3.extras.typeahead.client.ui with type arguments of type Dataset
 void Typeahead.setDatasets(Collection<? extends Dataset<T>> datasets)
           
 

Constructors in org.gwtbootstrap3.extras.typeahead.client.ui with parameters of type Dataset
Typeahead(Dataset<T> dataset)
          A typeahead is composed of one or more datasets.
 

Constructor parameters in org.gwtbootstrap3.extras.typeahead.client.ui with type arguments of type Dataset
Typeahead(Collection<? extends Dataset<T>> datasets)
           
 



Copyright © 2015. All rights reserved.