public enum ETinyMCE4JSPathProvider extends Enum<ETinyMCE4JSPathProvider> implements com.helger.html.resource.js.IJSPathProvider
| Enum Constant and Description |
|---|
TINYMCE_4 |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canBeBundled() |
String |
getConditionalComment() |
String |
getJSItemPath(boolean bRegular) |
static ETinyMCE4JSPathProvider |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ETinyMCE4JSPathProvider[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ETinyMCE4JSPathProvider TINYMCE_4
public static ETinyMCE4JSPathProvider[] values()
for (ETinyMCE4JSPathProvider c : ETinyMCE4JSPathProvider.values()) System.out.println(c);
public static ETinyMCE4JSPathProvider 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.