public class HighchartsStack extends Object implements JavaScriptStack
| Constructor and Description |
|---|
HighchartsStack(boolean productionMode,
AssetSource assetSource)
Build the JavaScript stack.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getInitialization() |
List<Asset> |
getJavaScriptLibraries() |
List<String> |
getModules() |
List<String> |
getStacks() |
List<StylesheetLink> |
getStylesheets() |
public static final String STACK_ID
public HighchartsStack(@Symbol(value="tapestry.production-mode") boolean productionMode, AssetSource assetSource)
productionMode - is it production mode?assetSource - asset sourcepublic String getInitialization()
getInitialization in interface JavaScriptStackpublic List<Asset> getJavaScriptLibraries()
getJavaScriptLibraries in interface JavaScriptStackpublic List<StylesheetLink> getStylesheets()
getStylesheets in interface JavaScriptStackpublic List<String> getStacks()
getStacks in interface JavaScriptStackpublic List<String> getModules()
getModules in interface JavaScriptStackCopyright © 2014. All rights reserved.