Package io.jmix.flowui.action.binder
Class ActionBinders
java.lang.Object
io.jmix.flowui.action.binder.ActionBinders
@Deprecated(since="2.2",
forRemoval=true)
@Component("flowui_ActionBinders")
public class ActionBinders
extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Summary
Modifier and TypeFieldDescriptionprotected org.springframework.beans.factory.ObjectProvider<ActionBinder>
Deprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorDescriptionActionBinders
(org.springframework.beans.factory.ObjectProvider<ActionBinder> actionBinderObjectProvider) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescription<C extends com.vaadin.flow.component.Component>
ActionBinder<C>binder
(C component) Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Details
-
actionBinderObjectProvider
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
ActionBinders
@Autowired public ActionBinders(org.springframework.beans.factory.ObjectProvider<ActionBinder> actionBinderObjectProvider) Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
binder
Deprecated, for removal: This API element is subject to removal in a future version.
-