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

    Fields
    Modifier and Type
    Field
    Description
    protected org.springframework.beans.factory.ObjectProvider<ActionBinder>
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    ActionBinders(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 Type
    Method
    Description
    <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.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • actionBinderObjectProvider

      protected org.springframework.beans.factory.ObjectProvider<ActionBinder> 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

      public <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.