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 SummaryFieldsModifier and TypeFieldDescriptionprotected org.springframework.beans.factory.ObjectProvider<ActionBinder>Deprecated, for removal: This API element is subject to removal in a future version.
- 
Constructor SummaryConstructorsConstructorDescriptionActionBinders(org.springframework.beans.factory.ObjectProvider<ActionBinder> actionBinderObjectProvider) Deprecated, for removal: This API element is subject to removal in a future version.
- 
Method SummaryModifier 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- 
actionBinderObjectProviderDeprecated, 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- 
binderDeprecated, for removal: This API element is subject to removal in a future version.
 
-