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
public class IdAndNamePlusIconBean<T> extends IdAndNameBean<T>
helper bean for sorting entries with icon.- Author:
- Manfred Tremmel
-
-
Constructor Summary
Constructors Constructor Description IdAndNamePlusIconBean(T pid, String pname, String piconUrl)constructor initializing fields.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object pobj)StringgetIconUrl()inthashCode()-
Methods inherited from class de.knightsoftnet.mtwidgets.client.ui.widget.helper.IdAndNameBean
getDisplayString, getId, getName, getReplacementString
-
-
-
-
Method Detail
-
getIconUrl
public final String getIconUrl()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classIdAndNameBean<T>
-
equals
public boolean equals(Object pobj)
- Overrides:
equalsin classIdAndNameBean<T>
-
-