Class SortableIdAndNameSearchableListBox<T extends Comparable<T>>

java.lang.Object
com.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.Widget
com.google.gwt.user.client.ui.Composite
de.knightsoftnet.mtwidgets.client.ui.widget.IdAndNameSearchableListBox<T>
de.knightsoftnet.mtwidgets.client.ui.widget.SortableIdAndNameSearchableListBox<T>
Type Parameters:
T - type of the id
All Implemented Interfaces:
com.google.gwt.event.logical.shared.HasAttachHandlers, com.google.gwt.event.logical.shared.HasValueChangeHandlers<T>, com.google.gwt.event.shared.HasHandlers, com.google.gwt.user.client.EventListener, com.google.gwt.user.client.TakesValue<T>, com.google.gwt.user.client.ui.HasValue<T>, com.google.gwt.user.client.ui.HasVisibility, com.google.gwt.user.client.ui.IsRenderable, com.google.gwt.user.client.ui.IsWidget, HasAutocomplete, HasAutofocus, HasPlaceholder, HasRequired, HasValidationMessageElement<T,ValueBoxEditor<T>>, HasValidity, SortableIdAndName<T>, org.gwtproject.editor.client.Editor<T>, org.gwtproject.editor.client.HasEditorErrors<T>, org.gwtproject.editor.client.IsEditor<ValueBoxEditor<T>>, org.gwtproject.editor.client.TakesValue<T>

public class SortableIdAndNameSearchableListBox<T extends Comparable<T>> extends IdAndNameSearchableListBox<T> implements SortableIdAndName<T>
a list box with id and name which is sortable and returns id.
Author:
Manfred Tremmel
  • Constructor Details

    • SortableIdAndNameSearchableListBox

      @SafeVarargs public SortableIdAndNameSearchableListBox(ListSortEnum sort, MessagesForValues<T> messages, T... ids)
      widget ui constructor.
      Parameters:
      sort - the sort order of the countries
      messages - message resolver
      ids - ids to add to listBox
    • SortableIdAndNameSearchableListBox

      public SortableIdAndNameSearchableListBox(ListSortEnum sort, MessagesForValues<T> messages, Collection<T> ids)
      widget ui constructor.
      Parameters:
      sort - the sort order of the countries
      messages - message resolver
      ids - ids to add to listBox
  • Method Details