SchedulerRegions
Properties
2
Properties
2Functions
3
Functions
3Get the region for a specified resources specified event.
| Parameter | Type | Description |
|---|---|---|
eventRecord | EventModel | |
resourceRecord | ResourceModel | |
includeOutside | Boolean | Specify true to get boxes for events outside of the rendered zone in both dimensions. This option is used when calculating dependency lines, and we need to include routes from events which may be outside the rendered zone. |
Gets the region, relative to the timeline view element, representing the passed resource and optionally just for a certain date interval.
| Parameter | Type | Description |
|---|---|---|
resourceRecord | ResourceModel | The resource record |
startDate | Date | A start date constraining the region |
endDate | Date | An end date constraining the region |
A Rectangle which encapsulates the resource time span
Gets the region represented by the schedule and optionally only for a single resource. The view will ask the scheduler for the resource availability by calling getResourceAvailability. By overriding that method you can constrain events differently for different resources.
| Parameter | Type | Description |
|---|---|---|
resourceRecord | ResourceModel | (optional) The resource record |
eventRecord | EventModel | (optional) The event record |
The region of the schedule