public enum EBootstrapDisplayType extends Enum<EBootstrapDisplayType> implements com.helger.html.css.ICSSClassProvider
| Enum Constant and Description |
|---|
BLOCK |
FLEX |
INLINE |
INLINE_BLOCK |
INLINE_FLEX |
NONE |
TABLE |
TABLE_CELL |
TABLE_ROW |
| Modifier and Type | Method and Description |
|---|---|
String |
getCSSClass() |
String |
getCSSClassNamePart() |
static EBootstrapDisplayType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EBootstrapDisplayType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EBootstrapDisplayType NONE
public static final EBootstrapDisplayType INLINE
public static final EBootstrapDisplayType INLINE_BLOCK
public static final EBootstrapDisplayType BLOCK
public static final EBootstrapDisplayType TABLE
public static final EBootstrapDisplayType TABLE_CELL
public static final EBootstrapDisplayType TABLE_ROW
public static final EBootstrapDisplayType FLEX
public static final EBootstrapDisplayType INLINE_FLEX
public static EBootstrapDisplayType[] values()
for (EBootstrapDisplayType c : EBootstrapDisplayType.values()) System.out.println(c);
public static EBootstrapDisplayType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2015–2020 Philip Helger. All rights reserved.