Uses of Enum
de.knightsoftnet.mtwidgets.client.ui.widget.helper.ListSortEnum
Packages that use ListSortEnum
Package
Description
this package contains own widgets.
-
Uses of ListSortEnum in de.knightsoftnet.mtwidgets.client.ui.widget
Constructors in de.knightsoftnet.mtwidgets.client.ui.widget with parameters of type ListSortEnumModifierConstructorDescriptionCountryListBox(ListSortEnum sort) widget ui constructor.SortableIdAndNameListBox(ListSortEnum sort, MessagesForValues<T> messages, Collection<T> ids) widget ui constructor.SortableIdAndNameListBox(ListSortEnum sort, MessagesForValues<T> messages, T... ids) widget ui constructor.SortableIdAndNameRadioButton(String widgetId, ListSortEnum sortOrder, MessagesForValues<T> messages, Collection<T> ids) widget ui constructor.SortableIdAndNameRadioButton(String widgetId, ListSortEnum sort, MessagesForValues<T> messages, T... ids) widget ui constructor.SortableIdAndNameSearchableListBox(ListSortEnum sort, MessagesForValues<T> messages, Collection<T> ids) widget ui constructor.SortableIdAndNameSearchableListBox(ListSortEnum sort, MessagesForValues<T> messages, T... ids) widget ui constructor. -
Uses of ListSortEnum in de.knightsoftnet.mtwidgets.client.ui.widget.features
Methods in de.knightsoftnet.mtwidgets.client.ui.widget.features with parameters of type ListSortEnumModifier and TypeMethodDescriptiondefault voidSortableIdAndName.fillEntries(ListSortEnum sortOrder, MessagesForValues<T> messages, Collection<T> ids) fill entries of the listbox. -
Uses of ListSortEnum in de.knightsoftnet.mtwidgets.client.ui.widget.helper
Methods in de.knightsoftnet.mtwidgets.client.ui.widget.helper that return ListSortEnumModifier and TypeMethodDescriptionstatic ListSortEnumReturns the enum constant of this type with the specified name.static ListSortEnum[]ListSortEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.