public enum EBootstrapCSSPathProvider extends Enum<EBootstrapCSSPathProvider> implements com.helger.html.resource.css.ICSSPathProvider
| Enum Constant and Description |
|---|
BOOTSTRAP_334 |
BOOTSTRAP_DATATABLES |
BOOTSTRAP_IE9 |
BOOTSTRAP_PH |
BOOTSTRAP_THEME_334 |
DATETIMEPICKER |
TREE_VIEW |
| Modifier and Type | Method and Description |
|---|---|
String |
getConditionalComment() |
String |
getCSSItemPath(boolean bRegular) |
com.helger.css.media.ICSSMediaList |
getMediaList() |
static EBootstrapCSSPathProvider |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EBootstrapCSSPathProvider[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EBootstrapCSSPathProvider BOOTSTRAP_334
public static final EBootstrapCSSPathProvider BOOTSTRAP_THEME_334
public static final EBootstrapCSSPathProvider BOOTSTRAP_DATATABLES
public static final EBootstrapCSSPathProvider BOOTSTRAP_IE9
public static final EBootstrapCSSPathProvider BOOTSTRAP_PH
public static final EBootstrapCSSPathProvider DATETIMEPICKER
public static final EBootstrapCSSPathProvider TREE_VIEW
public static EBootstrapCSSPathProvider[] values()
for (EBootstrapCSSPathProvider c : EBootstrapCSSPathProvider.values()) System.out.println(c);
public static EBootstrapCSSPathProvider 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@Nonnull @Nonempty public String getCSSItemPath(boolean bRegular)
getCSSItemPath in interface com.helger.html.resource.css.ICSSPathProvider@Nullable public String getConditionalComment()
getConditionalComment in interface com.helger.html.resource.css.ICSSPathProvider@Nonnull @ReturnsMutableCopy public com.helger.css.media.ICSSMediaList getMediaList()
getMediaList in interface com.helger.html.resource.css.ICSSPathProviderCopyright © 2014–2015 Philip Helger. All rights reserved.