public class JQueryDateFieldStack extends Object implements org.apache.tapestry5.services.javascript.JavaScriptStack
DateFieldStack.| Constructor and Description |
|---|
JQueryDateFieldStack(org.apache.tapestry5.ioc.services.ThreadLocale threadLocale,
boolean compactJSON,
boolean minified,
boolean includeDatePickerI18N,
org.apache.tapestry5.services.AssetSource assetSource,
org.apache.tapestry5.ioc.services.TypeCoercer typeCoercer,
org.apache.tapestry5.ioc.services.SymbolSource symbolSource) |
| Modifier and Type | Method and Description |
|---|---|
String |
getInitialization() |
org.apache.tapestry5.services.javascript.JavaScriptAggregationStrategy |
getJavaScriptAggregationStrategy() |
List<org.apache.tapestry5.Asset> |
getJavaScriptLibraries() |
List<String> |
getModules() |
List<String> |
getStacks() |
List<org.apache.tapestry5.services.javascript.StylesheetLink> |
getStylesheets() |
public JQueryDateFieldStack(org.apache.tapestry5.ioc.services.ThreadLocale threadLocale,
@Symbol(value="tapestry.compact-json")
boolean compactJSON,
@Symbol(value="use.minified.js")
boolean minified,
@Symbol(value="jquery.include_datepicker")
boolean includeDatePickerI18N,
org.apache.tapestry5.services.AssetSource assetSource,
org.apache.tapestry5.ioc.services.TypeCoercer typeCoercer,
org.apache.tapestry5.ioc.services.SymbolSource symbolSource)
public String getInitialization()
getInitialization in interface org.apache.tapestry5.services.javascript.JavaScriptStackpublic List<org.apache.tapestry5.Asset> getJavaScriptLibraries()
getJavaScriptLibraries in interface org.apache.tapestry5.services.javascript.JavaScriptStackpublic List<org.apache.tapestry5.services.javascript.StylesheetLink> getStylesheets()
getStylesheets in interface org.apache.tapestry5.services.javascript.JavaScriptStackpublic List<String> getModules()
getModules in interface org.apache.tapestry5.services.javascript.JavaScriptStackpublic List<String> getStacks()
getStacks in interface org.apache.tapestry5.services.javascript.JavaScriptStackpublic org.apache.tapestry5.services.javascript.JavaScriptAggregationStrategy getJavaScriptAggregationStrategy()
getJavaScriptAggregationStrategy in interface org.apache.tapestry5.services.javascript.JavaScriptStackCopyright © 2016 GOT5. All rights reserved.