* creates a new dataProcessor instance and attaches it to scheduler * @param config a dataProcessor configuration object
(config: any)
| 1726 | * @param config a dataProcessor configuration object |
| 1727 | */ |
| 1728 | createDataProcessor(config: any): any; |
| 1729 | |
| 1730 | /** |
| 1731 | * creates the Grid view in the scheduler |
no outgoing calls
no test coverage detected