Uses of Interface
com.vaadin.flow.function.SerializableBiConsumer
Packages that use SerializableBiConsumer
Package
Description
-
Uses of SerializableBiConsumer in com.vaadin.flow.component
Methods in com.vaadin.flow.component with parameters of type SerializableBiConsumerModifier and TypeMethodDescriptionstatic <C extends Component,T>
RegistrationComponentEffect.bind(C owner, Signal<T> signal, SerializableBiConsumer<C, T> setter) Binds asignal's value to a given owner component in a way defined insetterfunction and creates a Signal effect function executing the setter whenever the signal value changes.static <C extends Component>
RegistrationComponentEffect.format(C owner, SerializableBiConsumer<C, String> setter, String format, Signal<?>... signals) Formats a string using the values of the provided signals and sets it on the owner component using the provided setter function.static <C extends Component>
RegistrationComponentEffect.format(C owner, SerializableBiConsumer<C, String> setter, Locale locale, String format, Signal<?>... signals) Formats a string using the values of the provided signals and the given locale, sets the formatted string on the owner component using the provided setter function. -
Uses of SerializableBiConsumer in com.vaadin.flow.component.checkbox.dataview
Constructors in com.vaadin.flow.component.checkbox.dataview with parameters of type SerializableBiConsumerModifierConstructorDescriptionCheckboxGroupListDataView(SerializableSupplier<DataProvider<T, ?>> dataProviderSupplier, CheckboxGroup<T> checkboxGroup, SerializableBiConsumer<SerializablePredicate<T>, SerializableComparator<T>> filterOrSortingChangedCallback) Creates a new in-memory data view for Checkbox Group and verifies the passed data provider is compatible with this data view implementation.CheckboxGroupListDataView(SerializableSupplier<DataProvider<T, ?>> dataProviderSupplier, CheckboxGroup<T> checkboxGroup, SerializableConsumer<IdentifierProvider<T>> identifierChangedCallback, SerializableBiConsumer<SerializablePredicate<T>, SerializableComparator<T>> filterOrSortingChangedCallback) Creates a new in-memory data view for Checkbox Group and verifies the passed data provider is compatible with this data view implementation. -
Uses of SerializableBiConsumer in com.vaadin.flow.component.combobox.dataview
Constructors in com.vaadin.flow.component.combobox.dataview with parameters of type SerializableBiConsumerModifierConstructorDescriptionComboBoxListDataView(DataCommunicator<T> dataCommunicator, ComboBoxBase<?, T, ?> comboBox, SerializableBiConsumer<SerializablePredicate<T>, SerializableComparator<T>> filterOrSortingChangedCallback) Creates a new instance of ComboBox in-memory data view and verifies the passed data provider is compatible with this data view implementation. -
Uses of SerializableBiConsumer in com.vaadin.flow.component.grid.dataview
Constructors in com.vaadin.flow.component.grid.dataview with parameters of type SerializableBiConsumerModifierConstructorDescriptionGridListDataView(DataCommunicator<T> dataCommunicator, Grid<T> grid, SerializableBiConsumer<SerializablePredicate<T>, SerializableComparator<T>> filterOrSortingChangedCallback) Creates a new instance of Grid in-memory data view and verifies the passed data provider is compatible with this data view implementation. -
Uses of SerializableBiConsumer in com.vaadin.flow.component.gridpro
Subinterfaces of SerializableBiConsumer in com.vaadin.flow.component.gridproModifier and TypeInterfaceDescriptioninterfaceItemUpdater<T,V> Callback that is called when a new value has been entered to an editor. -
Uses of SerializableBiConsumer in com.vaadin.flow.component.listbox.dataview
Constructors in com.vaadin.flow.component.listbox.dataview with parameters of type SerializableBiConsumerModifierConstructorDescriptionListBoxListDataView(SerializableSupplier<? extends DataProvider<T, ?>> dataProviderSupplier, ListBoxBase listBox, SerializableBiConsumer<SerializablePredicate<T>, SerializableComparator<T>> filterOrSortingChangedCallback) Creates a new in-memory data view for ListBox and verifies the passed data provider is compatible with this data view implementation. -
Uses of SerializableBiConsumer in com.vaadin.flow.component.radiobutton.dataview
Constructors in com.vaadin.flow.component.radiobutton.dataview with parameters of type SerializableBiConsumerModifierConstructorDescriptionRadioButtonGroupListDataView(SerializableSupplier<? extends DataProvider<T, ?>> dataProviderSupplier, RadioButtonGroup radioButtonGroup, SerializableBiConsumer<SerializablePredicate<T>, SerializableComparator<T>> filterOrSortingChangedCallback) Creates a new in-memory data view for RadioButtonGroup and verifies the passed data provider is compatible with this data view implementation.RadioButtonGroupListDataView(SerializableSupplier<? extends DataProvider<T, ?>> dataProviderSupplier, RadioButtonGroup radioButtonGroup, SerializableConsumer<IdentifierProvider<T>> identifierChangedCallback, SerializableBiConsumer<SerializablePredicate<T>, SerializableComparator<T>> filterOrSortingChangedCallback) Creates a new in-memory data view for RadioButtonGroup and verifies the passed data provider is compatible with this data view implementation. -
Uses of SerializableBiConsumer in com.vaadin.flow.component.select.data
Constructors in com.vaadin.flow.component.select.data with parameters of type SerializableBiConsumerModifierConstructorDescriptionSelectListDataView(SerializableSupplier<DataProvider<T, ?>> dataProviderSupplier, Select<T> select, SerializableBiConsumer<SerializablePredicate<T>, SerializableComparator<T>> filterOrSortingChangedCallback) Creates a new in-memory data view for Select and verifies the passed data provider is compatible with this data view implementation.SelectListDataView(SerializableSupplier<DataProvider<T, ?>> dataProviderSupplier, Select<T> select, SerializableConsumer<IdentifierProvider<T>> identifierChangedCallback, SerializableBiConsumer<SerializablePredicate<T>, SerializableComparator<T>> filterOrSortingChangedCallback) Creates a new in-memory data view for Select and verifies the passed data provider is compatible with this data view implementation. -
Uses of SerializableBiConsumer in com.vaadin.flow.component.webcomponent
Methods in com.vaadin.flow.component.webcomponent with parameters of type SerializableBiConsumerModifier and TypeMethodDescriptionPropertyConfiguration.onChange(SerializableBiConsumer<C, P> onChangeHandler) Sets a Property change handler. -
Uses of SerializableBiConsumer in com.vaadin.flow.data.provider
Constructors in com.vaadin.flow.data.provider with parameters of type SerializableBiConsumerModifierConstructorDescriptionAbstractListDataView(SerializableSupplier<? extends DataProvider<T, ?>> dataProviderSupplier, Component component, SerializableBiConsumer<SerializablePredicate<T>, SerializableComparator<T>> filterOrSortingChangedCallback) Creates a new instance ofAbstractListDataViewsubclass and verifies the passed data provider is compatible with this data view implementation. -
Uses of SerializableBiConsumer in com.vaadin.flow.data.renderer
Methods in com.vaadin.flow.data.renderer with parameters of type SerializableBiConsumerModifier and TypeMethodDescriptionLitRenderer.withFunction(String functionName, SerializableBiConsumer<SOURCE, elemental.json.JsonArray> handler) Adds a function that can be called from within the template expression.Constructors in com.vaadin.flow.data.renderer with parameters of type SerializableBiConsumerModifierConstructorDescriptionComponentRenderer(SerializableSupplier<COMPONENT> componentSupplier, SerializableBiConsumer<COMPONENT, SOURCE> itemConsumer) Creates a new ComponentRenderer that uses the componentSupplier to generate newComponentinstances, and the itemConsumer to set the related items. -
Uses of SerializableBiConsumer in com.vaadin.flow.internal.nodefeature
Methods in com.vaadin.flow.internal.nodefeature with parameters of type SerializableBiConsumerModifier and TypeMethodDescriptionReturnChannelMap.registerChannel(SerializableBiConsumer<elemental.json.JsonArray, ReturnChannelRegistration> handler) Registers a new channel based on a callback that receives the provided arguments and the channel registration when a message is passed to the channel. -
Uses of SerializableBiConsumer in com.vaadin.flow.server.streams
Methods in com.vaadin.flow.server.streams with parameters of type SerializableBiConsumerModifier and TypeMethodDescriptionTransferProgressAwareHandler.onProgress(SerializableBiConsumer<Long, Long> progressHandler) Adds a listener to be notified of transfer progress with a default interval.TransferProgressAwareHandler.onProgress(SerializableBiConsumer<Long, Long> progressHandler, long progressIntervalInBytes) Adds a listener to be notified of transfer progress with the given interval.TransferProgressAwareHandler.whenComplete(SerializableBiConsumer<TransferContext, Boolean> completeOrTerminateHandler) Adds a listener to be notified when the transfer is completed successfully or with an error with the transfer context object given as an input. -
Uses of SerializableBiConsumer in com.vaadin.flow.server.webcomponent
Methods in com.vaadin.flow.server.webcomponent that return SerializableBiConsumerModifier and TypeMethodDescriptionPropertyConfigurationImpl.getOnChangeHandler()Retrieves theonChangeHandlertied to this property, if one exists.Methods in com.vaadin.flow.server.webcomponent with parameters of type SerializableBiConsumerModifier and TypeMethodDescriptionPropertyConfigurationImpl.onChange(SerializableBiConsumer<C, P> onChangeHandler)