Class FragmentFacetsImpl

java.lang.Object
io.jmix.flowui.facet.impl.AbstractFacetHolder
io.jmix.flowui.fragment.impl.FragmentFacetsImpl
All Implemented Interfaces:
HasFacets, FragmentFacets

@Component("flowui_FragmentFacets") @Scope("prototype") public class FragmentFacetsImpl extends AbstractFacetHolder implements FragmentFacets
Implementation of FragmentFacets interface. This class manages a collection of facets associated with a specific Fragment.
  • Field Details

    • fragment

      protected final Fragment<?> fragment
  • Constructor Details

    • FragmentFacetsImpl

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