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/22 16:46:21 UTC

[jira] [Resolved] (ISIS-444) Autocomplete should allow minimum characters to be specified; choices should require no characters to be specified.

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

Dan Haywood resolved ISIS-444.
------------------------------

    Resolution: Fixed
    
> Autocomplete should allow minimum characters to be specified; choices should require no characters to be specified.
> -------------------------------------------------------------------------------------------------------------------
>
>                 Key: ISIS-444
>                 URL: https://issues.apache.org/jira/browse/ISIS-444
>             Project: Isis
>          Issue Type: Improvement
>          Components: Archetypes, Core, Examples, Viewer: Wicket
>    Affects Versions: archetype-wrj-1.0.3, viewer-wicket-1.2.0, core-1.2.0
>            Reporter: Dan Haywood
>            Assignee: Dan Haywood
>             Fix For: archetype-wrj-1.0.4, viewer-wicket-1.3.0, core-1.3.0
>
>
> Introduce @MinLength annotation to add on autoComplete action, eg:
> public Foo someProperty() { ... }
> public List<Foo> autoCompleteSomeProperty(@MinLength(3) String searchArg) { ... }
> or
> public void someAction(Foo a, int b) { ... }
> public List<Foo> autoComplete0SomeAction(@MinLength(3) String searchArg) { ... }
> The default, if not specified, is to enter a single character.

--
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