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 Summary
ConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier 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 String
generateTitle
(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.boolean
supports
(com.vaadin.flow.component.Component component) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
ValuePickerButtonActionBinder
public ValuePickerButtonActionBinder()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
supports
public boolean supports(com.vaadin.flow.component.Component component) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
supports
in interfaceComponentActionsHolderBinder<ValuePickerButton>
-
bind
public <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:
bind
in interfaceComponentActionsHolderBinder<ValuePickerButton>
-
initComponent
protected <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. -
initAction
protected <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. -
generateTitle
Deprecated, for removal: This API element is subject to removal in a future version.
-