Class ValuePickerButtonActionBinder
java.lang.Object
io.jmix.flowui.action.binder.component.ValuePickerButtonActionBinder
- All Implemented Interfaces:
- ComponentActionsHolderBinder<ValuePickerButton>
@Deprecated(since="2.2",
            forRemoval=true)
@Component("flowui_ValuePickerButtonActionBinder")
@Order(1000)
public class ValuePickerButtonActionBinder
extends Object
implements ComponentActionsHolderBinder<ValuePickerButton>
Deprecated, for removal: This API element is subject to removal in a future version.
- 
Constructor SummaryConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.
- 
Method SummaryModifier and TypeMethodDescription<H extends com.vaadin.flow.component.Component,A extends Action> 
 ActionsHolderBinding<H,A, ValuePickerButton> bind(ActionBinder<H> binder, A action, ValuePickerButton component, BiFunction<ValuePickerButton, com.vaadin.flow.component.ComponentEventListener, com.vaadin.flow.shared.Registration> actionHandler) Deprecated, for removal: This API element is subject to removal in a future version.protected StringgenerateTitle(Action action) Deprecated, for removal: This API element is subject to removal in a future version.protected <A extends Action>
 AinitAction(A action, ValuePickerButton component, List<com.vaadin.flow.shared.Registration> registrations) Deprecated, for removal: This API element is subject to removal in a future version.protected <A extends Action>
 ValuePickerButtoninitComponent(A action, ValuePickerButton component, List<com.vaadin.flow.shared.Registration> registrations) Deprecated, for removal: This API element is subject to removal in a future version.booleansupports(com.vaadin.flow.component.Component component) Deprecated, for removal: This API element is subject to removal in a future version.
- 
Constructor Details- 
ValuePickerButtonActionBinderpublic ValuePickerButtonActionBinder()Deprecated, for removal: This API element is subject to removal in a future version.
 
- 
- 
Method Details- 
supportspublic boolean supports(com.vaadin.flow.component.Component component) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
- supportsin interface- ComponentActionsHolderBinder<ValuePickerButton>
 
- 
bindpublic <H extends com.vaadin.flow.component.Component,A extends Action> ActionsHolderBinding<H,A, bindValuePickerButton> (ActionBinder<H> binder, A action, ValuePickerButton component, BiFunction<ValuePickerButton, com.vaadin.flow.component.ComponentEventListener, com.vaadin.flow.shared.Registration> actionHandler) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
- bindin interface- ComponentActionsHolderBinder<ValuePickerButton>
 
- 
initComponentprotected <A extends Action> ValuePickerButton initComponent(A action, ValuePickerButton component, List<com.vaadin.flow.shared.Registration> registrations) Deprecated, for removal: This API element is subject to removal in a future version.
- 
initActionprotected <A extends Action> A initAction(A action, ValuePickerButton component, List<com.vaadin.flow.shared.Registration> registrations) Deprecated, for removal: This API element is subject to removal in a future version.
- 
generateTitleDeprecated, for removal: This API element is subject to removal in a future version.
 
-