Package io.jmix.flowui.fragment.impl
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 Summary
FieldsFields inherited from class io.jmix.flowui.facet.impl.AbstractFacetHolder
facets -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected <T extends com.vaadin.flow.component.Composite<?> & FacetOwner>
TgetOwner()Methods inherited from class io.jmix.flowui.facet.impl.AbstractFacetHolder
addFacet, getFacet, getFacets, removeFacetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.jmix.flowui.component.HasFacets
addFacet, getFacet, getFacets, removeFacet
-
Field Details
-
fragment
-
-
Constructor Details
-
FragmentFacetsImpl
-
-
Method Details
-
getOwner
- Specified by:
getOwnerin classAbstractFacetHolder
-