Uses of Class
de.knightsoftnet.mtwidgets.client.ui.widget.oracle.AbstractManyToOneSuggestion
Packages that use AbstractManyToOneSuggestion
Package
Description
-
Uses of AbstractManyToOneSuggestion in de.knightsoftnet.mtwidgets.client.ui.widget
Classes in de.knightsoftnet.mtwidgets.client.ui.widget with type parameters of type AbstractManyToOneSuggestionModifier and TypeClassDescriptionclassAbstractManyToOneEntityWidget<T,S extends AbstractManyToOneSuggestion<T>> Input widget for database many to one entity references. -
Uses of AbstractManyToOneSuggestion in de.knightsoftnet.mtwidgets.client.ui.widget.oracle
Classes in de.knightsoftnet.mtwidgets.client.ui.widget.oracle with type parameters of type AbstractManyToOneSuggestionModifier and TypeClassDescriptionclassManyToOneSuggestionWidgetOracle<E,S extends AbstractManyToOneSuggestion<E>, T extends ManyToOneSuggestionRestService<E>> key value suggestion widget oracle.Methods in de.knightsoftnet.mtwidgets.client.ui.widget.oracle that return AbstractManyToOneSuggestionModifier and TypeMethodDescriptionabstract AbstractManyToOneSuggestion<T>AbstractManyToOneSuggestion.of(T entity, SuggestOracle.Request request) generate new instance.