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 StringThe eventBackgroundColor override for this specific event.static final StringThe eventBorderColor override for this specific event.static final StringThe eventConstraint override for this specific event.static final StringBoolean (true or false) or null.static final StringA plain object holding miscellaneous other properties specified during parsing.static final StringBoolean (true or false) or null.static final StringA reference to the Event Source this event came from.static final StringBoolean (true or false) or null.static final StringThe 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:
-