You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "Dan Haywood (JIRA)" <ji...@apache.org> on 2013/06/10 17:35:20 UTC

[jira] [Updated] (ISIS-434) Provide context-specific autoComplete through prefixed methods on properties

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

Dan Haywood updated ISIS-434:
-----------------------------

    Description: 
works very similar to choices, eg: 

Customer getCustomer() { ... }
List<Customer> autoCompleteCustomer(String searchArg) { ... }

  was:
works very similar to choices, eg: 

Customer foo()
List<Customer> autoComplete0Foo(String searchArg)

    
> Provide context-specific autoComplete through prefixed methods on properties
> ----------------------------------------------------------------------------
>
>                 Key: ISIS-434
>                 URL: https://issues.apache.org/jira/browse/ISIS-434
>             Project: Isis
>          Issue Type: New Feature
>            Reporter: Dan Haywood
>            Assignee: Dan Haywood
>            Priority: Minor
>
> works very similar to choices, eg: 
> Customer getCustomer() { ... }
> List<Customer> autoCompleteCustomer(String searchArg) { ... }

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira