Class ScheduleConst.Event

java.lang.Object
de.xima.fc.gui.common.statics.ScheduleConst.Event
Enclosing class:
ScheduleConst

public static class ScheduleConst.Event extends Object
Constants for full calendar events. Mainly property names for DefaultScheduleEvent.Builder.dynamicProperty(String, Object). See full calendar docs.
  • Field Details

    • PROP_BACKGROUND_COLOR

      public static final String PROP_BACKGROUND_COLOR
      The eventBackgroundColor override for this specific event.
      See Also:
    • PROP_BORDER_COLOR

      public static final String PROP_BORDER_COLOR
      The eventBorderColor override for this specific event.
      See Also:
    • PROP_CONSTRAINT

      public static final String PROP_CONSTRAINT
      The eventConstraint override for this specific event.
      See Also:
    • PROP_DURATION_EDITABLE

      public static final String PROP_DURATION_EDITABLE
      Boolean (true or false) or null. The value overriding the eventDurationEditable setting for this specific event.
      See Also:
    • PROP_EXTENDED_PROPS

      public static final String PROP_EXTENDED_PROPS
      A plain object holding miscellaneous other properties specified during parsing. Receives properties in the explicitly given extendedProps hash as well as other non-standard properties.
      See Also:
    • PROP_RESOURCE_EDITABLE

      public static final String PROP_RESOURCE_EDITABLE
      Boolean (true or false) or null. The value overriding the eventResourceEditable setting for this specific event.
      See Also:
    • PROP_SOURCE

      public static final String PROP_SOURCE
      A reference to the Event Source this event came from. If the event was added dynamically via addEvent, and the source parameter was not specified, this value will be null.
      See Also:
    • PROP_START_EDITABLE

      public static final String PROP_START_EDITABLE
      Boolean (true or false) or null. The value overriding the eventStartEditable setting for this specific event.
      See Also:
    • PROP_TEXT_COLOR

      public static final String PROP_TEXT_COLOR
      The eventTextColor override for this specific event.
      See Also: