public enum WebDependency extends Enum<WebDependency>
Enum Constant and Description |
---|
D3_3_2_8
D3 in version 3.2.8.
|
JQUERY_1_10_2
JQuery in version 1.10.2.
|
JQUERY_1_9_1
JQuery in version 1.9.1.
|
KNIME_JS_TABLE_1_0_0
KNIME Javascript table in version 1.0.0.
|
REQUIRE_JS
RequireJS
|
Modifier and Type | Method and Description |
---|---|
WebResourceLocator[] |
getResourceLocators() |
static WebDependency |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebDependency[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WebDependency REQUIRE_JS
public static final WebDependency JQUERY_1_9_1
public static final WebDependency JQUERY_1_10_2
public static final WebDependency D3_3_2_8
public static final WebDependency KNIME_JS_TABLE_1_0_0
public static WebDependency[] values()
for (WebDependency c : WebDependency.values()) System.out.println(c);
public static WebDependency 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 nullpublic WebResourceLocator[] getResourceLocators()
WebResourceLocator
s for the dependency.
KNIME GmbH, Konstanz, Germany
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display, or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the copyright owner or as specified in the license file distributed with this product.