Interface HBoxLayout

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:
HBoxLayoutImpl

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