public class MonthNames extends Object implements IsJavaScriptObject
http://arshaw.com/fullcalendar/docs/text/monthNames/
,
http://arshaw.com/fullcalendar/docs/text/monthNamesShort/
Constructor and Description |
---|
MonthNames() |
Modifier and Type | Method and Description |
---|---|
void |
localize() |
void |
localize(JsArrayString longNames,
JsArrayString shortNames)
To pass in localized names directly
|
void |
localize(String[] longNames,
String[] shortNames)
To pass in localized names directly
|
JavaScriptObject |
toJavaScript() |
public MonthNames()
public void localize()
public void localize(String[] longNames, String[] shortNames)
longNames
- shortNames
- public void localize(JsArrayString longNames, JsArrayString shortNames)
longNames
- shortNames
- public JavaScriptObject toJavaScript()
toJavaScript
in interface IsJavaScriptObject
Copyright © 2017. All rights reserved.