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

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

public class EventSource
extends Object
implements IsJavaScriptObject

Models the Event Source Object

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

Constructor Summary
EventSource(JavaScriptObject jso)
           
EventSource(String url, String color, String backgroundColor, String textColor, String borderColor, String className, boolean isEditable, boolean isStartEditable, boolean isDurationEditable, boolean allDayDefault, boolean ignoreTimeZone, boolean isGoogle)
           
 
Method Summary
 String getBackgroundColor()
           
 String getBorderColor()
           
 String getClassName()
           
 String getColor()
           
 boolean getDurationEditable()
           
 boolean getIsEditable()
           
 boolean getStartEditable()
           
 String getTextColor()
           
 String getUrl()
           
 boolean ignoreTimeZone()
           
 boolean isAllDayDefault()
           
 void setEventDataTransform(EventDataTransformCallback callback)
           
 JavaScriptObject toJavaScript()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventSource

public EventSource(JavaScriptObject jso)

EventSource

public EventSource(String url,
                   String color,
                   String backgroundColor,
                   String textColor,
                   String borderColor,
                   String className,
                   boolean isEditable,
                   boolean isStartEditable,
                   boolean isDurationEditable,
                   boolean allDayDefault,
                   boolean ignoreTimeZone,
                   boolean isGoogle)
Method Detail

setEventDataTransform

public void setEventDataTransform(EventDataTransformCallback callback)

getUrl

public String getUrl()

getColor

public String getColor()

getBackgroundColor

public String getBackgroundColor()

getTextColor

public String getTextColor()

getBorderColor

public String getBorderColor()

getClassName

public String getClassName()

getIsEditable

public boolean getIsEditable()

getStartEditable

public boolean getStartEditable()

getDurationEditable

public boolean getDurationEditable()

isAllDayDefault

public boolean isAllDayDefault()

ignoreTimeZone

public boolean ignoreTimeZone()

toJavaScript

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


Copyright © 2015. All rights reserved.