java - Wicket: AutoCompleteTextField with "favourites" -
i need build autocompletetextfield-like component user can mark options favourites (when starts write, options show , each option has checkbox mark favourite). user can check checkbox outside autocompletetextfield choose whether favourites shown or on contrary values no matter if favourites or not, shown.
i have read using panels instead of string in autocompletetextfield , think done using iautocompleterenderer...
any ideas?
i go solution provided robert in https://stackoverflow.com/a/15484348/461499.
why?
if have complete control on how choices rendered (by using plain wicket components instead of javscript), can built rich component. although think take javascript effort make choices-panel , feel correct, should worth investment.
Comments
Post a Comment