public enum EBootstrapGridXL extends Enum<EBootstrapGridXL> implements IBootstrapGridElement
| Enum Constant and Description |
|---|
AUTO |
EVENLY |
XL_1 |
XL_10 |
XL_11 |
XL_12 |
XL_2 |
XL_3 |
XL_4 |
XL_5 |
XL_6 |
XL_7 |
XL_8 |
XL_9 |
PARTS_AUTO, PARTS_EVENLY, PARTS_NONE| Modifier and Type | Method and Description |
|---|---|
String |
getCSSClass() |
com.helger.html.css.ICSSClassProvider |
getCSSClassOffset() |
static EBootstrapGridXL |
getFromParts(int nParts) |
EBootstrapGridType |
getGridType() |
int |
getParts() |
boolean |
isMax() |
static EBootstrapGridXL |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EBootstrapGridXL[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EBootstrapGridXL XL_1
public static final EBootstrapGridXL XL_2
public static final EBootstrapGridXL XL_3
public static final EBootstrapGridXL XL_4
public static final EBootstrapGridXL XL_5
public static final EBootstrapGridXL XL_6
public static final EBootstrapGridXL XL_7
public static final EBootstrapGridXL XL_8
public static final EBootstrapGridXL XL_9
public static final EBootstrapGridXL XL_10
public static final EBootstrapGridXL XL_11
public static final EBootstrapGridXL XL_12
public static final EBootstrapGridXL AUTO
public static final EBootstrapGridXL EVENLY
public static EBootstrapGridXL[] values()
for (EBootstrapGridXL c : EBootstrapGridXL.values()) System.out.println(c);
public static EBootstrapGridXL 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 public EBootstrapGridType getGridType()
getGridType in interface IBootstrapGridElementnull.public int getParts()
getParts in interface IBootstrapGridElement@Nullable public String getCSSClass()
getCSSClass in interface com.helger.html.css.ICSSClassProvider@Nullable public com.helger.html.css.ICSSClassProvider getCSSClassOffset()
public boolean isMax()
isMax in interface IBootstrapGridElementtrue if this is element for part 12@Nullable public static EBootstrapGridXL getFromParts(int nParts)
Copyright © 2015–2020 Philip Helger. All rights reserved.