public enum EBootstrapButtonGroupType extends Enum<EBootstrapButtonGroupType>
| Modifier and Type | Method and Description |
|---|---|
List<com.helger.html.css.ICSSClassProvider> |
getAllCSSClasses() |
static EBootstrapButtonGroupType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EBootstrapButtonGroupType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EBootstrapButtonGroupType DEFAULT
public static final EBootstrapButtonGroupType VERTICAL
public static final EBootstrapButtonGroupType JUSTIFIED
public static EBootstrapButtonGroupType[] values()
for (EBootstrapButtonGroupType c : EBootstrapButtonGroupType.values()) System.out.println(c);
public static EBootstrapButtonGroupType 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 © 2014–2015 Philip Helger. All rights reserved.