listbox - GWT ValueListBox: can it support more than a single selection? -


can gwt's valuelistbox support multiple selections? also, there way display more single value @ time (like listbox.setvisibleitemcount()) ?

it seems you'd need @ underlying listbox (or somehow provide custom one) in order make happen. of course getlistbox() private, that's out.

no. valuelistbox intended operate on single value. that's why can used editor (from editor framework) wrapped type. multiple selection can use listbox, afaik there's no straightforward way use editor (you have write own custom editor based on listbox).


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -