You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@causeway.apache.org by ah...@apache.org on 2023/03/02 09:04:16 UTC

[causeway] branch master updated: CAUSEWAY-3309: [Demo] renaming the ui-events menu entry

This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/causeway.git


The following commit(s) were added to refs/heads/master by this push:
     new 14cd766cab CAUSEWAY-3309: [Demo] renaming the ui-events menu entry
14cd766cab is described below

commit 14cd766cabe6920bd4906972d83b58002a8a75ed
Author: Andi Huber <ah...@apache.org>
AuthorDate: Thu Mar 2 10:04:12 2023 +0100

    CAUSEWAY-3309: [Demo] renaming the ui-events menu entry
---
 .../domain/objects/DomainObjectLayout/DomainObjectLayoutMenu.java    | 5 +++--
 .../describedAs/DomainObjectLayoutDescribedAsVm-description.adoc     | 2 +-
 .../named/DomainObjectLayoutNamedVm-description.adoc                 | 2 +-
 .../paged/DomainObjectLayoutPagedVm-description.adoc                 | 2 +-
 .../xxxUiEvent/DomainObjectLayoutXxxUiEventVm-description.adoc       | 2 +-
 examples/demo/domain/src/main/java/demoapp/dom/menubars.layout.xml   | 2 +-
 6 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/examples/demo/domain/src/main/java/demoapp/dom/domain/objects/DomainObjectLayout/DomainObjectLayoutMenu.java b/examples/demo/domain/src/main/java/demoapp/dom/domain/objects/DomainObjectLayout/DomainObjectLayoutMenu.java
index 4d5343f807..8c4fb3051c 100644
--- a/examples/demo/domain/src/main/java/demoapp/dom/domain/objects/DomainObjectLayout/DomainObjectLayoutMenu.java
+++ b/examples/demo/domain/src/main/java/demoapp/dom/domain/objects/DomainObjectLayout/DomainObjectLayoutMenu.java
@@ -100,8 +100,9 @@ public class DomainObjectLayoutMenu {
 
     @Action(semantics = SemanticsOf.SAFE)
     @ActionLayout(cssClassFa="fa-desktop",
-        describedAs = "Class of the UI events emitted to allow subscribers to specify title, icon etc")
-    public DomainObjectLayoutXxxUiEventVm xxxUiEvent(){
+        describedAs = "Class of the UI events emitted to allow subscribers to specify "
+                + "title, icon, style and layout")
+    public DomainObjectLayoutXxxUiEventVm uiEvents(){
         return factoryService.viewModel(new DomainObjectLayoutXxxUiEventVm());
     }
 
diff --git a/examples/demo/domain/src/main/java/demoapp/dom/domain/objects/DomainObjectLayout/describedAs/DomainObjectLayoutDescribedAsVm-description.adoc b/examples/demo/domain/src/main/java/demoapp/dom/domain/objects/DomainObjectLayout/describedAs/DomainObjectLayoutDescribedAsVm-description.adoc
index 344d19e741..d8d7241ea2 100644
--- a/examples/demo/domain/src/main/java/demoapp/dom/domain/objects/DomainObjectLayout/describedAs/DomainObjectLayoutDescribedAsVm-description.adoc
+++ b/examples/demo/domain/src/main/java/demoapp/dom/domain/objects/DomainObjectLayout/describedAs/DomainObjectLayoutDescribedAsVm-description.adoc
@@ -2,5 +2,5 @@
 
 The `describedAs` attribute ...
 
-TODO[ISIS-3309]
+TODO[CAUSEWAY-3309]
 Description of the property, shown as a tooltip
diff --git a/examples/demo/domain/src/main/java/demoapp/dom/domain/objects/DomainObjectLayout/named/DomainObjectLayoutNamedVm-description.adoc b/examples/demo/domain/src/main/java/demoapp/dom/domain/objects/DomainObjectLayout/named/DomainObjectLayoutNamedVm-description.adoc
index 4c00c90cde..918ca911b1 100644
--- a/examples/demo/domain/src/main/java/demoapp/dom/domain/objects/DomainObjectLayout/named/DomainObjectLayoutNamedVm-description.adoc
+++ b/examples/demo/domain/src/main/java/demoapp/dom/domain/objects/DomainObjectLayout/named/DomainObjectLayoutNamedVm-description.adoc
@@ -2,5 +2,5 @@
 
 The `named` attribute ...
 
-TODO[ISIS-3309]
+TODO[CAUSEWAY-3309]
 Custom text for the domain object's type wherever labeled
diff --git a/examples/demo/domain/src/main/java/demoapp/dom/domain/objects/DomainObjectLayout/paged/DomainObjectLayoutPagedVm-description.adoc b/examples/demo/domain/src/main/java/demoapp/dom/domain/objects/DomainObjectLayout/paged/DomainObjectLayoutPagedVm-description.adoc
index bc9a0bf3e3..c3877e130f 100644
--- a/examples/demo/domain/src/main/java/demoapp/dom/domain/objects/DomainObjectLayout/paged/DomainObjectLayoutPagedVm-description.adoc
+++ b/examples/demo/domain/src/main/java/demoapp/dom/domain/objects/DomainObjectLayout/paged/DomainObjectLayoutPagedVm-description.adoc
@@ -2,6 +2,6 @@
 
 The `paged` attribute ...
 
-TODO[ISIS-3309]
+TODO[CAUSEWAY-3309]
 Add link to object once visited as a bookmark
 Number of domain objects per page in collections
diff --git a/examples/demo/domain/src/main/java/demoapp/dom/domain/objects/DomainObjectLayout/xxxUiEvent/DomainObjectLayoutXxxUiEventVm-description.adoc b/examples/demo/domain/src/main/java/demoapp/dom/domain/objects/DomainObjectLayout/xxxUiEvent/DomainObjectLayoutXxxUiEventVm-description.adoc
index 76ec8c41c0..886908d07b 100644
--- a/examples/demo/domain/src/main/java/demoapp/dom/domain/objects/DomainObjectLayout/xxxUiEvent/DomainObjectLayoutXxxUiEventVm-description.adoc
+++ b/examples/demo/domain/src/main/java/demoapp/dom/domain/objects/DomainObjectLayout/xxxUiEvent/DomainObjectLayoutXxxUiEventVm-description.adoc
@@ -2,5 +2,5 @@
 
 The `xxxUiEvent` attribute ...
 
-TODO[ISIS-3309]
+TODO[CAUSEWAY-3309]
 Class of the UI events emitted to allow subscribers to specify title, icon etc
diff --git a/examples/demo/domain/src/main/java/demoapp/dom/menubars.layout.xml b/examples/demo/domain/src/main/java/demoapp/dom/menubars.layout.xml
index 0933ceffc0..8b84a2f06b 100644
--- a/examples/demo/domain/src/main/java/demoapp/dom/menubars.layout.xml
+++ b/examples/demo/domain/src/main/java/demoapp/dom/menubars.layout.xml
@@ -47,7 +47,7 @@ For latest we use: https://raw.githubusercontent.com/apache/causeway/master/anto
                 <mb3:serviceAction objectType="demo.DomainObjectLayoutMenu" id="paged"/>
                 <mb3:serviceAction objectType="demo.DomainObjectLayoutMenu" id="plural"/>
                 <mb3:serviceAction objectType="demo.DomainObjectLayoutMenu" id="tableDecorator"/>
-                <mb3:serviceAction objectType="demo.DomainObjectLayoutMenu" id="xxxUiEvent"/>
+                <mb3:serviceAction objectType="demo.DomainObjectLayoutMenu" id="uiEvents"/>
             </mb3:section>
             <mb3:section>
                 <mb3:named>Other</mb3:named>