Class ViewFacetsImpl

java.lang.Object
io.jmix.flowui.facet.impl.AbstractFacetHolder
io.jmix.flowui.view.impl.ViewFacetsImpl
All Implemented Interfaces:
HasFacets, ViewFacets

@Component("flowui_ViewFacets") @Scope("prototype") public class ViewFacetsImpl extends AbstractFacetHolder implements ViewFacets
Implementation of the ViewFacets interface. This class manages a collection of facets associated with a specific View.
  • Field Details

    • view

      protected final View<?> view
  • Constructor Details

    • ViewFacetsImpl

      public ViewFacetsImpl(View<?> view)
  • Method Details