Discussion:
[jira] [Created] (ISIS-1993) allow factory actions to be associated with both properties and parameters.
Dan Haywood (JIRA)
2018-09-28 14:14:00 UTC
Permalink
Dan Haywood created ISIS-1993:
---------------------------------

Summary: 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
Reporter: Dan Haywood
Assignee: Dan Haywood


{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
(v7.6.3#76005)
Dan Haywood (JIRA)
2018-09-28 14:15:00 UTC
Permalink
[ https://issues.apache.org/jira/browse/ISIS-1993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dan Haywood updated ISIS-1993:
------------------------------
Affects Version/s: 1.16.2
Post by Dan Haywood (JIRA)
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
Affects Versions: 1.16.2
Reporter: Dan Haywood
Assignee: Dan Haywood
Priority: Major
Fix For: 1.16.3
{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
(v7.6.3#76005)
Dan Haywood (JIRA)
2018-09-28 14:15:00 UTC
Permalink
[ https://issues.apache.org/jira/browse/ISIS-1993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dan Haywood updated ISIS-1993:
------------------------------
Fix Version/s: 1.16.3
Post by Dan Haywood (JIRA)
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
Affects Versions: 1.16.2
Reporter: Dan Haywood
Assignee: Dan Haywood
Priority: Major
Fix For: 1.16.3
{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
(v7.6.3#76005)

Loading...