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 --- .../jsf/dialog/VisualRepresentationInfo.html | 506 +++++++++++++++++++++ 1 file changed, 506 insertions(+) create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/VisualRepresentationInfo.html (limited to 'Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/VisualRepresentationInfo.html') diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/VisualRepresentationInfo.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/VisualRepresentationInfo.html new file mode 100644 index 0000000..68e8c9e --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/VisualRepresentationInfo.html @@ -0,0 +1,506 @@ + + + + + + +VisualRepresentationInfo (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.jsf.dialog +
+Class VisualRepresentationInfo

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.jsf.dialog.VisualRepresentationInfo
+
+
+
+
public class VisualRepresentationInfo
extends java.lang.Object
+ +

+Container with additional information defining the showing and hiding strategy + of a VisualRepresentation +

+ +

+

+
Author:
+
Martin Haft
+
+
+ +

+ + + + + + + + + + + + + + +
+Field Summary
+protected  booleanisHidden + +
+           
+  + + + + + + + + + + +
+Constructor Summary
VisualRepresentationInfo() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+protected  java.lang.StringgetRedirectUrl() + +
+           
+protected  java.lang.StringgetReplacingDialog() + +
+           
+protected  java.lang.ObjectgetReplacingDialogContext() + +
+           
+protected  booleanisHidden() + +
+           
+ booleanisModal() + +
+           
+protected  booleanisRecreateDialog() + +
+           
+protected  voidsetHidden(boolean isHidden) + +
+           
+protected  voidsetModal(boolean isModal) + +
+           
+protected  voidsetRecreateDialog(boolean recreateDialog) + +
+           
+protected  voidsetRedirectUrl(java.lang.String redirectUrl) + +
+           
+protected  voidsetReplacingDialog(java.lang.String replacingDialog) + +
+           
+protected  voidsetReplacingDialogContext(java.lang.Object eclipsingDialogContext) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+isHidden

+
+protected boolean isHidden
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+VisualRepresentationInfo

+
+public VisualRepresentationInfo()
+
+
+ + + + + + + + +
+Method Detail
+ +

+isHidden

+
+protected boolean isHidden()
+
+
+ +
Returns:
the isHidden
+
+
+
+ +

+setHidden

+
+protected void setHidden(boolean isHidden)
+
+
+
Parameters:
isHidden - the isHidden to set
+
+
+
+ +

+getRedirectUrl

+
+protected java.lang.String getRedirectUrl()
+
+
+ +
Returns:
the redirectUrl
+
+
+
+ +

+setRedirectUrl

+
+protected void setRedirectUrl(java.lang.String redirectUrl)
+
+
+
Parameters:
redirectUrl - the redirectUrl to set
+
+
+
+ +

+isRecreateDialog

+
+protected boolean isRecreateDialog()
+
+
+ +
Returns:
the recreateDialog
+
+
+
+ +

+setRecreateDialog

+
+protected void setRecreateDialog(boolean recreateDialog)
+
+
+
Parameters:
recreateDialog - the recreateDialog to set
+
+
+
+ +

+getReplacingDialog

+
+protected java.lang.String getReplacingDialog()
+
+
+ +
Returns:
the replacingDialog
+
+
+
+ +

+setReplacingDialog

+
+protected void setReplacingDialog(java.lang.String replacingDialog)
+
+
+
Parameters:
replacingDialog - the replacingDialog to set
+
+
+
+ +

+getReplacingDialogContext

+
+protected java.lang.Object getReplacingDialogContext()
+
+
+ +
Returns:
the eclipsingDialogContext
+
+
+
+ +

+setReplacingDialogContext

+
+protected void setReplacingDialogContext(java.lang.Object eclipsingDialogContext)
+
+
+
Parameters:
eclipsingDialogContext - the eclipsingDialogContext to set
+
+
+
+ +

+isModal

+
+public boolean isModal()
+
+
+
+
+
+
+ +

+setModal

+
+protected void setModal(boolean isModal)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3