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 Details

    • IdAndNamePlusIconBean

      public IdAndNamePlusIconBean(T pid, String pname, String piconUrl)
      constructor initializing fields.
      Parameters:
      pid - id of the entry
      pname - name of the entry
      piconUrl - icon url
  • Method Details