public class DateFieldStack extends Object implements JavaScriptStack
Constructor and Description |
---|
DateFieldStack(ThreadLocale threadLocale,
boolean compactJSON,
AssetSource assetSource) |
Modifier and Type | Method and Description |
---|---|
String |
getInitialization()
Returns static JavaScript initialization for the stack.
|
List<Asset> |
getJavaScriptLibraries()
Returns a list of localized assets for JavaScript libraries that form the stack.
|
List<String> |
getStacks()
Returns a list of JavaScriptStack names that this stack depends on.
|
List<StylesheetLink> |
getStylesheets()
Returns a list of localized links for stylesheets that form the stack.
|
public DateFieldStack(ThreadLocale threadLocale, @Symbol(value="tapestry.compact-json") boolean compactJSON, AssetSource assetSource)
public String getInitialization()
JavaScriptStack
getInitialization
in interface JavaScriptStack
public List<Asset> getJavaScriptLibraries()
JavaScriptStack
getJavaScriptLibraries
in interface JavaScriptStack
public List<StylesheetLink> getStylesheets()
JavaScriptStack
getStylesheets
in interface JavaScriptStack
public List<String> getStacks()
JavaScriptStack
getStacks
in interface JavaScriptStack
Copyright © 2003-2012 The Apache Software Foundation.