public enum EBootstrapPositionType extends Enum<EBootstrapPositionType> implements com.helger.html.css.ICSSClassProvider
| Enum Constant and Description |
|---|
ABSOLUTE |
FIXED |
FIXED_BOTTOM |
FIXED_TOP |
RELATIVE |
STATIC |
STICKY |
STICKY_TOP |
| Modifier and Type | Method and Description |
|---|---|
String |
getCSSClass() |
static EBootstrapPositionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EBootstrapPositionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EBootstrapPositionType STATIC
public static final EBootstrapPositionType RELATIVE
public static final EBootstrapPositionType ABSOLUTE
public static final EBootstrapPositionType FIXED
public static final EBootstrapPositionType STICKY
public static final EBootstrapPositionType FIXED_TOP
public static final EBootstrapPositionType FIXED_BOTTOM
public static final EBootstrapPositionType STICKY_TOP
public static EBootstrapPositionType[] values()
for (EBootstrapPositionType c : EBootstrapPositionType.values()) System.out.println(c);
public static EBootstrapPositionType 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 nullCopyright © 2015–2020 Philip Helger. All rights reserved.