You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2021/04/09 14:17:23 UTC

[isis] branch master updated: ISIS-2602: associate former MemberOrder adoc hook file with Action-/Collection-/PropertyLayout

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/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new 0a9d4f1  ISIS-2602: associate former MemberOrder adoc hook file with Action-/Collection-/PropertyLayout
0a9d4f1 is described below

commit 0a9d4f19597aa790496d1c6fb449b344a61bb736
Author: ahuber@apache.org <ah...@luna>
AuthorDate: Fri Apr 9 16:17:11 2021 +0200

    ISIS-2602: associate former MemberOrder adoc hook file with
    Action-/Collection-/PropertyLayout
---
 .../modules/applib/pages/index/annotation/ActionLayout.adoc             | 2 ++
 .../modules/applib/pages/index/annotation/CollectionLayout.adoc         | 2 ++
 .../modules/applib/pages/index/annotation/PropertyLayout.adoc           | 2 ++
 ...> Action-Collection-PropertyLayout-FieldSet-examples-and-usage.adoc} | 0
 4 files changed, 6 insertions(+)

diff --git a/antora/components/refguide-index/modules/applib/pages/index/annotation/ActionLayout.adoc b/antora/components/refguide-index/modules/applib/pages/index/annotation/ActionLayout.adoc
index 3fe90b6..3d39737 100644
--- a/antora/components/refguide-index/modules/applib/pages/index/annotation/ActionLayout.adoc
+++ b/antora/components/refguide-index/modules/applib/pages/index/annotation/ActionLayout.adoc
@@ -178,6 +178,8 @@ The order of this member relative to other members in the same (layout) group, g
 
 An alternative is to use the `Xxx.layout.xml` file, where `Xxx` is the domain object name.
 
+include::hooks/Action-Collection-PropertyLayout-FieldSet-examples-and-usage.adoc[]
+
 include::hooks/ActionLayout_010-examples-and-usage.adoc[]
 
 include::hooks/ActionLayout_021-promptStyle.adoc[]
diff --git a/antora/components/refguide-index/modules/applib/pages/index/annotation/CollectionLayout.adoc b/antora/components/refguide-index/modules/applib/pages/index/annotation/CollectionLayout.adoc
index cd32341..6f306e2 100644
--- a/antora/components/refguide-index/modules/applib/pages/index/annotation/CollectionLayout.adoc
+++ b/antora/components/refguide-index/modules/applib/pages/index/annotation/CollectionLayout.adoc
@@ -135,6 +135,8 @@ However, in some circumstances the ordering of collection may be different to th
 
 The purpose of this annotation is to provide a _java.util.Comparator_ such that the collection may be sorted in an order more suitable to the context.
 
+include::hooks/Action-Collection-PropertyLayout-FieldSet-examples-and-usage.adoc[]
+
 include::hooks/CollectionLayout_010-examples-and-usage.adoc[]
 
 include::hooks/CollectionLayout_021-defaultView.adoc[]
diff --git a/antora/components/refguide-index/modules/applib/pages/index/annotation/PropertyLayout.adoc b/antora/components/refguide-index/modules/applib/pages/index/annotation/PropertyLayout.adoc
index c26a339..e2ef23e 100644
--- a/antora/components/refguide-index/modules/applib/pages/index/annotation/PropertyLayout.adoc
+++ b/antora/components/refguide-index/modules/applib/pages/index/annotation/PropertyLayout.adoc
@@ -228,6 +228,8 @@ The typical entry length of a field, use to determine the optimum width for disp
 
 Note: the Wicket viewer does not use this information.
 
+include::hooks/Action-Collection-PropertyLayout-FieldSet-examples-and-usage.adoc[]
+
 include::hooks/PropertyLayout_010-examples-and-usage.adoc[]
 
 include::hooks/PropertyLayout_021_labelPosition.adoc[]
diff --git a/antora/components/refguide-index/modules/applib/pages/index/annotation/hooks/MemberOrder_010-examples-and-usage.adoc b/antora/components/refguide-index/modules/applib/pages/index/annotation/hooks/Action-Collection-PropertyLayout-FieldSet-examples-and-usage.adoc
similarity index 100%
rename from antora/components/refguide-index/modules/applib/pages/index/annotation/hooks/MemberOrder_010-examples-and-usage.adoc
rename to antora/components/refguide-index/modules/applib/pages/index/annotation/hooks/Action-Collection-PropertyLayout-FieldSet-examples-and-usage.adoc