Uses of Interface
com.vaadin.flow.function.SerializableBiFunction
-
Uses of SerializableBiFunction in com.vaadin.flow.component
Constructors in com.vaadin.flow.component with parameters of type SerializableBiFunctionModifierConstructorDescriptionAbstractSinglePropertyField
(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.
-
Uses of SerializableBiFunction in com.vaadin.flow.component.combobox
Constructors in com.vaadin.flow.component.combobox with parameters of type SerializableBiFunctionModifierConstructorDescriptionComboBoxBase
(String valuePropertyName, TValue defaultValue, Class<TValueProperty> valuePropertyType, SerializableBiFunction<TComponent, TValueProperty, TValue> presentationToModel, SerializableBiFunction<TComponent, TValue, TValueProperty> modelToPresentation) Constructs a new ComboBoxBase instance
-
Uses of SerializableBiFunction in com.vaadin.flow.component.grid
Methods in com.vaadin.flow.component.grid with parameters of type SerializableBiFunctionModifier and TypeMethodDescriptionprotected GridArrayUpdater
Grid.createDefaultArrayUpdater
(SerializableBiFunction<GridArrayUpdater.UpdateQueueData, Integer, Grid.UpdateQueue> updateQueueFactory) Constructors in com.vaadin.flow.component.grid with parameters of type SerializableBiFunctionModifierConstructorDescriptionprotected
Grid
(int pageSize, SerializableBiFunction<GridArrayUpdater.UpdateQueueData, Integer, Grid.UpdateQueue> updateQueueBuilder, B dataCommunicatorBuilder) Creates a new instance, with the specified page size and data communicator.
protected
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.
protected
Grid
(Class<T> beanType, SerializableBiFunction<GridArrayUpdater.UpdateQueueData, Integer, Grid.UpdateQueue> updateQueueBuilder, B dataCommunicatorBuilder, boolean autoCreateColumns) Creates a new grid with an initial set of columns for each of the bean's properties.
-
Uses of SerializableBiFunction in com.vaadin.flow.component.treegrid
Methods in com.vaadin.flow.component.treegrid with parameters of type SerializableBiFunctionModifier and TypeMethodDescriptionprotected GridArrayUpdater
TreeGrid.createDefaultArrayUpdater
(SerializableBiFunction<GridArrayUpdater.UpdateQueueData, Integer, Grid.UpdateQueue> updateQueueFactory) -
Uses of SerializableBiFunction in com.vaadin.flow.data.provider
Subinterfaces of SerializableBiFunction in com.vaadin.flow.data.providerModifier and TypeInterfaceDescriptioninterface
ItemIndexProvider<T,
F> A callback interface that is used to provide the index of an item.
Methods in com.vaadin.flow.data.provider with parameters of type SerializableBiFunctionModifier and TypeMethodDescriptionstatic <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.
-
Uses of SerializableBiFunction in com.vaadin.flow.data.provider.hierarchy
Methods in com.vaadin.flow.data.provider.hierarchy with parameters of type SerializableBiFunctionModifier and TypeMethodDescription<Q,
C> HierarchicalConfigurableFilterDataProvider<T, Q, C> AbstractHierarchicalDataProvider.withConfigurableFilter
(SerializableBiFunction<Q, C, F> filterCombiner) default <Q,
C> HierarchicalConfigurableFilterDataProvider<T, Q, C> HierarchicalDataProvider.withConfigurableFilter
(SerializableBiFunction<Q, C, F> filterCombiner) Constructors in com.vaadin.flow.data.provider.hierarchy with parameters of type SerializableBiFunctionModifierConstructorDescriptionHierarchicalCommunicationController
(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.
-
Uses of SerializableBiFunction in com.vaadin.flow.data.renderer
Constructors in com.vaadin.flow.data.renderer with parameters of type SerializableBiFunctionModifierConstructorDescriptionComponentRenderer
(SerializableFunction<SOURCE, COMPONENT> componentFunction, SerializableBiFunction<Component, SOURCE, Component> componentUpdateFunction)