Package io.jmix.flowui.action.binder
Class ActionsHolderBindingImpl<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>
  
io.jmix.flowui.action.binder.ActionsHolderBindingImpl<H,A,C>  
- All Implemented Interfaces:
 ActionBinding<C,,A> ActionsHolderBinding<H,A, C> 
public class ActionsHolderBindingImpl<H extends com.vaadin.flow.component.Component,A extends Action,C extends com.vaadin.flow.component.Component>  
extends AbstractActionBindingImpl<H,A,C>
implements ActionsHolderBinding<H,A,C>    
- 
Field Summary
FieldsFields inherited from class io.jmix.flowui.action.binder.AbstractActionBindingImpl
action, binder, component, registrations - 
Constructor Summary
ConstructorsConstructorDescriptionActionsHolderBindingImpl(ActionBinder<H> binder, H holder, A action, C component, BiFunction<C, com.vaadin.flow.component.ComponentEventListener, com.vaadin.flow.shared.Registration> actionHandler, List<com.vaadin.flow.shared.Registration> registrations)  - 
Method Summary
Methods inherited from class io.jmix.flowui.action.binder.AbstractActionBindingImpl
getAction, getComponent, unbindMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.jmix.flowui.action.binder.ActionBinding
getAction, getComponent, unbind 
- 
Field Details
- 
holder
 
 - 
 - 
Constructor Details
- 
ActionsHolderBindingImpl
public ActionsHolderBindingImpl(ActionBinder<H> binder, H holder, A action, C component, BiFunction<C, com.vaadin.flow.component.ComponentEventListener, com.vaadin.flow.shared.Registration> actionHandler, @Nullable List<com.vaadin.flow.shared.Registration> registrations)  
 - 
 - 
Method Details