org.gwtbootstrap3.extras.fullcalendar.client.ui
Class MonthNames
java.lang.Object
org.gwtbootstrap3.extras.fullcalendar.client.ui.MonthNames
- All Implemented Interfaces:
- IsJavaScriptObject
public class MonthNames
- extends Object
- implements IsJavaScriptObject
- Author:
- Jeff Isenhart
- See Also:
http://arshaw.com/fullcalendar/docs/text/monthNames/,
http://arshaw.com/fullcalendar/docs/text/monthNamesShort/
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MonthNames
public MonthNames()
localize
public void localize()
localize
public void localize(String[] longNames,
String[] shortNames)
- To pass in localized names directly
- Parameters:
longNames - shortNames -
localize
public void localize(JsArrayString longNames,
JsArrayString shortNames)
- To pass in localized names directly
- Parameters:
longNames - shortNames -
toJavaScript
public JavaScriptObject toJavaScript()
- Specified by:
toJavaScript in interface IsJavaScriptObject
Copyright © 2015. All rights reserved.