Package com.vaadin.flow.theme.lumo
Class LumoUtility.Grid.Column
- java.lang.Object
-
- com.vaadin.flow.theme.lumo.LumoUtility.Grid.Column
-
- Enclosing class:
- LumoUtility.Grid
public static final class LumoUtility.Grid.Column extends Object
Classes for setting the number of columns in a grid layout.
-
-
Field Summary
Fields Modifier and Type Field Description static StringCOLUMN_SPAN_1static StringCOLUMN_SPAN_10static StringCOLUMN_SPAN_11static StringCOLUMN_SPAN_12static StringCOLUMN_SPAN_2static StringCOLUMN_SPAN_3static StringCOLUMN_SPAN_4static StringCOLUMN_SPAN_5static StringCOLUMN_SPAN_6static StringCOLUMN_SPAN_7static StringCOLUMN_SPAN_8static StringCOLUMN_SPAN_9static StringCOLUMNS_1static StringCOLUMNS_10static StringCOLUMNS_11static StringCOLUMNS_12static StringCOLUMNS_2static StringCOLUMNS_3static StringCOLUMNS_4static StringCOLUMNS_5static StringCOLUMNS_6static StringCOLUMNS_7static StringCOLUMNS_8static StringCOLUMNS_9
-
-
-
Field Detail
-
COLUMNS_1
public static final String COLUMNS_1
- See Also:
- Constant Field Values
-
COLUMNS_2
public static final String COLUMNS_2
- See Also:
- Constant Field Values
-
COLUMNS_3
public static final String COLUMNS_3
- See Also:
- Constant Field Values
-
COLUMNS_4
public static final String COLUMNS_4
- See Also:
- Constant Field Values
-
COLUMNS_5
public static final String COLUMNS_5
- See Also:
- Constant Field Values
-
COLUMNS_6
public static final String COLUMNS_6
- See Also:
- Constant Field Values
-
COLUMNS_7
public static final String COLUMNS_7
- See Also:
- Constant Field Values
-
COLUMNS_8
public static final String COLUMNS_8
- See Also:
- Constant Field Values
-
COLUMNS_9
public static final String COLUMNS_9
- See Also:
- Constant Field Values
-
COLUMNS_10
public static final String COLUMNS_10
- See Also:
- Constant Field Values
-
COLUMNS_11
public static final String COLUMNS_11
- See Also:
- Constant Field Values
-
COLUMNS_12
public static final String COLUMNS_12
- See Also:
- Constant Field Values
-
COLUMN_SPAN_1
public static final String COLUMN_SPAN_1
- See Also:
- Constant Field Values
-
COLUMN_SPAN_2
public static final String COLUMN_SPAN_2
- See Also:
- Constant Field Values
-
COLUMN_SPAN_3
public static final String COLUMN_SPAN_3
- See Also:
- Constant Field Values
-
COLUMN_SPAN_4
public static final String COLUMN_SPAN_4
- See Also:
- Constant Field Values
-
COLUMN_SPAN_5
public static final String COLUMN_SPAN_5
- See Also:
- Constant Field Values
-
COLUMN_SPAN_6
public static final String COLUMN_SPAN_6
- See Also:
- Constant Field Values
-
COLUMN_SPAN_7
public static final String COLUMN_SPAN_7
- See Also:
- Constant Field Values
-
COLUMN_SPAN_8
public static final String COLUMN_SPAN_8
- See Also:
- Constant Field Values
-
COLUMN_SPAN_9
public static final String COLUMN_SPAN_9
- See Also:
- Constant Field Values
-
COLUMN_SPAN_10
public static final String COLUMN_SPAN_10
- See Also:
- Constant Field Values
-
COLUMN_SPAN_11
public static final String COLUMN_SPAN_11
- See Also:
- Constant Field Values
-
COLUMN_SPAN_12
public static final String COLUMN_SPAN_12
- See Also:
- Constant Field Values
-
-