Uses of Class
com.sdm.quasar.client.jsf.dialog.BrowserWindow

Packages that use BrowserWindow
com.sdm.quasar.client.jsf.dialog   
com.sdm.quasar.client.jsf.dialog.features   
com.sdm.quasar.client.jsf.dialog.services   
 

Uses of BrowserWindow in com.sdm.quasar.client.jsf.dialog
 

Methods in com.sdm.quasar.client.jsf.dialog with parameters of type BrowserWindow
static VisualRepresentation VisualRepresentationId.identifyVisualRepresentation(HttpServletRequest request, BrowserWindow browserWindow)
          A VisualRepresentation registered at a BrowserWindow is ideentified from the parameters of the request.
protected  void VisualRepresentation.addedAt(BrowserWindow browserWindow)
          Callback from the BrowserWindow informing, that the VisualRepresentation is added and normally shwon at the BrowserWindow.
protected  void VisualRepresentation.removedAt(BrowserWindow browserWindow)
          Callback from the BrowserWindow informing, that the VisualRepresentation is removed from the BrowserWindow.
protected  void VisualRepresentation.pageEnteredAt(BrowserWindow browserWindow)
          Callback from the BrowserWindow informing, that the VisualRepresentation is visible again at the BrowserWindow due to browser naivigation or because a VisualRepresentation is hidden and this VisualRepresentation is the next to be shown.
protected  void VisualRepresentation.pageLeftAt(BrowserWindow browserWindow)
          Callback from the BrowserWindow informing, that the VisualRepresentation is left at the BrowserWindow due to browser navigation or because an other VisualRepresentation is shwn.
protected  boolean VisualRepresentation.isShowingElsewhere(BrowserWindow browserWindow)
           
 

Uses of BrowserWindow in com.sdm.quasar.client.jsf.dialog.features
 

Methods in com.sdm.quasar.client.jsf.dialog.features that return BrowserWindow
 BrowserWindow BrowserWindowFeature.getCurrentBrowserWindow()
           
protected  BrowserWindow[] BrowserWindowFeature.getAllBrowserWindows()
           
 

Uses of BrowserWindow in com.sdm.quasar.client.jsf.dialog.services
 

Methods in com.sdm.quasar.client.jsf.dialog.services that return BrowserWindow
 BrowserWindow BrowserWindowManagerService.getCurrentBrowserWindow()