| Constructor and Description | 
|---|
AbstractSinglePropertyField(String propertyName,
                           T defaultValue,
                           Class<P> elementPropertyType,
                           SerializableBiFunction<C,P,T> presentationToModel,
                           SerializableBiFunction<C,T,P> modelToPresentation)
Creates a new field that uses a property value with the given contextual
 converters for producing a model value. 
 | 
AbstractSinglePropertyField(String propertyName,
                           T defaultValue,
                           Class<P> elementPropertyType,
                           SerializableBiFunction<C,P,T> presentationToModel,
                           SerializableBiFunction<C,T,P> modelToPresentation)
Creates a new field that uses a property value with the given contextual
 converters for producing a model value. 
 | 
| Constructor and Description | 
|---|
GeneratedVaadinCheckbox(T initialValue,
                       T defaultValue,
                       Class<P> elementPropertyType,
                       SerializableBiFunction<R,P,T> presentationToModel,
                       SerializableBiFunction<R,T,P> modelToPresentation)
Constructs a new GeneratedVaadinCheckbox component with the given
 arguments. 
 | 
GeneratedVaadinCheckbox(T initialValue,
                       T defaultValue,
                       Class<P> elementPropertyType,
                       SerializableBiFunction<R,P,T> presentationToModel,
                       SerializableBiFunction<R,T,P> modelToPresentation)
Constructs a new GeneratedVaadinCheckbox component with the given
 arguments. 
 | 
GeneratedVaadinCheckboxGroup(T initialValue,
                            T defaultValue,
                            Class<P> elementPropertyType,
                            SerializableBiFunction<R,P,T> presentationToModel,
                            SerializableBiFunction<R,T,P> modelToPresentation)
Constructs a new GeneratedVaadinCheckboxGroup component with the given
 arguments. 
 | 
GeneratedVaadinCheckboxGroup(T initialValue,
                            T defaultValue,
                            Class<P> elementPropertyType,
                            SerializableBiFunction<R,P,T> presentationToModel,
                            SerializableBiFunction<R,T,P> modelToPresentation)
Constructs a new GeneratedVaadinCheckboxGroup component with the given
 arguments. 
 | 
| Constructor and Description | 
|---|
GeneratedVaadinComboBox(T initialValue,
                       T defaultValue,
                       Class<P> elementPropertyType,
                       SerializableBiFunction<R,P,T> presentationToModel,
                       SerializableBiFunction<R,T,P> modelToPresentation)
Constructs a new GeneratedVaadinComboBox component with the given
 arguments. 
 | 
GeneratedVaadinComboBox(T initialValue,
                       T defaultValue,
                       Class<P> elementPropertyType,
                       SerializableBiFunction<R,P,T> presentationToModel,
                       SerializableBiFunction<R,T,P> modelToPresentation)
Constructs a new GeneratedVaadinComboBox component with the given
 arguments. 
 | 
| Constructor and Description | 
|---|
MenuManager(C menu,
           SerializableRunnable contentReset,
           SerializableBiFunction<C,SerializableRunnable,I> itemGenerator,
           Class<I> itemType,
           I parentMenuItem)
Creates a new manager instance. 
 | 
| Constructor and Description | 
|---|
GeneratedVaadinDatePicker(T initialValue,
                         T defaultValue,
                         Class<P> elementPropertyType,
                         SerializableBiFunction<R,P,T> presentationToModel,
                         SerializableBiFunction<R,T,P> modelToPresentation)
Constructs a new GeneratedVaadinDatePicker component with the given
 arguments. 
 | 
GeneratedVaadinDatePicker(T initialValue,
                         T defaultValue,
                         Class<P> elementPropertyType,
                         SerializableBiFunction<R,P,T> presentationToModel,
                         SerializableBiFunction<R,T,P> modelToPresentation)
Constructs a new GeneratedVaadinDatePicker component with the given
 arguments. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected GridArrayUpdater | 
Grid.createDefaultArrayUpdater(SerializableBiFunction<GridArrayUpdater.UpdateQueueData,Integer,Grid.UpdateQueue> updateQueueFactory)  | 
| Constructor and Description | 
|---|
Grid(Class<T> beanType,
    SerializableBiFunction<GridArrayUpdater.UpdateQueueData,Integer,Grid.UpdateQueue> updateQueueBuilder,
    B dataCommunicatorBuilder)
Creates a new grid with an initial set of columns for each of the bean's
 properties. 
 | 
Grid(int pageSize,
    SerializableBiFunction<GridArrayUpdater.UpdateQueueData,Integer,Grid.UpdateQueue> updateQueueBuilder,
    B dataCommunicatorBuilder)
Creates a new instance, with the specified page size and data
 communicator. 
 | 
| Constructor and Description | 
|---|
GeneratedVaadinRadioGroup(T initialValue,
                         T defaultValue,
                         Class<P> elementPropertyType,
                         SerializableBiFunction<R,P,T> presentationToModel,
                         SerializableBiFunction<R,T,P> modelToPresentation)
Constructs a new GeneratedVaadinRadioGroup component with the given
 arguments. 
 | 
GeneratedVaadinRadioGroup(T initialValue,
                         T defaultValue,
                         Class<P> elementPropertyType,
                         SerializableBiFunction<R,P,T> presentationToModel,
                         SerializableBiFunction<R,T,P> modelToPresentation)
Constructs a new GeneratedVaadinRadioGroup component with the given
 arguments. 
 | 
| Constructor and Description | 
|---|
GeneratedVaadinRichTextEditor(T initialValue,
                             T defaultValue,
                             Class<P> elementPropertyType,
                             SerializableBiFunction<R,P,T> presentationToModel,
                             SerializableBiFunction<R,T,P> modelToPresentation)
Constructs a new GeneratedVaadinRichTextEditor component with the given
 arguments. 
 | 
GeneratedVaadinRichTextEditor(T initialValue,
                             T defaultValue,
                             Class<P> elementPropertyType,
                             SerializableBiFunction<R,P,T> presentationToModel,
                             SerializableBiFunction<R,T,P> modelToPresentation)
Constructs a new GeneratedVaadinRichTextEditor component with the given
 arguments. 
 | 
| Constructor and Description | 
|---|
GeneratedVaadinSelect(T initialValue,
                     T defaultValue,
                     Class<P> elementPropertyType,
                     SerializableBiFunction<R,P,T> presentationToModel,
                     SerializableBiFunction<R,T,P> modelToPresentation)
Constructs a new GeneratedVaadinSelect component with the given
 arguments. 
 | 
GeneratedVaadinSelect(T initialValue,
                     T defaultValue,
                     Class<P> elementPropertyType,
                     SerializableBiFunction<R,P,T> presentationToModel,
                     SerializableBiFunction<R,T,P> modelToPresentation)
Constructs a new GeneratedVaadinSelect component with the given
 arguments. 
 | 
| Constructor and Description | 
|---|
GeneratedVaadinEmailField(T initialValue,
                         T defaultValue,
                         Class<P> elementPropertyType,
                         SerializableBiFunction<R,P,T> presentationToModel,
                         SerializableBiFunction<R,T,P> modelToPresentation)
Constructs a new GeneratedVaadinEmailField component with the given
 arguments. 
 | 
GeneratedVaadinEmailField(T initialValue,
                         T defaultValue,
                         Class<P> elementPropertyType,
                         SerializableBiFunction<R,P,T> presentationToModel,
                         SerializableBiFunction<R,T,P> modelToPresentation)
Constructs a new GeneratedVaadinEmailField component with the given
 arguments. 
 | 
GeneratedVaadinNumberField(T initialValue,
                          T defaultValue,
                          Class<P> elementPropertyType,
                          SerializableBiFunction<R,P,T> presentationToModel,
                          SerializableBiFunction<R,T,P> modelToPresentation)
Constructs a new GeneratedVaadinNumberField component with the given
 arguments. 
 | 
GeneratedVaadinNumberField(T initialValue,
                          T defaultValue,
                          Class<P> elementPropertyType,
                          SerializableBiFunction<R,P,T> presentationToModel,
                          SerializableBiFunction<R,T,P> modelToPresentation)
Constructs a new GeneratedVaadinNumberField component with the given
 arguments. 
 | 
GeneratedVaadinPasswordField(T initialValue,
                            T defaultValue,
                            Class<P> elementPropertyType,
                            SerializableBiFunction<R,P,T> presentationToModel,
                            SerializableBiFunction<R,T,P> modelToPresentation)
Constructs a new GeneratedVaadinPasswordField component with the given
 arguments. 
 | 
GeneratedVaadinPasswordField(T initialValue,
                            T defaultValue,
                            Class<P> elementPropertyType,
                            SerializableBiFunction<R,P,T> presentationToModel,
                            SerializableBiFunction<R,T,P> modelToPresentation)
Constructs a new GeneratedVaadinPasswordField component with the given
 arguments. 
 | 
GeneratedVaadinTextArea(T initialValue,
                       T defaultValue,
                       Class<P> elementPropertyType,
                       SerializableBiFunction<R,P,T> presentationToModel,
                       SerializableBiFunction<R,T,P> modelToPresentation)
Constructs a new GeneratedVaadinTextArea component with the given
 arguments. 
 | 
GeneratedVaadinTextArea(T initialValue,
                       T defaultValue,
                       Class<P> elementPropertyType,
                       SerializableBiFunction<R,P,T> presentationToModel,
                       SerializableBiFunction<R,T,P> modelToPresentation)
Constructs a new GeneratedVaadinTextArea component with the given
 arguments. 
 | 
GeneratedVaadinTextField(T initialValue,
                        T defaultValue,
                        Class<P> elementPropertyType,
                        SerializableBiFunction<R,P,T> presentationToModel,
                        SerializableBiFunction<R,T,P> modelToPresentation)
Constructs a new GeneratedVaadinTextField component with the given
 arguments. 
 | 
GeneratedVaadinTextField(T initialValue,
                        T defaultValue,
                        Class<P> elementPropertyType,
                        SerializableBiFunction<R,P,T> presentationToModel,
                        SerializableBiFunction<R,T,P> modelToPresentation)
Constructs a new GeneratedVaadinTextField component with the given
 arguments. 
 | 
| Constructor and Description | 
|---|
GeneratedVaadinTimePicker(T initialValue,
                         T defaultValue,
                         Class<P> elementPropertyType,
                         SerializableBiFunction<R,P,T> presentationToModel,
                         SerializableBiFunction<R,T,P> modelToPresentation)
Constructs a new GeneratedVaadinTimePicker component with the given
 arguments. 
 | 
GeneratedVaadinTimePicker(T initialValue,
                         T defaultValue,
                         Class<P> elementPropertyType,
                         SerializableBiFunction<R,P,T> presentationToModel,
                         SerializableBiFunction<R,T,P> modelToPresentation)
Constructs a new GeneratedVaadinTimePicker component with the given
 arguments. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected GridArrayUpdater | 
TreeGrid.createDefaultArrayUpdater(SerializableBiFunction<GridArrayUpdater.UpdateQueueData,Integer,Grid.UpdateQueue> updateQueueFactory)  | 
| Modifier and Type | Method and Description | 
|---|---|
static <F,Q,C> F | 
FilterUtils.combineFilters(SerializableBiFunction<Q,C,F> filterCombiner,
              Q queryFilter,
              C configuredFilter)
Combines the configured filter and the filter from the query into one
 filter instance that can be passed to the wrapped data provider using the
  
filterCombiner. | 
default <Q,C> ConfigurableFilterDataProvider<T,Q,C> | 
DataProvider.withConfigurableFilter(SerializableBiFunction<Q,C,F> filterCombiner)
Wraps this data provider to create a data provider that supports
 programmatically setting a filter that will be combined with a filter
 provided through the query. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
default <Q,C> HierarchicalConfigurableFilterDataProvider<T,Q,C> | 
HierarchicalDataProvider.withConfigurableFilter(SerializableBiFunction<Q,C,F> filterCombiner)  | 
<Q,C> HierarchicalConfigurableFilterDataProvider<T,Q,C> | 
AbstractHierarchicalDataProvider.withConfigurableFilter(SerializableBiFunction<Q,C,F> filterCombiner)  | 
| Constructor and Description | 
|---|
HierarchicalCommunicationController(String parentKey,
                                   DataKeyMapper<T> keyMapper,
                                   HierarchyMapper<T,?> mapper,
                                   DataGenerator<T> dataGenerator,
                                   SerializableFunction<Integer,HierarchicalArrayUpdater.HierarchicalUpdate> startUpdate,
                                   SerializableBiFunction<String,Range,Stream<T>> fetchItems)
Constructs communication controller with support for hierarchical data
 structure. 
 | 
| Constructor and Description | 
|---|
ComponentRenderer(SerializableFunction<SOURCE,COMPONENT> componentFunction,
                 SerializableBiFunction<Component,SOURCE,Component> componentUpdateFunction)
 | 
Copyright © 2025. All rights reserved.