Uses of Interface
com.vaadin.flow.function.SerializableBiFunction
Packages that use SerializableBiFunction
Package
Description
- 
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 GridArrayUpdaterGrid.createDefaultArrayUpdater(SerializableBiFunction<GridArrayUpdater.UpdateQueueData, Integer, Grid.UpdateQueue> updateQueueFactory) Deprecated.since 24.9.Constructors in com.vaadin.flow.component.grid with parameters of type SerializableBiFunctionModifierConstructorDescriptionprotectedGrid(int pageSize, SerializableBiFunction<GridArrayUpdater.UpdateQueueData, Integer, Grid.UpdateQueue> updateQueueBuilder, B dataCommunicatorBuilder) Deprecated, for removal: This API element is subject to removal in a future version.since 24.9 and will be removed in Vaadin 25.protectedGrid(Class<T> beanType, SerializableBiFunction<GridArrayUpdater.UpdateQueueData, Integer, Grid.UpdateQueue> updateQueueBuilder, B dataCommunicatorBuilder) Deprecated.since 24.9 and will be removed in Vaadin 25.protectedGrid(Class<T> beanType, SerializableBiFunction<GridArrayUpdater.UpdateQueueData, Integer, Grid.UpdateQueue> updateQueueBuilder, B dataCommunicatorBuilder, boolean autoCreateColumns) Deprecated, for removal: This API element is subject to removal in a future version.since 24.9 and will be removed in Vaadin 25. - 
Uses of SerializableBiFunction in com.vaadin.flow.component.treegrid
Methods in com.vaadin.flow.component.treegrid with parameters of type SerializableBiFunctionModifier and TypeMethodDescriptionprotected GridArrayUpdaterTreeGrid.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 TypeInterfaceDescriptioninterfaceItemIndexProvider<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 thefilterCombiner.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) Deprecated, for removal: This API element is subject to removal in a future version.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)