| Interface | Description |
|---|---|
| ISchedulerConverter | |
| ISchedulerListener |
Event listener shared by the
Scheduler widget and the SchedulerBehavior |
| ISchedulerVisitor |
Provides the ability for a
SchedulerEvent to be visited by a SchedulerModel, after events have been retrieved by the SchedulerModelBehavior (after LoadableDetachableModel.load()) |
| Class | Description |
|---|---|
| Scheduler |
Provides the Kendo UI Scheduler
|
| SchedulerAdapter |
Adapter class for
ISchedulerListener |
| SchedulerBehavior |
Provides the Kendo UI scheduler behavior
|
| SchedulerBehavior.CreateEvent |
Provides an event object that will be broadcasted by
SchedulerBehavior.newOnCreateAjaxBehavior(IJQueryAjaxAware) callback |
| SchedulerBehavior.DataSourceAjaxBehavior |
Provides a
JQueryAjaxBehavior for handling datasource operations |
| SchedulerBehavior.DeleteEvent |
Provides an event object that will be broadcasted by
SchedulerBehavior.newOnDeleteAjaxBehavior(IJQueryAjaxAware) callback |
| SchedulerBehavior.EditEvent |
Provides an event object that will be broadcasted by the
SchedulerBehavior.OnEditAjaxBehavior callback |
| SchedulerBehavior.NavigateEvent |
Provides an event object that will be broadcasted by the
SchedulerBehavior.OnNavigateAjaxBehavior callback |
| SchedulerBehavior.OnEditAjaxBehavior |
Provides a
JQueryAjaxBehavior that aims to be wired to the 'edit' event |
| SchedulerBehavior.OnNavigateAjaxBehavior |
Provides a
JQueryAjaxBehavior that aims to be wired to the 'navigate' event |
| SchedulerBehavior.SchedulerPayload |
Provides a base class for
SchedulerBehavior event objects |
| SchedulerBehavior.UpdateEvent |
Provides an event object that will be broadcasted by
SchedulerBehavior.newOnUpdateAjaxBehavior(IJQueryAjaxAware) callback |
| SchedulerConverter |
Default implementation of
ISchedulerConverter |
| SchedulerDataSource |
Provide the data-source for the
Scheduler |
| SchedulerEvent |
Provides a scheduler event that can be used with a
SchedulerModelIf the IDs are not numbers, the datasource's schema need to reflect the type. |
| SchedulerModel |
Model of
SchedulerEvents for the SchedulerThe inheriting class should be able to LoadableDetachableModel.load() events depending on SchedulerModel.getStart() and SchedulerModel.getEnd() dates. |
| SchedulerModelBehavior |
| Enum | Description |
|---|---|
| Scheduler.GroupOrientation |
Provides an enum of available group orientation
|
Copyright © 2021 7thWeb. All rights reserved.