Uses of Class
de.knightsoftnet.mtwidgets.client.ui.widget.helper.ListSortEnum
-
Packages that use ListSortEnum Package Description de.knightsoftnet.mtwidgets.client.ui.widget this package contains own widgets.de.knightsoftnet.mtwidgets.client.ui.widget.features de.knightsoftnet.mtwidgets.client.ui.widget.helper -
-
Uses of ListSortEnum in de.knightsoftnet.mtwidgets.client.ui.widget
Constructors in de.knightsoftnet.mtwidgets.client.ui.widget with parameters of type ListSortEnum Constructor Description CountryListBox(ListSortEnum sort)widget ui constructor.SortableIdAndNameListBox(ListSortEnum psort, MessagesForValues<T> pmessages, Collection<T> pids)widget ui constructor.SortableIdAndNameListBox(ListSortEnum psort, MessagesForValues<T> pmessages, T... pids)widget ui constructor.SortableIdAndNameRadioButton(String pwidgetId, ListSortEnum psort, MessagesForValues<T> pmessages, Collection<T> pids)widget ui constructor.SortableIdAndNameRadioButton(String pwidgetId, ListSortEnum psort, MessagesForValues<T> pmessages, T... pids)widget ui constructor.SortableIdAndNameSearchableListBox(ListSortEnum psort, MessagesForValues<T> pmessages, Collection<T> pids)widget ui constructor.SortableIdAndNameSearchableListBox(ListSortEnum psort, MessagesForValues<T> pmessages, T... pids)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 ListSortEnum Modifier and Type Method Description default voidSortableIdAndName. fillEntries(ListSortEnum sortOrder, MessagesForValues<T> messages, Collection<T> pids)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 ListSortEnum Modifier and Type Method Description static ListSortEnumListSortEnum. valueOf(String name)Returns 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.
-