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

java.lang.Object
  extended by org.gwtbootstrap3.extras.fullcalendar.client.ui.ButtonText
All Implemented Interfaces:
IsJavaScriptObject

public class ButtonText
extends Object
implements IsJavaScriptObject

Author:
Jeff Isenhart
See Also:
http://arshaw.com/fullcalendar/docs/text/buttonText/

Constructor Summary
ButtonText()
           
 
Method Summary
 void setDay(String day)
           
 void setMonth(String month)
           
 void setToday(String today)
           
 void setWeek(String week)
           
 JavaScriptObject toJavaScript()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ButtonText

public ButtonText()
Method Detail

setToday

public void setToday(String today)

setMonth

public void setMonth(String month)

setWeek

public void setWeek(String week)

setDay

public void setDay(String day)

toJavaScript

public JavaScriptObject toJavaScript()
Specified by:
toJavaScript in interface IsJavaScriptObject


Copyright © 2015. All rights reserved.