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

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

Constructor Summary
DayNames()
           
 
Method Summary
 void localize()
           
 void localized(JsArrayString longNames, JsArrayString shortNames)
          pass in localized names directly
 void localized(String[] longNames, String[] shortNames)
          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

DayNames

public DayNames()
Method Detail

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.