public enum EBootstrapGridLG extends Enum<EBootstrapGridLG> implements IBootstrapGridElementExtended
| Enum Constant and Description |
|---|
LG_1 |
LG_10 |
LG_11 |
LG_12 |
LG_2 |
LG_3 |
LG_4 |
LG_5 |
LG_6 |
LG_7 |
LG_8 |
LG_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 EBootstrapGridLG |
getFromParts(int nParts) |
int |
getParts() |
static EBootstrapGridLG |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EBootstrapGridLG[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EBootstrapGridLG LG_1
public static final EBootstrapGridLG LG_2
public static final EBootstrapGridLG LG_3
public static final EBootstrapGridLG LG_4
public static final EBootstrapGridLG LG_5
public static final EBootstrapGridLG LG_6
public static final EBootstrapGridLG LG_7
public static final EBootstrapGridLG LG_8
public static final EBootstrapGridLG LG_9
public static final EBootstrapGridLG LG_10
public static final EBootstrapGridLG LG_11
public static final EBootstrapGridLG LG_12
public static EBootstrapGridLG[] values()
for (EBootstrapGridLG c : EBootstrapGridLG.values()) System.out.println(c);
public static EBootstrapGridLG 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 EBootstrapGridLG getFromParts(@Nonnegative int nParts)
Copyright © 2014–2015 Philip Helger. All rights reserved.