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

java.lang.Object
  extended by 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

Constructor Summary
CalendarConfig()
           
CalendarConfig(Header header)
           
 
Method Summary
 AgendaOptions getAgendaOptions()
           
 ButtonText getButtonText()
           
 ClickAndHoverConfig getClickHoverConfig()
           
 ColumnFormat getColumnFormat()
           
 DayNames getDayNames()
           
 DragAndResizeConfig getDragResizeConfig()
           
 EventDataConfig getEventConfig()
           
 GeneralDisplay getGeneralDisplay()
           
 JsArray<JavaScriptObject> getJavaScriptParameters()
           
 Language getLangauge()
           
 MonthNames getMonthNames()
           
 EventRenderConfig getRenderConfig()
           
 SelectConfig getSelectConfig()
           
 TimeFormat getTimeFormat()
           
 String getTimezone()
           
 TitleFormat getTitleFormat()
           
 String getWeekNumberTitle()
           
 boolean isSelectable()
           
 boolean isSelectHelper()
           
 void setAgendaOptions(AgendaOptions agendaOptions)
           
 void setButtonText(ButtonText bt)
           
 void setClickHoverConfig(ClickAndHoverConfig clickHoverConfig)
           
 void setColumnFormat(ColumnFormat columnFormat)
           
 void setDayNames(DayNames dn)
           
 void setDragResizeConfig(DragAndResizeConfig dragResizeConfig)
           
 void setEventConfig(EventDataConfig eventConfig)
           
 void setGeneralDisplay(GeneralDisplay generalDisplay)
           
 void setLangauge(Language langauge)
           
 void setMonthNames(MonthNames mn)
           
 void setRenderHandler(EventRenderConfig renderConfig)
           
 void setSelectable(boolean selectable)
           
 void setSelectConfig(SelectConfig selectConfig)
           
 void setSelectHelper(boolean selectHelper)
           
 void setTimeFormat(TimeFormat timeFormat)
           
 void setTimezone(String timezone)
          'local', 'UTC', a timezone string ('America/Chicago')
 void setTitleFormat(TitleFormat titleFormat)
           
 void setWeekNumberTitle(String weekNumberTitle)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalendarConfig

public CalendarConfig()

CalendarConfig

public CalendarConfig(Header header)
Method Detail

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.