Interface Fragment

All Superinterfaces:
ActionsHolder, Component, Component.BelongToFrame, Component.HasCaption, Component.HasDescription, Component.HasIcon, ComponentContainer, ExpandingLayout, Frame, HasComponents, HasMargin, HasSpacing, HasSubParts, OrderedContainer, SupportsExpandRatio
All Known Subinterfaces:
FragmentImplementation
All Known Implementing Classes:
FragmentImpl

@StudioComponent(caption="Fragment", category="Containers", xmlElement="fragment", icon="io/jmix/ui/icon/container/fragment.svg", canvasBehaviour=BOX, canvasIconSize=LARGE, unsupportedProperties={"spacing","margin"}, documentationURL="https://docs.jmix.io/jmix/%VERSION%/ui/screens.html") public interface Fragment extends Frame
Reusable part of Window with separate UI controller.
See Also: