Package de.xima.fc.gui.common.statics
Class ScheduleConst.Event
java.lang.Object
de.xima.fc.gui.common.statics.ScheduleConst.Event
- Enclosing class:
- ScheduleConst
Constants for full calendar events. Mainly property names for
DefaultScheduleEvent.Builder.dynamicProperty(String, Object)
.
See full calendar docs.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The eventBackgroundColor override for this specific event.static final String
The eventBorderColor override for this specific event.static final String
The eventConstraint override for this specific event.static final String
Boolean (true or false) or null.static final String
A plain object holding miscellaneous other properties specified during parsing.static final String
Boolean (true or false) or null.static final String
A reference to the Event Source this event came from.static final String
Boolean (true or false) or null.static final String
The eventTextColor override for this specific event. -
Method Summary
-
Field Details
-
PROP_BACKGROUND_COLOR
The eventBackgroundColor override for this specific event.- See Also:
-
PROP_BORDER_COLOR
The eventBorderColor override for this specific event.- See Also:
-
PROP_CONSTRAINT
The eventConstraint override for this specific event.- See Also:
-
PROP_DURATION_EDITABLE
Boolean (true or false) or null. The value overriding the eventDurationEditable setting for this specific event.- See Also:
-
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
Boolean (true or false) or null. The value overriding the eventResourceEditable setting for this specific event.- See Also:
-
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
Boolean (true or false) or null. The value overriding the eventStartEditable setting for this specific event.- See Also:
-
PROP_TEXT_COLOR
The eventTextColor override for this specific event.- See Also:
-