import { IPSAppDECalendarExplorerView } from './ipsapp-decalendar-explorer-view'; import { IPSAppDEView } from './ipsapp-deview'; import { PSAppDESideBarExplorerViewImpl } from './psapp-deside-bar-explorer-view-impl'; export class PSAppDECalendarExplorerViewImpl extends PSAppDESideBarExplorerViewImpl implements IPSAppDEView, IPSAppDECalendarExplorerView { get cls(): string { return 'PSAppDECalendarExplorerViewImpl'; } instanceof(cls: string): boolean { if ( cls == 'app.view.IPSAppDECalendarExplorerView' || cls == 'app.view.IPSAppDEMultiDataView' || cls == 'app.view.IPSAppDESearchView' || cls == 'app.view.IPSAppDESearchView2' || cls == 'app.view.IPSAppDEXDataView' || cls == 'control.IPSControlMDataContainer' || cls == 'control.IPSControlXDataContainer' ) return true; return super.instanceof(cls); } }