public enum EBootstrapJSPathProvider extends Enum<EBootstrapJSPathProvider> implements com.helger.html.resource.js.IJSPathProvider
| Enum Constant and Description |
|---|
BOOTSTRAP_334 |
BOOTSTRAP_DATATABLES |
BOOTSTRAP_PH |
DATETIMEPICKER |
DATETIMEPICKER_LOCALE |
TREE_VIEW |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canBeBundled() |
String |
getConditionalComment() |
com.helger.html.resource.js.IJSPathProvider |
getInstance(String sLanguage) |
String |
getJSItemPath(boolean bRegular) |
static EBootstrapJSPathProvider |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EBootstrapJSPathProvider[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EBootstrapJSPathProvider BOOTSTRAP_334
public static final EBootstrapJSPathProvider BOOTSTRAP_DATATABLES
public static final EBootstrapJSPathProvider BOOTSTRAP_PH
public static final EBootstrapJSPathProvider DATETIMEPICKER
public static final EBootstrapJSPathProvider DATETIMEPICKER_LOCALE
public static final EBootstrapJSPathProvider TREE_VIEW
public static EBootstrapJSPathProvider[] values()
for (EBootstrapJSPathProvider c : EBootstrapJSPathProvider.values()) System.out.println(c);
public static EBootstrapJSPathProvider 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 getJSItemPath(boolean bRegular)
getJSItemPath in interface com.helger.html.resource.js.IJSPathProvider@Nullable public String getConditionalComment()
getConditionalComment in interface com.helger.html.resource.js.IJSPathProviderpublic boolean canBeBundled()
canBeBundled in interface com.helger.html.resource.js.IJSPathProviderCopyright © 2014–2015 Philip Helger. All rights reserved.