Uses of Interface
de.knightsoftnet.mtwidgets.client.ui.widget.helper.MessagesForValues
-
Packages that use MessagesForValues 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 MessagesForValues in de.knightsoftnet.mtwidgets.client.ui.widget
Constructors in de.knightsoftnet.mtwidgets.client.ui.widget with parameters of type MessagesForValues Constructor Description 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 MessagesForValues in de.knightsoftnet.mtwidgets.client.ui.widget.features
Methods in de.knightsoftnet.mtwidgets.client.ui.widget.features with parameters of type MessagesForValues Modifier and Type Method Description default voidSortableIdAndName. fillEntries(ListSortEnum sortOrder, MessagesForValues<T> messages, Collection<T> pids)fill entries of the listbox. -
Uses of MessagesForValues in de.knightsoftnet.mtwidgets.client.ui.widget.helper
Subinterfaces of MessagesForValues in de.knightsoftnet.mtwidgets.client.ui.widget.helper Modifier and Type Interface Description interfaceCountryMessagestranslate country enum to country name.interfaceFieldTypeEnumMessages
-