Re: How to use Objects in SuggestBox instead of text Strings?

2013-03-25 Thread Qrunk
Hi, A very simple solution is to create an method by name *public String getDisplayString()* in your class *Foo*, which should return either bar or any other String field whichever you wanted to display on your SuggestBox. On Monday, 18 March 2013 15:50:05 UTC+5:30, membersound wrote: > > Hi, >

How to use Objects in SuggestBox instead of text Strings?

2013-03-18 Thread membersound
Hi, I want to extend my MultiValueSuggestBox to not display strings, but a specific String property of an Object (or DTO). My goal is: a user should create an objects with several properties, and only show one of these properties for suggetions. But when the user later renames this specific pro