public enum EBootstrapFormGroupState extends Enum<EBootstrapFormGroupState> implements com.helger.html.css.ICSSClassProvider
| Modifier and Type | Method and Description |
|---|---|
String |
getCSSClass() |
EBootstrapIcon |
getIcon() |
com.helger.html.hc.IHCElement<?> |
getIconAsNode() |
boolean |
isError() |
boolean |
isNone() |
boolean |
isNotNone() |
boolean |
isSuccess() |
boolean |
isWarning() |
static EBootstrapFormGroupState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EBootstrapFormGroupState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EBootstrapFormGroupState NONE
public static final EBootstrapFormGroupState SUCCESS
public static final EBootstrapFormGroupState WARNING
public static final EBootstrapFormGroupState ERROR
public static EBootstrapFormGroupState[] values()
for (EBootstrapFormGroupState c : EBootstrapFormGroupState.values()) System.out.println(c);
public static EBootstrapFormGroupState 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@Nullable public String getCSSClass()
getCSSClass in interface com.helger.html.css.ICSSClassProviderpublic boolean isNone()
public boolean isNotNone()
public boolean isSuccess()
public boolean isWarning()
public boolean isError()
@Nullable public EBootstrapIcon getIcon()
@Nullable public com.helger.html.hc.IHCElement<?> getIconAsNode()
Copyright © 2014–2015 Philip Helger. All rights reserved.