com.vaadin.flow.component.orderedlayout.

Class FlexLayout

    • Constructor Detail

      • FlexLayout

        public FlexLayout()

        Default constructor. Creates an empty layout.

      • FlexLayout

        public FlexLayout(Component... children)

        Convenience constructor to create a layout with the children already inside it.

        Parameters:

        children - the items to add to this layout

        See Also:

        HasComponents.add(Component...)