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 SerializableBiFunction Constructor 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. -
Uses of SerializableBiFunction in com.vaadin.flow.component.checkbox
Constructors in com.vaadin.flow.component.checkbox with parameters of type SerializableBiFunction Constructor Description GeneratedVaadinCheckbox(T initialValue, T defaultValue, Class<P> elementPropertyType, SerializableBiFunction<R,P,T> presentationToModel, SerializableBiFunction<R,T,P> modelToPresentation)
Deprecated.since v23.3, generated classes will be removed in v24.GeneratedVaadinCheckboxGroup(T initialValue, T defaultValue, Class<P> elementPropertyType, SerializableBiFunction<R,P,T> presentationToModel, SerializableBiFunction<R,T,P> modelToPresentation)
Deprecated.since v23.3, generated classes will be removed in v24.GeneratedVaadinCheckboxGroup(T initialValue, T defaultValue, Class<P> elementPropertyType, SerializableBiFunction<R,P,T> presentationToModel, SerializableBiFunction<R,T,P> modelToPresentation, boolean isInitialValueOptional)
Deprecated.since v23.3, generated classes will be removed in v24. -
Uses of SerializableBiFunction in com.vaadin.flow.component.combobox
Constructors in com.vaadin.flow.component.combobox with parameters of type SerializableBiFunction Constructor Description ComboBoxBase(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.contextmenu
Constructors in com.vaadin.flow.component.contextmenu with parameters of type SerializableBiFunction Constructor Description MenuManager(C menu, SerializableRunnable contentReset, SerializableBiFunction<C,SerializableRunnable,I> itemGenerator, Class<I> itemType, I parentMenuItem)
Creates a new manager instance. -
Uses of SerializableBiFunction in com.vaadin.flow.component.datepicker
Constructors in com.vaadin.flow.component.datepicker with parameters of type SerializableBiFunction Constructor Description GeneratedVaadinDatePicker(T initialValue, T defaultValue, Class<P> elementPropertyType, SerializableBiFunction<R,P,T> presentationToModel, SerializableBiFunction<R,T,P> modelToPresentation)
Deprecated.since v23.3, generated classes will be removed in v24. -
Uses of SerializableBiFunction in com.vaadin.flow.component.grid
Methods in com.vaadin.flow.component.grid with parameters of type SerializableBiFunction Modifier and Type Method Description protected GridArrayUpdater
Grid. createDefaultArrayUpdater(SerializableBiFunction<GridArrayUpdater.UpdateQueueData,Integer,Grid.UpdateQueue> updateQueueFactory)
Constructors in com.vaadin.flow.component.grid with parameters of type SerializableBiFunction Constructor Description Grid(int pageSize, SerializableBiFunction<GridArrayUpdater.UpdateQueueData,Integer,Grid.UpdateQueue> updateQueueBuilder, B dataCommunicatorBuilder)
Creates a new instance, with the specified page size and data communicator.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. -
Uses of SerializableBiFunction in com.vaadin.flow.component.radiobutton
Constructors in com.vaadin.flow.component.radiobutton with parameters of type SerializableBiFunction Constructor Description GeneratedVaadinRadioGroup(T initialValue, T defaultValue, Class<P> elementPropertyType, SerializableBiFunction<R,P,T> presentationToModel, SerializableBiFunction<R,T,P> modelToPresentation)
Deprecated.since v23.3, generated classes will be removed in v24.GeneratedVaadinRadioGroup(T initialValue, T defaultValue, Class<P> elementPropertyType, SerializableBiFunction<R,P,T> presentationToModel, SerializableBiFunction<R,T,P> modelToPresentation, boolean isInitialValueOptional)
Deprecated.since v23.3, generated classes will be removed in v24. -
Uses of SerializableBiFunction in com.vaadin.flow.component.richtexteditor
Constructors in com.vaadin.flow.component.richtexteditor with parameters of type SerializableBiFunction Constructor Description GeneratedVaadinRichTextEditor(T initialValue, T defaultValue, Class<P> elementPropertyType, SerializableBiFunction<R,P,T> presentationToModel, SerializableBiFunction<R,T,P> modelToPresentation)
Deprecated.since v23.3, generated classes will be removed in v24. -
Uses of SerializableBiFunction in com.vaadin.flow.component.select.generated
Constructors in com.vaadin.flow.component.select.generated with parameters of type SerializableBiFunction Constructor Description GeneratedVaadinSelect(T initialValue, T defaultValue, Class<P> elementPropertyType, SerializableBiFunction<R,P,T> presentationToModel, SerializableBiFunction<R,T,P> modelToPresentation)
Deprecated.since v23.3, generated classes will be removed in v24.GeneratedVaadinSelect(T initialValue, T defaultValue, Class<P> elementPropertyType, SerializableBiFunction<R,P,T> presentationToModel, SerializableBiFunction<R,T,P> modelToPresentation, boolean isInitialValueOptional)
Deprecated.since v23.3, generated classes will be removed in v24. -
Uses of SerializableBiFunction in com.vaadin.flow.component.textfield
Constructors in com.vaadin.flow.component.textfield with parameters of type SerializableBiFunction Constructor Description GeneratedVaadinEmailField(T initialValue, T defaultValue, Class<P> elementPropertyType, SerializableBiFunction<R,P,T> presentationToModel, SerializableBiFunction<R,T,P> modelToPresentation)
Deprecated.since v23.3, generated classes will be removed in v24.GeneratedVaadinNumberField(T initialValue, T defaultValue, Class<P> elementPropertyType, SerializableBiFunction<R,P,T> presentationToModel, SerializableBiFunction<R,T,P> modelToPresentation)
Deprecated.since v23.3, generated classes will be removed in v24.GeneratedVaadinPasswordField(T initialValue, T defaultValue, Class<P> elementPropertyType, SerializableBiFunction<R,P,T> presentationToModel, SerializableBiFunction<R,T,P> modelToPresentation)
Deprecated.since v23.3, generated classes will be removed in v24.GeneratedVaadinTextArea(T initialValue, T defaultValue, Class<P> elementPropertyType, SerializableBiFunction<R,P,T> presentationToModel, SerializableBiFunction<R,T,P> modelToPresentation)
Deprecated.since v23.3, generated classes will be removed in v24.GeneratedVaadinTextField(T initialValue, T defaultValue, Class<P> elementPropertyType, SerializableBiFunction<R,P,T> presentationToModel, SerializableBiFunction<R,T,P> modelToPresentation)
Deprecated.since v23.3, generated classes will be removed in v24.GeneratedVaadinTextField(T initialValue, T defaultValue, Class<P> elementPropertyType, SerializableBiFunction<R,P,T> presentationToModel, SerializableBiFunction<R,T,P> modelToPresentation, boolean isInitialValueOptional)
Deprecated.since v23.3, generated classes will be removed in v24. -
Uses of SerializableBiFunction in com.vaadin.flow.component.timepicker
Constructors in com.vaadin.flow.component.timepicker with parameters of type SerializableBiFunction Constructor Description GeneratedVaadinTimePicker(T initialValue, T defaultValue, Class<P> elementPropertyType, SerializableBiFunction<R,P,T> presentationToModel, SerializableBiFunction<R,T,P> modelToPresentation)
Deprecated.since v23.3, generated classes will be removed in v24. -
Uses of SerializableBiFunction in com.vaadin.flow.component.treegrid
Methods in com.vaadin.flow.component.treegrid with parameters of type SerializableBiFunction Modifier and Type Method Description protected GridArrayUpdater
TreeGrid. createDefaultArrayUpdater(SerializableBiFunction<GridArrayUpdater.UpdateQueueData,Integer,Grid.UpdateQueue> updateQueueFactory)
-
Uses of SerializableBiFunction in com.vaadin.flow.data.provider
Methods in com.vaadin.flow.data.provider with parameters of type SerializableBiFunction Modifier and Type Method Description static <F,Q,C>
FFilterUtils. 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 SerializableBiFunction Modifier and Type Method Description <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 SerializableBiFunction Constructor 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. -
Uses of SerializableBiFunction in com.vaadin.flow.data.renderer
Constructors in com.vaadin.flow.data.renderer with parameters of type SerializableBiFunction Constructor Description ComponentRenderer(SerializableFunction<SOURCE,COMPONENT> componentFunction, SerializableBiFunction<Component,SOURCE,Component> componentUpdateFunction)
-