Uses of Interface
com.foreach.across.modules.entity.autosuggest.AutoSuggestDataSet
-
Uses of AutoSuggestDataSet in com.foreach.across.modules.entity.autosuggest
Modifier and TypeClassDescriptionclass
Implementation ofAutoSuggestDataSet
that also implements aAutoSuggestDataSet.ResultTransformer
and allows for lazy initialization upon first use by specifying aInitializingAutoSuggestDataSet.setInitializer(Consumer)
.class
Represents a simple dataset used for auto-suggest data.Modifier and TypeMethodDescriptionAutoSuggestDataEndpoint.MappedDataSet.getDataSet()
AutoSuggestDataEndpoint.removeDataSet
(String id) Remove the dataset with that id.Modifier 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