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