简体   繁体   中英

GXT3 ComboBox multiselect

How in GXT 3 or GWT 2.5 we can create multiselect for comboboxes? ListView does not support this functionallity?

I'm playing with ComboBoxCell and CheckBoxCell , how merge their functionallity in ListView class? Also i'm trying to use @XTemplate annotation for creating checkboxes based on HTML. But i think this is a bad practice

FWIW I implemented something for a toolbar.

MultiSelectButton is a TextButton with a menu full of check boxes and a summary is placed in the button label (EG: "Selected: 4/6").

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM