Results 1 to 4 of 4

Thread: AutoComplete for TextFieldBinding

  1. #1

    Default AutoComplete for TextFieldBinding

    Hi together,
    for our project we want to use a auto complete text field, as you know it from web 2.0 apps.

    We want to to provide a list of used values, but let the user still define new values, therefore a comboBox is no solution. Any ideas how to implement this?

    Best regards,
    fritzr

  2. #2
    Join Date
    Mar 2007
    Location
    Oudenaarde
    Posts
    294

    Default

    Take a look at Jide Commons. They have support for autocompletion for JTextComponents.

    http://www.jidesoft.com/javadoc/com/...ompletion.html

    You can add this to any of your textfields produced by the binding, or write a specific binder which adds autocompletion.
    MSN: PM me please
    Skype: doclo_lieven

    Spring Rich Client Project Lead

  3. #3

    Default

    Perfect, cause we already use the JIDE stuff for our project.

    Thanks for that!

  4. #4
    Join Date
    Mar 2007
    Location
    Oudenaarde
    Posts
    294

    Default

    Otherwise you could also use the IntelliHints system in Jide:

    http://www.jidesoft.com/javadoc/com/...elliHints.html

    might be even better?
    MSN: PM me please
    Skype: doclo_lieven

    Spring Rich Client Project Lead

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •