Interface FlowBoxLayout

All Superinterfaces:
Component, Component.BelongToFrame, Component.HasCaption, Component.HasDescription, Component.HasIcon, ComponentContainer, HasComponents, HasContextHelp, HasHtmlCaption, HasHtmlDescription, HasHtmlSanitizer, HasMargin, HasRequiredIndicator, HasSpacing, LayoutClickNotifier, OrderedContainer, ShortcutNotifier
All Known Subinterfaces:
ButtonsPanel
All Known Implementing Classes:
ButtonsPanelImpl, FlowBoxLayoutImpl

@StudioComponent(caption="FlowBox", category="Containers", xmlElement="flowBox", icon="io/jmix/ui/icon/container/flowBox.svg", canvasBehaviour=CONTAINER, containerType=FLOW, documentationURL="https://docs.jmix.io/jmix/%VERSION%/ui/vcl/containers/box-layout.html#flowbox") public interface FlowBoxLayout extends OrderedContainer, Component.BelongToFrame, HasMargin, HasSpacing, Component.HasCaption, Component.HasIcon, HasContextHelp, HasHtmlSanitizer, LayoutClickNotifier, ShortcutNotifier, HasHtmlCaption, HasHtmlDescription, HasRequiredIndicator
A flow layout arranges components in a directional flow, much like lines of text in a paragraph.