import {CalendarCoordinator} from 'django_cradmin/scripts/django_cradmin/utilities/Calendar.js'CalendarCoordinator
Coordinates the common calendar data no matter what kind of view we present.
Constructor Summary
| Public Constructor | ||
| public |
constructor(objectPattern: {"selectedMomentObject": *, "minimumDatetime": *, "maximumDatetime": *, "nowMomentObject": *}) |
|
Member Summary
| Public Members | ||
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
Method Summary
| Public Methods | ||
| public |
|
|
| public |
momentObjectIsAllowed(momentObject: *, ignoreTime: boolean): * |
|
| public |
nowIsValidValue(): * |
|
| public |
selectShownValue(): * |
|
| public |
setToNow(): * |
|
| public |
shownDateIsToday(): * |
|
| public |
|
|
| public |
todayIsValidValue(): * |
|
Public Constructors
public constructor(objectPattern: {"selectedMomentObject": *, "minimumDatetime": *, "maximumDatetime": *, "nowMomentObject": *}) source
Params:
| Name | Type | Attribute | Description |
| objectPattern | {"selectedMomentObject": *, "minimumDatetime": *, "maximumDatetime": *, "nowMomentObject": *} |
|