Uses of Class
com.foreach.across.modules.entity.autosuggest.AutoSuggestDataAttributeRegistrar.DataSetRegistrar
-
Uses of AutoSuggestDataAttributeRegistrar.DataSetRegistrar in com.foreach.across.modules.entity.autosuggest
Modifier and TypeMethodDescription<U extends com.foreach.across.core.support.ReadableAttributes>
AutoSuggestDataAttributeRegistrar.DataSetRegistrar<U>Registers the dataset with the given id as auto-suggest datasource.<U extends com.foreach.across.core.support.ReadableAttributes>
AutoSuggestDataAttributeRegistrar.DataSetRegistrar<U>AutoSuggestDataAttributeRegistrar.entityQuery
(@NonNull String suggestionsEql) Register a simple dataset that uses an EQL statement to fetch the results.<U extends com.foreach.across.core.support.ReadableAttributes>
AutoSuggestDataAttributeRegistrar.DataSetRegistrar<U>AutoSuggestDataAttributeRegistrar.entityQuery
(@NonNull Consumer<AutoSuggestDataAttributeRegistrar.EntityDataSetConfiguration<? super Object>> dataSetConsumer) Register an entity configuration basedInitializingAutoSuggestDataSet
dataset that will be initialized upon first use.