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

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

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

Methods in com.sdm.quasar.client.jsf.dialog that return VisualRepresentation
static VisualRepresentation VisualRepresentationId.identifyVisualRepresentation(HttpServletRequest request, BrowserWindow browserWindow)
          A VisualRepresentation registered at a BrowserWindow is ideentified from the parameters of the request.
 VisualRepresentation BrowserWindow.getVisualRepresentation()
           
protected  VisualRepresentation BrowserWindow.findPredecessor(VisualRepresentation from)
           
protected  VisualRepresentation BrowserWindow.getPredecessor(VisualRepresentation visRep)
           
 

Methods in com.sdm.quasar.client.jsf.dialog with parameters of type VisualRepresentation
protected static boolean VisualRepresentationId.check(com.sdm.quasar.client.jsf.dialog.InternalId internalId, VisualRepresentation visualRepresentation)
           
 void BrowserWindow.showVisualRepresentation(VisualRepresentation visRep, boolean modal)
          A VisualRepresentation - corresponding to a dialog - will be shown in the browser.
 void BrowserWindow.showRepresentation(VisualRepresentation visRep)
          A VisualRepresentation - corresponding to a dialog - will be shown in the browser.
protected  boolean BrowserWindow.handleDoubleSubmit(HttpServletRequest request, BrowserWindowCallBack callBack, VisualRepresentation visRep)
          Checks if this is a request to a previous state of the dialog.
 void BrowserWindow.setVisualRepresentation(VisualRepresentation newVisRep)
          Sets a new VisualRepresentation to be shown in the current request.
 void BrowserWindow.hideVisualRepresentation(VisualRepresentation visRep, boolean recreate, java.lang.String redirectUrl, java.lang.String replacingDialogId, java.lang.Object context)
          Marks the VisualRepresentation to be not shown any more.
protected  VisualRepresentationInfo BrowserWindow.getVisualRepresentationInfo(VisualRepresentation visRep)
           
protected  VisualRepresentation BrowserWindow.findPredecessor(VisualRepresentation from)
           
protected  void BrowserWindow.setPredecessor(VisualRepresentation visRep, VisualRepresentation predecessor)
           
protected  VisualRepresentation BrowserWindow.getPredecessor(VisualRepresentation visRep)
           
 

Constructors in com.sdm.quasar.client.jsf.dialog with parameters of type VisualRepresentation
VisualRepresentationId(VisualRepresentation visualRepresentation)
           
 

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

Methods in com.sdm.quasar.client.jsf.dialog.features that return VisualRepresentation
 VisualRepresentation BrowserWindowCompositeFeature.getVisualRepresentation()
          If no VisualRepresentation is set, it is created with configured parameters.
 

Methods in com.sdm.quasar.client.jsf.dialog.features with parameters of type VisualRepresentation
 void BrowserWindowFeature.hideVisualRepresentation(VisualRepresentation representation, boolean recreate)
           
 void BrowserWindowFeature.hideVisualRepresentation(VisualRepresentation representation, java.lang.String redirectUrl)
           
 void BrowserWindowFeature.hideVisualRepresentation(VisualRepresentation representation, java.lang.String replacingDialogId, java.lang.Object context)
           
 void BrowserWindowFeature.hideVisualRepresentation(VisualRepresentation representation, boolean recreate, java.lang.String redirectUrl, java.lang.String replacingDialogId, java.lang.Object context)
           
 void BrowserWindowFeature.showVisualRepresentation(VisualRepresentation representation)
           
 void BrowserWindowFeature.showVisualRepresentation(VisualRepresentation representation, boolean modal)
           
 void BrowserWindowCompositeFeature.setVisualRepresentation(VisualRepresentation visRep)
          Set a VisualRepresentation
 

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

Methods in com.sdm.quasar.client.jsf.dialog.services with parameters of type VisualRepresentation
 void BrowserWindowService.showVisualRepresentation(VisualRepresentation visRep)
          Show the VisualRepresentation at the current BrowserWindow
 void BrowserWindowService.showVisualRepresentation(VisualRepresentation visRep, boolean modal)
          Show the VisualRepresentation at the current BrowserWindow
 void BrowserWindowService.hideVisualRepresentation(VisualRepresentation visRep, boolean recreate)
          Hides the VisualRepresentation at all BrowserWindows with hide and reopen or hide an and do not show again strategy
 void BrowserWindowService.hideVisualRepresentation(VisualRepresentation visRep, java.lang.String redirectUrl)
          Hides the VisualRepresentation at all BrowserWindows.
 void BrowserWindowService.hideVisualRepresentation(VisualRepresentation visRep, java.lang.String replacingDialogId, java.lang.Object context)
          Hides the VisualRepresentation at all BrowserWindows. with hide and replace by an other dielog strategy