public enum EBootstrapFloatType extends Enum<EBootstrapFloatType> implements com.helger.html.css.ICSSClassProvider
| Enum Constant and Description |
|---|
LEFT |
LG_LEFT |
LG_NONE |
LG_RIGHT |
MD_LEFT |
MD_NONE |
MD_RIGHT |
NONE |
RIGHT |
SM_LEFT |
SM_NONE |
SM_RIGHT |
XL_LEFT |
XL_NONE |
XL_RIGHT |
| Modifier and Type | Method and Description |
|---|---|
String |
getCSSClass() |
EBootstrapGridType |
getGridType() |
static EBootstrapFloatType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EBootstrapFloatType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EBootstrapFloatType LEFT
public static final EBootstrapFloatType RIGHT
public static final EBootstrapFloatType NONE
public static final EBootstrapFloatType SM_LEFT
public static final EBootstrapFloatType SM_RIGHT
public static final EBootstrapFloatType SM_NONE
public static final EBootstrapFloatType MD_LEFT
public static final EBootstrapFloatType MD_RIGHT
public static final EBootstrapFloatType MD_NONE
public static final EBootstrapFloatType LG_LEFT
public static final EBootstrapFloatType LG_RIGHT
public static final EBootstrapFloatType LG_NONE
public static final EBootstrapFloatType XL_LEFT
public static final EBootstrapFloatType XL_RIGHT
public static final EBootstrapFloatType XL_NONE
public static EBootstrapFloatType[] values()
for (EBootstrapFloatType c : EBootstrapFloatType.values()) System.out.println(c);
public static EBootstrapFloatType 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 null@Nonnull @Nonempty public String getCSSClass()
getCSSClass in interface com.helger.html.css.ICSSClassProvider@Nonnull public EBootstrapGridType getGridType()
null.Copyright © 2015–2020 Philip Helger. All rights reserved.