org.gwtbootstrap3.extras.fullcalendar.client.ui
Class MonthNames

java.lang.Object
  extended by 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/

Constructor Summary
MonthNames()
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MonthNames

public MonthNames()
Method Detail

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.