public class UserSuggestion extends Object implements com.google.gwt.user.client.ui.SuggestOracle.Suggestion
| Constructor and Description |
|---|
UserSuggestion(ItemBean user) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayString() |
String |
getReplacementString() |
ItemBean |
getUser() |
public UserSuggestion(ItemBean user)
public String getDisplayString()
getDisplayString in interface com.google.gwt.user.client.ui.SuggestOracle.Suggestionpublic String getReplacementString()
getReplacementString in interface com.google.gwt.user.client.ui.SuggestOracle.Suggestionpublic ItemBean getUser()
Copyright © 2020. All Rights Reserved.