Uses of Class
com.foreach.across.modules.bootstrapui.utils.ElementConfigurationMap
Packages that use ElementConfigurationMap
Package
Description
-
Uses of ElementConfigurationMap in com.foreach.across.modules.bootstrapui.elements.autosuggest
Subclasses of ElementConfigurationMap in com.foreach.across.modules.bootstrapui.elements.autosuggestModifier and TypeClassDescriptionclass
Configuration class for aAutoSuggestFormElementBuilder
based on typeahead.js.static class
Represents a single dataset.Method parameters in com.foreach.across.modules.bootstrapui.elements.autosuggest with type arguments of type ElementConfigurationMapModifier and TypeMethodDescriptionAutoSuggestFormElementConfiguration.DataSet.bloodhound
(Consumer<ElementConfigurationMap> consumer) Configure the basic bloodhound options.AutoSuggestFormElementConfiguration.DataSet.prefetch
(Consumer<ElementConfigurationMap> consumer) Configure the prefetch options.AutoSuggestFormElementConfiguration.DataSet.remote
(Consumer<ElementConfigurationMap> consumer) Configure the remote options. -
Uses of ElementConfigurationMap in com.foreach.across.modules.bootstrapui.utils
Classes in com.foreach.across.modules.bootstrapui.utils with type parameters of type ElementConfigurationMapModifier and TypeClassDescriptionclass
ElementConfigurationMap<SELF extends ElementConfigurationMap<SELF>>
Base class for a set of key/values that represent the configuration settings for an element.