You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "Andi Huber (Jira)" <ji...@apache.org> on 2022/04/29 07:37:00 UTC

[jira] [Reopened] (ISIS-1993) [Duplicate] Allow factory actions to be associated with both properties and parameters

     [ https://issues.apache.org/jira/browse/ISIS-1993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andi Huber reopened ISIS-1993:
------------------------------

temp reopen so can copy desc...

> [Duplicate] Allow factory actions to be associated with both properties and parameters
> --------------------------------------------------------------------------------------
>
>                 Key: ISIS-1993
>                 URL: https://issues.apache.org/jira/browse/ISIS-1993
>             Project: Isis
>          Issue Type: New Feature
>          Components: Isis Viewer Wicket
>    Affects Versions: 1.16.2
>            Reporter: Daniel Keir Haywood
>            Priority: Major
>
> See also ISIS-1509
>  
> {code:java}
> @Property(createRepository=Supplier.Repository.class, createAction="create")
> @Getter @Setter Party supplier;{code}
> and
> {code:java}
> public IncomingInvoice edit(
>     @Parameter(createRepository=Supplier.Repository.class, createAction="create")
>     Party supplier,
>     ...
> ) {
>    ...
> }{code}
>  
> to invoke a nominated action "in-situ".
> This could be bound to a keystroke, eg "F3"
>  



--
This message was sent by Atlassian Jira
(v8.20.7#820007)