public enum EBootstrapGridXS extends Enum<EBootstrapGridXS> implements IBootstrapGridElement
| Enum Constant and Description |
|---|
AUTO |
EVENLY |
XS_1 |
XS_10 |
XS_11 |
XS_12 |
XS_2 |
XS_3 |
XS_4 |
XS_5 |
XS_6 |
XS_7 |
XS_8 |
XS_9 |
PARTS_AUTO, PARTS_EVENLY, PARTS_NONE| Modifier and Type | Method and Description |
|---|---|
String |
getCSSClass() |
com.helger.html.css.ICSSClassProvider |
getCSSClassOffset() |
static EBootstrapGridXS |
getFromParts(int nParts) |
EBootstrapGridType |
getGridType() |
int |
getParts() |
boolean |
isMax() |
static EBootstrapGridXS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EBootstrapGridXS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EBootstrapGridXS XS_1
public static final EBootstrapGridXS XS_2
public static final EBootstrapGridXS XS_3
public static final EBootstrapGridXS XS_4
public static final EBootstrapGridXS XS_5
public static final EBootstrapGridXS XS_6
public static final EBootstrapGridXS XS_7
public static final EBootstrapGridXS XS_8
public static final EBootstrapGridXS XS_9
public static final EBootstrapGridXS XS_10
public static final EBootstrapGridXS XS_11
public static final EBootstrapGridXS XS_12
public static final EBootstrapGridXS AUTO
public static final EBootstrapGridXS EVENLY
public static EBootstrapGridXS[] values()
for (EBootstrapGridXS c : EBootstrapGridXS.values()) System.out.println(c);
public static EBootstrapGridXS 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@Nonnull @Nonempty 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 EBootstrapGridXS getFromParts(int nParts)
Copyright © 2015–2020 Philip Helger. All rights reserved.