Class CalendarEvent

    • Method Detail

      • getId

        public String getId()
      • setId

        public void setId​(String id)
      • getTitle

        public String getTitle()
      • setTitle

        public void setTitle​(String title)
      • getSource

        public String getSource()
      • setSource

        public void setSource​(String source)
      • isAllDay

        public Boolean isAllDay()
      • setAllDay

        public void setAllDay​(Boolean allDay)
      • isEditable

        public Boolean isEditable()
        Overrides the master editable option for this single event.
        Returns:
        true or false
      • setEditable

        public void setEditable​(Boolean editable)
      • getClassName

        public String getClassName()
      • setClassName

        public void setClassName​(String className)
      • getColor

        public String getColor()
      • setColor

        public void setColor​(String color)
      • setColor

        public void setColor​(String backgroundColor,
                             String borderColor)
      • getBackgroundColor

        public String getBackgroundColor()
      • setBackgroundColor

        public void setBackgroundColor​(String backgroundColor)
      • getBorderColor

        public String getBorderColor()
      • setBorderColor

        public void setBorderColor​(String borderColor)
      • getTextColor

        public String getTextColor()
      • setTextColor

        public void setTextColor​(String textColor)
      • createOptions

        protected com.googlecode.wicket.jquery.core.Options createOptions()
        Create an Options JSON-object that will embed the (default) properties of this CalendarEvent
        Returns:
        a new Options object