Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/gwt/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Java gwt多字段建议框_Java_Gwt - Fatal编程技术网

Java gwt多字段建议框

Java gwt多字段建议框,java,gwt,Java,Gwt,是否可以在suggestbox GWT中生成多个建议值 example.. if i search for a Abraham 25 1984 Abi 23 1987 Aram 26 1999 这应该在建议框中,如果可能的话 like this icefaces (check second textbox) http://component-showcase.icefaces.org/component-showcase/showcase.iface

是否可以在suggestbox GWT中生成多个建议值

example..
if i search for a

Abraham   25   1984
Abi       23   1987
Aram      26   1999
这应该在建议框中,如果可能的话

like this icefaces (check second textbox)
http://component-showcase.icefaces.org/component-showcase/showcase.iface

浏览GWT Javadoc并回答您的问题:

你也可以阅读那些有趣的文章:


还有一个允许本机执行此操作的库:

它还允许有图标和处理其他方面(如严格的工作模式,如一个选择框仍然建议键入,有其他过滤算法等)