[
https://issues.apache.org/jira/browse/ISIS-1993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Keir Haywood updated ISIS-1993:
--------------------------------------
Component/s: Isis Viewer Wicket
> 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
> Fix For: 2.0.0
>
>
> 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.3.4#803005)