public enum EBootstrapGridSM extends Enum<EBootstrapGridSM> implements IBootstrapGridElement
| Enum Constant and Description |
|---|
AUTO |
EVENLY |
SM_1 |
SM_10 |
SM_11 |
SM_12 |
SM_2 |
SM_3 |
SM_4 |
SM_5 |
SM_6 |
SM_7 |
SM_8 |
SM_9 |
PARTS_AUTO, PARTS_EVENLY, PARTS_NONE| Modifier and Type | Method and Description |
|---|---|
String |
getCSSClass() |
com.helger.html.css.ICSSClassProvider |
getCSSClassOffset() |
static EBootstrapGridSM |
getFromParts(int nParts) |
EBootstrapGridType |
getGridType() |
int |
getParts() |
boolean |
isMax() |
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 final EBootstrapGridSM AUTO
public static final EBootstrapGridSM EVENLY
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@Nonnull public EBootstrapGridType getGridType()
getGridType in interface IBootstrapGridElementnull.@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()
public boolean isMax()
isMax in interface IBootstrapGridElementtrue if this is element for part 12@Nullable public static EBootstrapGridSM getFromParts(int nParts)
Copyright © 2015–2020 Philip Helger. All rights reserved.