GWT combobox with custom items -


i trying define combobox shows items, custom controls instead of standard text items. control used com.google.gwt.user.client.ui.listbox (standard gwt control) combobox.

looking @ showcase http://gwt.googleusercontent.com/samples/showcase/showcase.html#!cwcelllist example, there custom list custom items. this, example uses celllist class. possible use same technique combobox?

more in general, possible use combobox custom, complex items (e.g. multi column items, custom complex items of sort, in general widget of own or similar)?

i ask using standard gwt ui controls, no ext-gwt, no smart gwt or others.

thanks.

you cannot style gwt listbox translates html <select> element. if still insist on feature rich combo-box gxt can go with

  1. gwtchosen - http://jdramaix.github.io/gwtchosen/widgetsample/index.html
  2. celllist reduced height, selection mode - single , customcell.
  3. gwt suggestbox - http://gwt.googleusercontent.com/samples/showcase/showcase.html#!cwsuggestbox

Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -