From 33613a85afc4b1481367fbe92a17ee59c240250b Mon Sep 17 00:00:00 2001 From: Sven Eisenhauer Date: Fri, 10 Nov 2023 15:11:48 +0100 Subject: add new repo --- .../quasar/client/jsf/dialog/package-summary.html | 242 +++++++++++++++++++++ 1 file changed, 242 insertions(+) create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/package-summary.html (limited to 'Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/package-summary.html') diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/package-summary.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/package-summary.html new file mode 100644 index 0000000..aba2a26 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/package-summary.html @@ -0,0 +1,242 @@ + + + + + + +com.sdm.quasar.client.jsf.dialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package com.sdm.quasar.client.jsf.dialog +

+ + + + + + + + + + + + + + + + + + + + + +
+Interface Summary
BrowserWindowCallBackCallback for the BrowserWindow if the VisualRepresentation + requested by the actual request could not or shall not be shown. +
DialogParameterHandlerRequests with incomplete, outdated or unknown request parameters are passed to this. +
DialogParameterHandlerCallbackCallback for the DialogParameterHandler to tell + the caller ofe a concrete DialogParameterHandler + how to process further.
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). +
+  + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Class Summary
BrowserWindow + This is the application side representation of the browser window. +
DefaultDialogParameterHandlerDefault implementation of the DialogParameterHandler interface
DialogServletFilterServletFilter that is called before the JSF life cycle begins. +
FacesContextProviderConvenience methods to access the FacesContext.
GetParametersSimple helper class to collect get parameters for a request + and add them as parameters to a url.
PostParametersSimple 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. +
PRGNavigationHandlerCustom NavigationHandler for the Quasar Client. + +
RequestParameterManagerHelper class to handle attributes of the request scope. +
RootServiceProvider 
VisualRepresentation + This represents a visual representation of a dialog, e.g. the displayed jsp, + facelet, .. .
VisualRepresentationId + The VisualRepresentationId defines the parameters which identify a + VisualRepresentation.
VisualRepresentationInfoContainer with additional information defining the showing and hiding strategy + of a VisualRepresentation
+  + +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3