src/ui/form/floating-windows-registry.service.ts
Properties |
|
Methods |
|
| Public closeWindow | ||||||||
closeWindow(route: string)
|
||||||||
|
Closes an already open floating window
Parameters :
Returns :
boolean
boolean true if the window was closed, false if no such window was open |
| Public raiseWindowOpened | ||||||||||||
raiseWindowOpened(route: string, windowRef: WindowRef)
|
||||||||||||
|
Registers the newly opened floating window and raises the {floatingWindowOpened} event
Parameters :
Returns :
void
|
| Public Readonly floatingWindowClosed |
Type : EventEmitter<FloatingWindowClosedEventArgs>
|
Default value : new EventEmitter()
|
| Public Readonly floatingWindowOpened |
Type : EventEmitter<FloatingWindowOpenedEventArgs>
|
Default value : new EventEmitter()
|