commit | 2928a9b4e1cfaa72344f6b0ef8196c84e21c4a08 | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Tue Mar 03 19:52:10 2009 -0800 |
committer | Shawn O. Pearce <sop@google.com> | Tue Mar 03 19:52:10 2009 -0800 |
tree | 9cc6bd3b9d114fda4624efe0125decf185bf7b34 | |
parent | 7cb6629b804fe30b367c68f9547b83fd451013e0 [diff] |
A basic suggestion oracle utilty that bolds substrings Applications can subclass this oracle to have their results automatically bold the substring(s) which match the current query string. This is a rather common idiom for completion widgets, unfortunately GWT 1.5.3 doesn't provide it out of the box for us. Signed-off-by: Shawn O. Pearce <sop@google.com>