You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Norbert Sándor (JIRA)" <ta...@jakarta.apache.org> on 2006/07/30 10:51:13 UTC

[jira] Created: (TAPESTRY-1029) Autocompleter should have a more appropriate model

Autocompleter should have a more appropriate model
--------------------------------------------------

                 Key: TAPESTRY-1029
                 URL: http://issues.apache.org/jira/browse/TAPESTRY-1029
             Project: Tapestry
          Issue Type: Improvement
          Components: Framework
    Affects Versions: 4.1.1
            Reporter: Norbert Sándor


The current model is not appropriate because it iterates through all elements and doesn't allow custom filtering.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Commented: (TAPESTRY-1029) Autocompleter should have a more appropriate model

Posted by "Jesse Kuhnert (JIRA)" <ta...@jakarta.apache.org>.
    [ http://issues.apache.org/jira/browse/TAPESTRY-1029?page=comments#action_12424414 ] 
            
Jesse Kuhnert commented on TAPESTRY-1029:
-----------------------------------------

I'm going with something similar to what you supplied, should land in trunk later today.

The major difference is that I'm extending the familiar IPrimaryKeyConverter interface to handle unique ID's. The default implementation will work much like the BeanPropertySelectionModel implementation in that it uses java beans style syntax to resolve the key/label properties of objects in a list.


> Autocompleter should have a more appropriate model
> --------------------------------------------------
>
>                 Key: TAPESTRY-1029
>                 URL: http://issues.apache.org/jira/browse/TAPESTRY-1029
>             Project: Tapestry
>          Issue Type: Improvement
>          Components: Framework
>    Affects Versions: 4.1.1
>            Reporter: Norbert Sándor
>         Assigned To: Jesse Kuhnert
>         Attachments: Autocompleter.java, IAutocompleterModel.java
>
>
> The current model is not appropriate because it iterates through all elements and doesn't allow custom filtering.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Assigned: (TAPESTRY-1029) Autocompleter should have a more appropriate model

Posted by "Jesse Kuhnert (JIRA)" <ta...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/TAPESTRY-1029?page=all ]

Jesse Kuhnert reassigned TAPESTRY-1029:
---------------------------------------

    Assignee: Jesse Kuhnert

> Autocompleter should have a more appropriate model
> --------------------------------------------------
>
>                 Key: TAPESTRY-1029
>                 URL: http://issues.apache.org/jira/browse/TAPESTRY-1029
>             Project: Tapestry
>          Issue Type: Improvement
>          Components: Framework
>    Affects Versions: 4.1.1
>            Reporter: Norbert Sándor
>         Assigned To: Jesse Kuhnert
>         Attachments: Autocompleter.java, IAutocompleterModel.java
>
>
> The current model is not appropriate because it iterates through all elements and doesn't allow custom filtering.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Resolved: (TAPESTRY-1029) Autocompleter should have a more appropriate model

Posted by "Jesse Kuhnert (JIRA)" <ta...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/TAPESTRY-1029?page=all ]

Jesse Kuhnert resolved TAPESTRY-1029.
-------------------------------------

    Resolution: Fixed

Implemented. new IAutocompleteModel / DefaultAutocompleteModel added.

> Autocompleter should have a more appropriate model
> --------------------------------------------------
>
>                 Key: TAPESTRY-1029
>                 URL: http://issues.apache.org/jira/browse/TAPESTRY-1029
>             Project: Tapestry
>          Issue Type: Improvement
>          Components: Framework
>    Affects Versions: 4.1.1
>            Reporter: Norbert Sándor
>         Assigned To: Jesse Kuhnert
>         Attachments: Autocompleter.java, IAutocompleterModel.java
>
>
> The current model is not appropriate because it iterates through all elements and doesn't allow custom filtering.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Updated: (TAPESTRY-1029) Autocompleter should have a more appropriate model

Posted by "Norbert Sándor (JIRA)" <ta...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/TAPESTRY-1029?page=all ]

Norbert Sándor updated TAPESTRY-1029:
-------------------------------------

    Attachment: Autocompleter.java
                IAutocompleterModel.java

This is a sample implementation I use currently instead of the IPropertySelectionModel.
It is only a quick implementation but maybe appropriate for starting...

> Autocompleter should have a more appropriate model
> --------------------------------------------------
>
>                 Key: TAPESTRY-1029
>                 URL: http://issues.apache.org/jira/browse/TAPESTRY-1029
>             Project: Tapestry
>          Issue Type: Improvement
>          Components: Framework
>    Affects Versions: 4.1.1
>            Reporter: Norbert Sándor
>         Attachments: Autocompleter.java, IAutocompleterModel.java
>
>
> The current model is not appropriate because it iterates through all elements and doesn't allow custom filtering.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org