Options
All
  • Public
  • Public/Protected
  • All
Menu

An abstract base implementation of ActivityRepository that provides support for event handlers (adding, removing, firing events).

since

1.0

Type parameters

Hierarchy

Implements

Index

Methods

Abstract getActivities

  • getActivities(layer: Layer, startTime: number, endTine: number, temporalUnit: TemporalUnit, zoneId: ZoneId): A[]

getEarliestTimeUsed

  • getEarliestTimeUsed(): number
  • Returns the earliest time used by the activities stored in this repository / on this row. This method gets used for navigation (e.g. "scroll to earliest time used in the Gantt chart", "zoom out to show all activities").

    since

    1.0

    Returns number

    the earliest time used by the activities in this repository / row (null if no activities found)

getLatestTimeUsed

  • getLatestTimeUsed(): number
  • Returns the latest time used by the activities stored in this repository / on this row. This method gets used for navigation (e.g. "scroll to latest time used in the Gantt chart", "zoom out to show all activities").

    since

    1.0

    Returns number

    the latest time used by the activities in this repository / row (null if no activities found)