Class FragmentAutowireContext

java.lang.Object
io.jmix.flowui.sys.autowire.FragmentAutowireContext
All Implemented Interfaces:
DependencyInjector.AutowireContext<Fragment<?>>

public class FragmentAutowireContext extends Object implements DependencyInjector.AutowireContext<Fragment<?>>
Class describes autowire context that is used to autowire dependencies in Fragment.
  • Field Details

  • Constructor Details

    • FragmentAutowireContext

      public FragmentAutowireContext(Fragment<?> fragment)
  • Method Details