Class SimpleCalendarItem

    • Constructor Detail

      • SimpleCalendarItem

        public SimpleCalendarItem()
    • Method Detail

      • setBeginDate

        public void setBeginDate​(Date begin)
      • setEndDate

        public void setEndDate​(Date end)
      • setBegin

        public void setBegin​(Date begin)
      • setEnd

        public void setEnd​(Date end)
      • setTitle

        public void setTitle​(String title)
      • setContent

        public void setContent​(String content)
      • setHeaderColor

        @Deprecated
        public void setHeaderColor​(String hcolor)
        Deprecated.
      • setContentColor

        @Deprecated
        public void setContentColor​(String contentColor)
        Deprecated.
        Use setContentStyle(String contentStyle) instead.
      • setStyle

        public void setStyle​(String style)
        Sets the css style applied to the main Dom node of the calendar item.
        Since:
        3.1.0
      • setContentStyle

        public void setContentStyle​(String contentStyle)
        Sets the css style applied to the content Dom node of the calendar item.
        Since:
        3.1.0
      • setHeaderStyle

        public void setHeaderStyle​(String headerStyle)
        Sets the css style applied to the header Dom node of the calendar item.
        Since:
        3.1.0
      • setSclass

        public void setSclass​(String scalss)
        Sets the CSS class.
        Since:
        3.1.0
      • setLocked

        public void setLocked​(boolean locked)
        When setting it to true, an end-user can't move a calendar item by mouse drag and drop in a browser.
        Parameters:
        locked -