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

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

public class AgendaOptions
extends Object
implements IsJavaScriptObject

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

Constructor Summary
AgendaOptions()
           
 
Method Summary
 void newInstance()
          Sets defaults
 void setAllDaySlot(boolean allDay)
           
 void setAllDayText(String text)
           
 void setAxisFormat(String format)
           
 void setMaxTime(String timeString)
           
 void setMinTime(String timeString)
           
 void setScrollTime(String timeString)
           
 void setSlotDuration(int minutes)
           
 void setSlotDuration(String timeString)
           
 void setSlotEventOverlap(boolean overlap)
           
 void setSnapDuration(int minutes)
           
 void setSnapDuration(String timeString)
           
 JavaScriptObject toJavaScript()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgendaOptions

public AgendaOptions()
Method Detail

newInstance

public void newInstance()
Sets defaults

See Also:
http://arshaw.com/fullcalendar/docs/agenda/

setAllDaySlot

public void setAllDaySlot(boolean allDay)
See Also:
http://arshaw.com/fullcalendar/docs/agenda/allDaySlot/

setAllDayText

public void setAllDayText(String text)
See Also:
http://arshaw.com/fullcalendar/docs/agenda/allDayText/

setAxisFormat

public void setAxisFormat(String format)
See Also:
http://arshaw.com/fullcalendar/docs/agenda/axisFormat/

setSlotDuration

public void setSlotDuration(int minutes)

setSlotDuration

public void setSlotDuration(String timeString)
See Also:
http://arshaw.com/fullcalendar/docs/agenda/slotDuration/

setSnapDuration

public void setSnapDuration(int minutes)

setSnapDuration

public void setSnapDuration(String timeString)
See Also:
http://arshaw.com/fullcalendar/docs/agenda/snapDuration/

setScrollTime

public void setScrollTime(String timeString)
See Also:
http://arshaw.com/fullcalendar/docs/agenda/scrollTime/

setMinTime

public void setMinTime(String timeString)
See Also:
http://arshaw.com/fullcalendar/docs/agenda/minTime/

setMaxTime

public void setMaxTime(String timeString)
See Also:
http://arshaw.com/fullcalendar/docs/agenda/maxTime/

setSlotEventOverlap

public void setSlotEventOverlap(boolean overlap)
See Also:
http://arshaw.com/fullcalendar/docs/agenda/slotEventOverlap/

toJavaScript

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


Copyright © 2015. All rights reserved.