com.sdm.quasar.client.jsf.dialog.services
Interface BrowserWindowManagerService
- All Superinterfaces:
- Service
- All Known Implementing Classes:
- BrowserWindowFeature
- public interface BrowserWindowManagerService
- extends Service
getCurrentBrowserWindow
public BrowserWindow getCurrentBrowserWindow()
hasBrowserWindow
public boolean hasBrowserWindow(java.lang.String browserWindowId)
registerNewBrowserWindow
public void registerNewBrowserWindow(java.lang.String browserWiondowId)
setCurrentBrowserWindow
public java.lang.String setCurrentBrowserWindow(java.lang.String browserWindowId)