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