如何从GWT ValueListBox中删除空值?

时间:2013-10-28 19:41:45

标签: java gwt

this question非常相似,我想删除异步加载ValueListBox时显示的空值。我事先不知道可能从我的对象列表中呈现的任何值,因此我无法调用setValue(beforeHandVal)。设置setAcceptableValues(Collections.emptyList())不起作用。有没有办法做到这一点?

0 个答案:

没有答案