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 id, String name, String iconUrl)
      constructor initializing fields.
      Parameters:
      id - id of the entry
      name - name of the entry
      iconUrl - icon url
  • Method Details