public enum EBootstrapGridXS extends Enum<EBootstrapGridXS> implements IBootstrapGridElementExtended
| Enum Constant and Description |
|---|
XS_1 |
XS_10 |
XS_11 |
XS_12 |
XS_2 |
XS_3 |
XS_4 |
XS_5 |
XS_6 |
XS_7 |
XS_8 |
XS_9 |
| Modifier and Type | Method and Description |
|---|---|
String |
getCSSClass() |
com.helger.html.css.ICSSClassProvider |
getCSSClassOffset() |
com.helger.html.css.ICSSClassProvider |
getCSSClassPull() |
com.helger.html.css.ICSSClassProvider |
getCSSClassPush() |
static EBootstrapGridXS |
getFromParts(int nParts) |
int |
getParts() |
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 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@Nonnegative 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()
getCSSClassOffset in interface IBootstrapGridElementExtended@Nullable public com.helger.html.css.ICSSClassProvider getCSSClassPush()
getCSSClassPush in interface IBootstrapGridElementExtended@Nullable public com.helger.html.css.ICSSClassProvider getCSSClassPull()
getCSSClassPull in interface IBootstrapGridElementExtended@Nullable public static EBootstrapGridXS getFromParts(@Nonnegative int nParts)
Copyright © 2014–2015 Philip Helger. All rights reserved.