Class ValuePickerButtonActionBinder
java.lang.Object
io.jmix.flowui.action.binder.component.ValuePickerButtonActionBinder
- All Implemented Interfaces:
ComponentActionsHolderBinder<ValuePickerButton>
@Component("flowui_ValuePickerButtonActionBinder")
@Order(1000)
public class ValuePickerButtonActionBinder
extends Object
implements ComponentActionsHolderBinder<ValuePickerButton>
-
Constructor Summary
-
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) protected String
generateTitle
(Action action) protected <A extends Action>
AinitAction
(A action, ValuePickerButton component, List<com.vaadin.flow.shared.Registration> registrations) protected <A extends Action>
ValuePickerButtoninitComponent
(A action, ValuePickerButton component, List<com.vaadin.flow.shared.Registration> registrations) boolean
supports
(com.vaadin.flow.component.Component component)
-
Constructor Details
-
ValuePickerButtonActionBinder
public ValuePickerButtonActionBinder()
-
-
Method Details
-
supports
public boolean supports(com.vaadin.flow.component.Component component) - 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) - Specified by:
bind
in interfaceComponentActionsHolderBinder<ValuePickerButton>
-
initComponent
protected <A extends Action> ValuePickerButton initComponent(A action, ValuePickerButton component, List<com.vaadin.flow.shared.Registration> registrations) -
initAction
protected <A extends Action> A initAction(A action, ValuePickerButton component, List<com.vaadin.flow.shared.Registration> registrations) -
generateTitle
-