GanttStores

Configs

7

Inline assignments, will be loaded into the backing project's AssignmentStore.

Inline calendars, will be loaded into the backing project's CalendarManagerStore.

Inline dependencies, will be loaded into the backing project's DependencyStore.

Inline resources, will be loaded into the backing project's ResourceStore.

Inline tasks, will be loaded into an internally created TaskStore.

The TaskStore holding the tasks to be rendered into the Gantt.

Inline time ranges, will be loaded into the backing project's time range store.

Properties

10

Class hierarchy

isGanttStores: Boolean= truereadonly
Identifies an object as an instance of GanttStores class, or subclass thereof.
isGanttStores: Boolean= truereadonlystatic
Identifies an object as an instance of GanttStores class, or subclass thereof.

Data

Get/set assignments, applies to the backing project's AssignmentStore.

Get/set calendars, applies to the backing projects CalendarManagerStore.

Get/set dependencies, applies to the backing projects DependencyStore.

Get/set resources, applies to the backing project's ResourceStore.

Get/set tasks, applies to the backing project's EventStore. Returns a flat array of all tasks in the task store.

Get/set the task store instance of the backing project.

Get/set time ranges, applies to the backing project's TimeRangeStore.