Package io.jmix.flowui.action.binder
Class AbstractActionBindingImpl<H extends com.vaadin.flow.component.Component,A extends Action,C extends com.vaadin.flow.component.Component>
java.lang.Object
io.jmix.flowui.action.binder.AbstractActionBindingImpl<H,A,C>
- All Implemented Interfaces:
ActionBinding<C,A>
- Direct Known Subclasses:
AbstractShortcutActionBindingImpl,ActionBindingImpl,ActionsHolderBindingImpl
@Deprecated(since="2.2",
forRemoval=true)
public abstract class AbstractActionBindingImpl<H extends com.vaadin.flow.component.Component,A extends Action,C extends com.vaadin.flow.component.Component>
extends Object
implements ActionBinding<C,A>
Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final ADeprecated, for removal: This API element is subject to removal in a future version.protected ActionBinder<H>Deprecated, for removal: This API element is subject to removal in a future version.protected final CDeprecated, for removal: This API element is subject to removal in a future version.protected List<com.vaadin.flow.shared.Registration>Deprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorsConstructorDescriptionAbstractActionBindingImpl(ActionBinder<H> binder, A action, C component, List<com.vaadin.flow.shared.Registration> registrations) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.voidunbind()Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Details
-
binder
Deprecated, for removal: This API element is subject to removal in a future version. -
action
Deprecated, for removal: This API element is subject to removal in a future version. -
component
Deprecated, for removal: This API element is subject to removal in a future version. -
registrations
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
AbstractActionBindingImpl
public AbstractActionBindingImpl(ActionBinder<H> binder, A action, C component, @Nullable List<com.vaadin.flow.shared.Registration> registrations) Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getComponent
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getComponentin interfaceActionBinding<H extends com.vaadin.flow.component.Component,A extends Action>
-
getAction
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getActionin interfaceActionBinding<H extends com.vaadin.flow.component.Component,A extends Action>
-
unbind
public void unbind()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
unbindin interfaceActionBinding<H extends com.vaadin.flow.component.Component,A extends Action>
-