Uses of Interface
com.foreach.across.modules.entity.autosuggest.AutoSuggestDataSet
Packages that use AutoSuggestDataSet
-
Uses of AutoSuggestDataSet in com.foreach.across.modules.entity.autosuggest
Classes in com.foreach.across.modules.entity.autosuggest that implement AutoSuggestDataSetModifier and TypeClassDescriptionclassImplementation ofAutoSuggestDataSetthat also implements aAutoSuggestDataSet.ResultTransformerand allows for lazy initialization upon first use by specifying aInitializingAutoSuggestDataSet.setInitializer(Consumer).classRepresents a simple dataset used for auto-suggest data.Methods in com.foreach.across.modules.entity.autosuggest that return AutoSuggestDataSetModifier and TypeMethodDescriptionAutoSuggestDataEndpoint.MappedDataSet.getDataSet()AutoSuggestDataEndpoint.removeDataSet(String id) Remove the dataset with that id.Methods in com.foreach.across.modules.entity.autosuggest with parameters of type AutoSuggestDataSetModifier and TypeMethodDescriptionAutoSuggestDataEndpoint.registerDataSet(@NonNull String id, @NonNull AutoSuggestDataSet dataSet) Attach a dataset with a specific id to this endpoint.AutoSuggestDataEndpoint.registerDataSet(AutoSuggestDataSet dataSet) Deprecated.since 3.4.0 - manually specify an id