Uses of Class
de.knightsoftnet.mtwidgets.client.ui.widget.helper.IdAndNameBean
Packages that use IdAndNameBean
Package
Description
this package contains own widgets.
-
Uses of IdAndNameBean in de.knightsoftnet.mtwidgets.client.ui.widget
Fields in de.knightsoftnet.mtwidgets.client.ui.widget with type parameters of type IdAndNameBeanModifier and TypeFieldDescriptionprotected final List<IdAndNameBean<T>>IdAndNameListBox.entriesprotected final List<IdAndNameBean<T>>IdAndNameSearchableListBox.entriesMethod parameters in de.knightsoftnet.mtwidgets.client.ui.widget with type arguments of type IdAndNameBeanModifier and TypeMethodDescriptionfinal voidIdAndNameListBox.fillEntryCollections(Collection<? extends IdAndNameBean<T>> entries) fill entries of the listbox.final voidIdAndNameSearchableListBox.fillEntryCollections(Collection<? extends IdAndNameBean<T>> entries) fill entries of the listbox.Constructor parameters in de.knightsoftnet.mtwidgets.client.ui.widget with type arguments of type IdAndNameBeanModifierConstructorDescriptionIdAndNameListBox(Collection<? extends IdAndNameBean<T>> entries) constructor.IdAndNameSearchableListBox(Collection<? extends IdAndNameBean<T>> entries) constructor.SortableIdAndNameRadioButton(String widgetId, Collection<IdAndNameBean<T>> idAndNameList) widget ui constructor. -
Uses of IdAndNameBean in de.knightsoftnet.mtwidgets.client.ui.widget.features
Method parameters in de.knightsoftnet.mtwidgets.client.ui.widget.features with type arguments of type IdAndNameBeanModifier and TypeMethodDescriptionvoidSortableIdAndName.fillEntryCollections(Collection<? extends IdAndNameBean<T>> entries) fill entry collections (possible values). -
Uses of IdAndNameBean in de.knightsoftnet.mtwidgets.client.ui.widget.helper
Subclasses of IdAndNameBean in de.knightsoftnet.mtwidgets.client.ui.widget.helperModifier and TypeClassDescriptionclasshelper bean for sorting entries with icon.Methods in de.knightsoftnet.mtwidgets.client.ui.widget.helper with parameters of type IdAndNameBeanModifier and TypeMethodDescriptionintIdAndNameIdComperator.compare(IdAndNameBean<T> first, IdAndNameBean<T> second) intIdAndNameNameComperator.compare(IdAndNameBean<T> first, IdAndNameBean<T> second)