|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tapestry5.internal.services.javascript.DateFieldStack
public class DateFieldStack
| Constructor Summary | |
|---|---|
DateFieldStack(ThreadLocale threadLocale,
boolean compactJSON,
AssetSource assetSource)
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DateFieldStack(ThreadLocale threadLocale,
@Symbol(value="tapestry.compact-json")
boolean compactJSON,
AssetSource assetSource)
| Method Detail |
|---|
public String getInitialization()
JavaScriptStack
getInitialization in interface JavaScriptStackpublic List<Asset> getJavaScriptLibraries()
JavaScriptStack
getJavaScriptLibraries in interface JavaScriptStackpublic List<StylesheetLink> getStylesheets()
JavaScriptStack
getStylesheets in interface JavaScriptStackpublic List<String> getStacks()
JavaScriptStack
getStacks in interface JavaScriptStack
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||