org.gwtbootstrap3.extras.fullcalendar.client.ui
Class CalendarConfig
java.lang.Object
org.gwtbootstrap3.extras.fullcalendar.client.ui.CalendarConfig
public class CalendarConfig
- extends Object
Container class for all the javascript parameters to pass to FullCalendar
- Author:
- Jeff Isenhart
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CalendarConfig
public CalendarConfig()
CalendarConfig
public CalendarConfig(Header header)
isSelectable
public boolean isSelectable()
setSelectable
public void setSelectable(boolean selectable)
isSelectHelper
public boolean isSelectHelper()
setSelectHelper
public void setSelectHelper(boolean selectHelper)
setButtonText
public void setButtonText(ButtonText bt)
getButtonText
public ButtonText getButtonText()
setMonthNames
public void setMonthNames(MonthNames mn)
getMonthNames
public MonthNames getMonthNames()
setDayNames
public void setDayNames(DayNames dn)
getDayNames
public DayNames getDayNames()
getRenderConfig
public EventRenderConfig getRenderConfig()
setRenderHandler
public void setRenderHandler(EventRenderConfig renderConfig)
getColumnFormat
public ColumnFormat getColumnFormat()
setColumnFormat
public void setColumnFormat(ColumnFormat columnFormat)
getTimeFormat
public TimeFormat getTimeFormat()
setTimeFormat
public void setTimeFormat(TimeFormat timeFormat)
getTitleFormat
public TitleFormat getTitleFormat()
setTitleFormat
public void setTitleFormat(TitleFormat titleFormat)
getWeekNumberTitle
public String getWeekNumberTitle()
setWeekNumberTitle
public void setWeekNumberTitle(String weekNumberTitle)
getAgendaOptions
public AgendaOptions getAgendaOptions()
setAgendaOptions
public void setAgendaOptions(AgendaOptions agendaOptions)
getGeneralDisplay
public GeneralDisplay getGeneralDisplay()
setGeneralDisplay
public void setGeneralDisplay(GeneralDisplay generalDisplay)
getEventConfig
public EventDataConfig getEventConfig()
setEventConfig
public void setEventConfig(EventDataConfig eventConfig)
getClickHoverConfig
public ClickAndHoverConfig getClickHoverConfig()
setClickHoverConfig
public void setClickHoverConfig(ClickAndHoverConfig clickHoverConfig)
getSelectConfig
public SelectConfig getSelectConfig()
setSelectConfig
public void setSelectConfig(SelectConfig selectConfig)
getDragResizeConfig
public DragAndResizeConfig getDragResizeConfig()
setDragResizeConfig
public void setDragResizeConfig(DragAndResizeConfig dragResizeConfig)
getLangauge
public Language getLangauge()
setLangauge
public void setLangauge(Language langauge)
getTimezone
public String getTimezone()
setTimezone
public void setTimezone(String timezone)
- 'local', 'UTC', a timezone string ('America/Chicago')
- Parameters:
timezone -
getJavaScriptParameters
public JsArray<JavaScriptObject> getJavaScriptParameters()
Copyright © 2015. All rights reserved.