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 2022/06/15 10:39:28 UTC

[isis] branch master updated: ISIS-3049: fixes Action#choicesFrom Javadoc to include the scalar case

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 1f2e22ab7a ISIS-3049: fixes Action#choicesFrom Javadoc to include the scalar case
1f2e22ab7a is described below

commit 1f2e22ab7ab360c971637313ba697aa12b5ffd9c
Author: Andi Huber <ah...@apache.org>
AuthorDate: Wed Jun 15 12:39:22 2022 +0200

    ISIS-3049: fixes Action#choicesFrom Javadoc to include the scalar case
---
 .../src/main/java/org/apache/isis/applib/annotation/Action.java     | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/api/applib/src/main/java/org/apache/isis/applib/annotation/Action.java b/api/applib/src/main/java/org/apache/isis/applib/annotation/Action.java
index 876b1e2c5e..ef71d1c5c8 100644
--- a/api/applib/src/main/java/org/apache/isis/applib/annotation/Action.java
+++ b/api/applib/src/main/java/org/apache/isis/applib/annotation/Action.java
@@ -58,8 +58,10 @@ import org.apache.isis.applib.value.Clob;
 public @interface Action {
 
     /**
-     * References a collection of a certain element type, for an action with a collection parameter of that
-     * element type; the action's choices will be automatically populated from checkboxes rendered in the collection.
+     * References a collection of a certain element type (by its member-id), 
+     * for an action with scalar or collection parameters of that element type; 
+     * the action's choices will be automatically populated from checkboxes rendered in the collection
+     * (multi-select).
      *
      * <p>
      *     This will also result in the action being rendered near to the collection, similar to the way in