public enum EBootstrapGridType extends Enum<EBootstrapGridType>
| Modifier and Type | Method and Description |
|---|---|
String |
getCSSClassNamePart() |
static EBootstrapGridType |
getForWidth(int nPixels) |
boolean |
isForWidth(int nPixels) |
static EBootstrapGridType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EBootstrapGridType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EBootstrapGridType XS
public static final EBootstrapGridType SM
public static final EBootstrapGridType MD
public static final EBootstrapGridType LG
public static final EBootstrapGridType XL
public static EBootstrapGridType[] values()
for (EBootstrapGridType c : EBootstrapGridType.values()) System.out.println(c);
public static EBootstrapGridType 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 nullpublic boolean isForWidth(int nPixels)
@Nullable public static EBootstrapGridType getForWidth(int nPixels)
Copyright © 2015–2020 Philip Helger. All rights reserved.