Uses of Package
com.sdm.quasar.client.jsf.dialog

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

Classes in com.sdm.quasar.client.jsf.dialog used by com.sdm.quasar.client.jsf.dialog
BrowserWindow
           This is the application side representation of the browser window.
BrowserWindowCallBack
          Callback for the BrowserWindow if the VisualRepresentation requested by the actual request could not or shall not be shown.
DialogParameterHandler
          Requests with incomplete, outdated or unknown request parameters are passed to this.
DialogParameterHandlerCallback
          Callback for the DialogParameterHandler to tell the caller ofe a concrete DialogParameterHandler how to process further.
GetParameters
          Simple helper class to collect get parameters for a request and add them as parameters to a url.
PostParameters
          Simple helper class to collect post parameters for a request and add them as hidden fields to a response or as token, thas my be added to a link or view id.
VisualRepresentation
           This represents a visual representation of a dialog, e.g. the displayed jsp, facelet, .. .
VisualRepresentation.VisualRepresentationListener
           Register a VisualRepresentationListener at a VisualRepresentation if you want to be informed when the VisualRepresentation is entered or left by browser navigation or when an other dialog is shown (and this dialog is left) or hidden (and this dialog is entered).
VisualRepresentationId
           The VisualRepresentationId defines the parameters which identify a VisualRepresentation.
VisualRepresentationInfo
          Container with additional information defining the showing and hiding strategy of a VisualRepresentation
 

Classes in com.sdm.quasar.client.jsf.dialog used by com.sdm.quasar.client.jsf.dialog.features
BrowserWindow
           This is the application side representation of the browser window.
DialogParameterHandler
          Requests with incomplete, outdated or unknown request parameters are passed to this.
GetParameters
          Simple helper class to collect get parameters for a request and add them as parameters to a url.
PostParameters
          Simple helper class to collect post parameters for a request and add them as hidden fields to a response or as token, thas my be added to a link or view id.
VisualRepresentation
           This represents a visual representation of a dialog, e.g. the displayed jsp, facelet, .. .
 

Classes in com.sdm.quasar.client.jsf.dialog used by com.sdm.quasar.client.jsf.dialog.services
BrowserWindow
           This is the application side representation of the browser window.
GetParameters
          Simple helper class to collect get parameters for a request and add them as parameters to a url.
PostParameters
          Simple helper class to collect post parameters for a request and add them as hidden fields to a response or as token, thas my be added to a link or view id.
VisualRepresentation
           This represents a visual representation of a dialog, e.g. the displayed jsp, facelet, .. .
 

Classes in com.sdm.quasar.client.jsf.dialog used by com.sdm.quasar.client.showcase.jsf.application
DefaultDialogParameterHandler
          Default implementation of the DialogParameterHandler interface
DialogParameterHandler
          Requests with incomplete, outdated or unknown request parameters are passed to this.
DialogParameterHandlerCallback
          Callback for the DialogParameterHandler to tell the caller ofe a concrete DialogParameterHandler how to process further.