v7.3.0
SupportExamplesFree Trial

SchedulerStores
Mixin

Functions for store assignment and store event listeners. Manages the binding of data stores (event, resource, assignment, dependency) to the scheduler view.

See also

No results

Configs

Configs are options you supply in a configuration object when creating an instance of this class

Properties

Properties are getters/setters or publicly accessible variables on this class

Functions

Functions are methods available for calling on the class
    • onEventCommit( )
      private

      Refreshes committed events, to remove dirty/committing flag. CSS is added

    • onEventCommitStart( )
      private

      Adds the committing flag to changed events before commit.

    • Listener to the batchedUpdate event which fires when a field is changed on a record which is batch updating. Occasionally UIs must keep in sync with batched changes. For example, the EventResize feature performs batched updating of the startDate/endDate and it tells its client to listen to batchedUpdate.

    • Calls appropriate functions for current event layout when the event store is modified.

    Events

    Events are triggered for certain actions in this class and can be listened for to react to those actions in your code

    Event handlers

    Event handlers are callbacks called as a result of certain actions in this class

    Source path

    Scheduler/view/mixin/SchedulerStores.js

    Contents