com.vaadin.flow.component.orderedlayout

Package com.vaadin.flow.component.orderedlayout

  • Interface Summary
    Interface Description
    FlexComponent<C extends Component>

    A component which implements Flexbox.

    ThemableLayout

    Common logic for VerticalLayout and HorizontalLayout related to dynamic theme adjustment.

  • Class Summary
    Class Description
    FlexLayout

    A layout component that implements Flexbox.

    HorizontalLayout

    HorizontalLayout is a component container, which shows the subcomponents in the order of their addition (horizontally).

    Scroller

    Scroller is a component container which enables scrolling overflowing content.

    VerticalLayout

    VerticalLayout is a component container, which shows the subcomponents in the order of their addition (vertically).

  • Enum Summary
    Enum Description
    BoxSizing

    Enum for the values of the CSS property box-sizing.

    FlexComponent.Alignment

    Enum with the possible values for the component alignment inside the layout.

    FlexComponent.JustifyContentMode

    Enum with the possible values for the way the extra space inside the layout is distributed among the components.

    FlexLayout.ContentAlignment

    Enum with the possible values for the component alignment inside the layout.

    FlexLayout.FlexDirection

    Possible values for the flex-direction CSS property, which determines how the elements are placed inside the layout.

    FlexLayout.FlexWrap

    Possible values for the flex-wrap CSS property, which determines how the elements inside the layout should behave when they don't fit inside the layout.

    FlexLayout.WrapMode Deprecated

    Use FlexLayout.FlexWrap instead Possible values for the flex-wrap CSS property, which determines how the elements inside the layout should behave when they don't fit inside the layout.

    Scroller.ScrollDirection

    Enum for the values of the ScrollDirection property.