Class IdAndNamePlusIconBean<T>
java.lang.Object
de.knightsoftnet.mtwidgets.client.ui.widget.helper.IdAndNameBean<T>
de.knightsoftnet.mtwidgets.client.ui.widget.helper.IdAndNamePlusIconBean<T>
- All Implemented Interfaces:
com.google.gwt.user.client.ui.SuggestOracle.Suggestion
helper bean for sorting entries with icon.
- Author:
- Manfred Tremmel
-
Constructor Summary
ConstructorsConstructorDescriptionIdAndNamePlusIconBean(T id, String name, String iconUrl) constructor initializing fields. -
Method Summary
Methods inherited from class de.knightsoftnet.mtwidgets.client.ui.widget.helper.IdAndNameBean
getDisplayString, getId, getName, getReplacementString
-
Constructor Details
-
IdAndNamePlusIconBean
constructor initializing fields.- Parameters:
id- id of the entryname- name of the entryiconUrl- icon url
-
-
Method Details
-
getIconUrl
-
hashCode
public int hashCode()- Overrides:
hashCodein classIdAndNameBean<T>
-
equals
- Overrides:
equalsin classIdAndNameBean<T>
-