org.gwtbootstrap3.extras.fullcalendar.client.ui
Class AgendaOptions
java.lang.Object
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/
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AgendaOptions
public AgendaOptions()
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.