public enum EBootstrapSpacingSideType extends Enum<EBootstrapSpacingSideType>
BootstrapSpacingBuilder| Enum Constant and Description |
|---|
ALL
All 4 sides
|
BOTTOM
bottom only
|
LEFT
left only
|
RIGHT
Right only
|
TOP
Top only
|
X
left and right
|
Y
top and bottom
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCSSClassNamePart() |
static EBootstrapSpacingSideType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EBootstrapSpacingSideType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EBootstrapSpacingSideType ALL
public static final EBootstrapSpacingSideType TOP
public static final EBootstrapSpacingSideType RIGHT
public static final EBootstrapSpacingSideType BOTTOM
public static final EBootstrapSpacingSideType LEFT
public static final EBootstrapSpacingSideType X
public static final EBootstrapSpacingSideType Y
public static EBootstrapSpacingSideType[] values()
for (EBootstrapSpacingSideType c : EBootstrapSpacingSideType.values()) System.out.println(c);
public static EBootstrapSpacingSideType 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.