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

+ +com.sdm.quasar.client.jsf.binding +
+Interface ActionResolver.Action

+
+
All Known Implementing Classes:
CommandManagerResolver.CommandManagerAction
+
+
+
Enclosing interface:
ActionResolver
+
+
+
+
public static interface ActionResolver.Action
+ +

+This Action is the result of an ActionResolver. + The methods of this Action are invoked by JSF using reflection. +

+ +

+

+
Author:
+
Martin Haft
+
+
+ +

+ + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleanisEnabled() + +
+          Checks, if the referenced action currently my be performed
+ java.lang.Objectperform() + +
+          The referenced action will be performed.
+  +

+ + + + + + + + + + + + + + +
+Method Detail
+ +

+isEnabled

+
+public boolean isEnabled()
+
+
Checks, if the referenced action currently my be performed +

+

+ +
Returns:
true, if the action my be performed in the current satate
+
+
+
+ +

+perform

+
+public java.lang.Object perform()
+
+
The referenced action will be performed. +

+

+ +
Returns:
result of the action +
Throws: +
java.lang.RuntimeException - if the action can not be performed currently. + Use #isEnabled(String) to check.
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3