You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
com.vaadin.flow.theme.lumo.

Class LumoUtility.Grid

  • Enclosing class:

    LumoUtility

    public static final class LumoUtility.Grid
    extends Object

    Set of classes to define the content flow on a grid layout.

    • Field Detail

      • FLOW_COLUMN

        public static final String FLOW_COLUMN

        Items are placed by filling each column in turn, adding new columns as necessary.

        See Also:

        Constant Field Values

      • FLOW_ROW

        public static final String FLOW_ROW

        Items are placed by filling each row in turn, adding new rows as necessary.

        See Also:

        Constant Field Values