public class FlexStyles extends Object
FlexLayout and FlexItem| Modifier and Type | Field and Description |
|---|---|
static String |
FLEX_ALIGN_BASELINE
CSS style of baseline alignment
|
static String |
FLEX_ALIGN_CENTER
CSS style of center alignment
|
static String |
FLEX_ALIGN_END
CSS style of end alignment
|
static String |
FLEX_ALIGN_START
CSS style of start alignment
|
static String |
FLEX_ALIGN_STRETCH
CSS style of stretch alignment
|
static String |
FLEX_DIR_COLUMN
CSS style of top to bottom flex direction
|
static String |
FLEX_DIR_COLUMN_REVERSE
CSS style of bottom to top flex direction
|
static String |
FLEX_DIR_ROW
CSS style of left to right flex direction
|
static String |
FLEX_DIR_ROW_REVERSE
CSS style of right to left flex direction
|
static String |
FLEX_ITEM
CSS class for a flex item
|
static String |
FLEX_JUST_CENTER
CSS style of center flex justify content
|
static String |
FLEX_JUST_END
CSS style of end flex justify content
|
static String |
FLEX_JUST_SPACE_AROUND
CSS style of space around flex justify content
|
static String |
FLEX_JUST_SPACE_BETWEEN
CSS style of space between flex justify content
|
static String |
FLEX_JUST_SPACE_EVENLY
CSS style of space evenly flex justify content
|
static String |
FLEX_JUST_START
CSS style of start flex justify content
|
static String |
FLEX_LAYOUT
CSS class for a flex layout
|
static String |
FLEX_WRAP_NOWRAP
CSS style of no wrap flex wrap
|
static String |
FLEX_WRAP_WRAP
CSS style of top to bottom flex wrap
|
static String |
FLEX_WRAP_WRAP_REVERSE
CSS style of bottom to top flex wrap
|
| Constructor and Description |
|---|
FlexStyles() |
public static final String FLEX_LAYOUT
public static final String FLEX_ITEM
public static final String FLEX_ALIGN_BASELINE
public static final String FLEX_ALIGN_START
public static final String FLEX_ALIGN_END
public static final String FLEX_ALIGN_CENTER
public static final String FLEX_ALIGN_STRETCH
public static final String FLEX_DIR_ROW
public static final String FLEX_DIR_ROW_REVERSE
public static final String FLEX_DIR_COLUMN
public static final String FLEX_DIR_COLUMN_REVERSE
public static final String FLEX_JUST_START
public static final String FLEX_JUST_END
public static final String FLEX_JUST_CENTER
public static final String FLEX_JUST_SPACE_BETWEEN
public static final String FLEX_JUST_SPACE_AROUND
public static final String FLEX_JUST_SPACE_EVENLY
public static final String FLEX_WRAP_NOWRAP
public static final String FLEX_WRAP_WRAP
public static final String FLEX_WRAP_WRAP_REVERSE
Copyright © 2019–2022 Dominokit. All rights reserved.