Package io.jmix.flowui.action.binder
Class ActionBinders
java.lang.Object
io.jmix.flowui.action.binder.ActionBinders
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.springframework.beans.factory.ObjectProvider<ActionBinder> - 
Constructor Summary
ConstructorsConstructorDescriptionActionBinders(org.springframework.beans.factory.ObjectProvider<ActionBinder> actionBinderObjectProvider)  - 
Method Summary
Modifier and TypeMethodDescription<C extends com.vaadin.flow.component.Component>
ActionBinder<C>binder(C component)  
- 
Field Details
- 
actionBinderObjectProvider
 
 - 
 - 
Constructor Details
- 
ActionBinders
@Autowired public ActionBinders(org.springframework.beans.factory.ObjectProvider<ActionBinder> actionBinderObjectProvider)  
 - 
 - 
Method Details
- 
binder
 
 -