public class DayNames extends Object implements IsJavaScriptObject
http://arshaw.com/fullcalendar/docs/text/dayNames/, 
http://arshaw.com/fullcalendar/docs/text/dayNamesShort/| Constructor and Description | 
|---|
DayNames()  | 
| Modifier and Type | Method and Description | 
|---|---|
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()  | 
public DayNames()
public void localize()
public void localized(String[] longNames, String[] shortNames)
longNames - shortNames - public void localized(JsArrayString longNames, JsArrayString shortNames)
longNames - shortNames - public JavaScriptObject toJavaScript()
toJavaScript in interface IsJavaScriptObjectCopyright © 2017. All rights reserved.