Package io.jmix.flowui.action.binder
Class ActionBinders
java.lang.Object
io.jmix.flowui.action.binder.ActionBinders
-
Field Summary
Modifier and TypeFieldDescriptionprotected org.springframework.beans.factory.ObjectProvider<ActionBinder>
-
Constructor Summary
ConstructorDescriptionActionBinders
(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
-