public enum EBootstrapGridSM extends Enum<EBootstrapGridSM> implements IBootstrapGridElementExtended
| Enum Constant and Description |
|---|
SM_1 |
SM_10 |
SM_11 |
SM_12 |
SM_2 |
SM_3 |
SM_4 |
SM_5 |
SM_6 |
SM_7 |
SM_8 |
SM_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 EBootstrapGridSM |
getFromParts(int nParts) |
int |
getParts() |
static EBootstrapGridSM |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EBootstrapGridSM[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EBootstrapGridSM SM_1
public static final EBootstrapGridSM SM_2
public static final EBootstrapGridSM SM_3
public static final EBootstrapGridSM SM_4
public static final EBootstrapGridSM SM_5
public static final EBootstrapGridSM SM_6
public static final EBootstrapGridSM SM_7
public static final EBootstrapGridSM SM_8
public static final EBootstrapGridSM SM_9
public static final EBootstrapGridSM SM_10
public static final EBootstrapGridSM SM_11
public static final EBootstrapGridSM SM_12
public static EBootstrapGridSM[] values()
for (EBootstrapGridSM c : EBootstrapGridSM.values()) System.out.println(c);
public static EBootstrapGridSM 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 EBootstrapGridSM getFromParts(@Nonnegative int nParts)
Copyright © 2014–2015 Philip Helger. All rights reserved.