Interface ScheduleEvent<T>

    • Method Detail

      • setId

        void setId​(String id)
      • getGroupId

        String getGroupId()
      • getData

        T getData()
      • isAllDay

        boolean isAllDay()
      • setAllDay

        void setAllDay​(boolean allDay)
      • getStyleClass

        String getStyleClass()
      • getDisplay

        ScheduleDisplayMode getDisplay()
        The rendering type of this event. Can be 'auto', 'block', 'list-item', 'background', 'inverse-background', or 'none'. Events that appear as background highlights can be achieved by setting an Event Object’s display property to "background" or "inverse-background".
      • getBackgroundColor

        String getBackgroundColor()
      • getBorderColor

        String getBorderColor()
      • getTextColor

        String getTextColor()
      • isDraggable

        Boolean isDraggable()
        Returns:
        Whether the event should be draggable. Returning null means that the default of the schedule is applied. Otherwise, this setting overrides the default of the schedule.
      • isResizable

        Boolean isResizable()
        Returns:
        Whether the event should be resizable. Returning null means that the default of the schedule is applied. Otherwise, this setting overrides the default of the schedule.
      • isOverlapAllowed

        boolean isOverlapAllowed()
      • getDescription

        String getDescription()