* checks whether a view with the specified name exists * @param name the view name
(name: string)
| 1998 | * @param name the view name |
| 1999 | */ |
| 2000 | isViewExists(name: string): boolean; |
| 2001 | |
| 2002 | /** |
| 2003 | * 'says' to change the active date in the mini calendar each time, the active date in the scheduler is changed |
no outgoing calls
no test coverage detected