Uses of Class
de.knightsoftnet.mtwidgets.client.ui.widget.helper.IdAndNameBean
-
Packages that use IdAndNameBean 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 IdAndNameBean in de.knightsoftnet.mtwidgets.client.ui.widget
Fields in de.knightsoftnet.mtwidgets.client.ui.widget with type parameters of type IdAndNameBean Modifier and Type Field Description protected List<IdAndNameBean<T>>IdAndNameListBox. entriesprotected List<IdAndNameBean<T>>IdAndNameSearchableListBox. entriesMethod parameters in de.knightsoftnet.mtwidgets.client.ui.widget with type arguments of type IdAndNameBean Modifier and Type Method Description voidIdAndNameListBox. fillEntryCollections(Collection<? extends IdAndNameBean<T>> pentries)fill entries of the listbox.voidIdAndNameSearchableListBox. fillEntryCollections(Collection<? extends IdAndNameBean<T>> pentries)fill entries of the listbox.Constructor parameters in de.knightsoftnet.mtwidgets.client.ui.widget with type arguments of type IdAndNameBean Constructor Description IdAndNameListBox(Collection<? extends IdAndNameBean<T>> pentries)constructor.IdAndNameSearchableListBox(Collection<? extends IdAndNameBean<T>> pentries)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 IdAndNameBean Modifier and Type Method Description voidSortableIdAndName. fillEntryCollections(Collection<? extends IdAndNameBean<T>> pentries)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.helper Modifier and Type Class Description classIdAndNamePlusIconBean<T>helper bean for sorting entries with icon.Methods in de.knightsoftnet.mtwidgets.client.ui.widget.helper with parameters of type IdAndNameBean Modifier and Type Method Description intIdAndNameIdComperator. compare(IdAndNameBean<T> pfirst, IdAndNameBean<T> psecond)intIdAndNameNameComperator. compare(IdAndNameBean<T> pfirst, IdAndNameBean<T> psecond)
-