public enum EBootstrapGridMD extends Enum<EBootstrapGridMD> implements IBootstrapGridElementExtended
| Enum Constant and Description |
|---|
MD_1 |
MD_10 |
MD_11 |
MD_12 |
MD_2 |
MD_3 |
MD_4 |
MD_5 |
MD_6 |
MD_7 |
MD_8 |
MD_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 EBootstrapGridMD |
getFromParts(int nParts) |
int |
getParts() |
static EBootstrapGridMD |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EBootstrapGridMD[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EBootstrapGridMD MD_1
public static final EBootstrapGridMD MD_2
public static final EBootstrapGridMD MD_3
public static final EBootstrapGridMD MD_4
public static final EBootstrapGridMD MD_5
public static final EBootstrapGridMD MD_6
public static final EBootstrapGridMD MD_7
public static final EBootstrapGridMD MD_8
public static final EBootstrapGridMD MD_9
public static final EBootstrapGridMD MD_10
public static final EBootstrapGridMD MD_11
public static final EBootstrapGridMD MD_12
public static EBootstrapGridMD[] values()
for (EBootstrapGridMD c : EBootstrapGridMD.values()) System.out.println(c);
public static EBootstrapGridMD 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@Nullable 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 EBootstrapGridMD getFromParts(@Nonnegative int nParts)
Copyright © 2014–2015 Philip Helger. All rights reserved.