Interface VBoxLayout

All Superinterfaces:
BoxLayout, Component, Component.BelongToFrame, Component.HasCaption, Component.HasDescription, Component.HasIcon, ComponentContainer, ExpandingLayout, HasComponents, HasContextHelp, HasHtmlCaption, HasHtmlDescription, HasHtmlSanitizer, HasMargin, HasRequiredIndicator, HasSpacing, LayoutClickNotifier, OrderedContainer, ShortcutNotifier, SupportsExpandRatio
All Known Implementing Classes:
FragmentImpl, VBoxLayoutImpl

@StudioComponent(caption="VBox", category="Containers", xmlElement="vbox", icon="io/jmix/ui/icon/container/vbox.svg", canvasBehaviour=CONTAINER, containerType=VERTICAL, documentationURL="https://docs.jmix.io/jmix/%VERSION%/ui/vcl/containers/box-layout.html#vbox") public interface VBoxLayout extends BoxLayout
Component container, which shows the subcomponents in the order of their addition (vertically).