Class PersonOfInterestPanel.ObjectReferenceProvider
java.lang.Object
org.wicketstuff.select2.ChoiceProvider<ObjectReferenceType>
com.evolveum.midpoint.gui.impl.page.self.requestAccess.PersonOfInterestPanel.ObjectReferenceProvider
- All Implemented Interfaces:
AutocompleteConfigurationMixin,Serializable,org.apache.wicket.model.IDetachable,org.apache.wicket.util.io.IClusterable
- Enclosing class:
- PersonOfInterestPanel
public static class PersonOfInterestPanel.ObjectReferenceProvider
extends org.wicketstuff.select2.ChoiceProvider<ObjectReferenceType>
implements AutocompleteConfigurationMixin
- See Also:
-
Field Summary
Fields inherited from interface com.evolveum.midpoint.gui.api.component.autocomplete.AutocompleteConfigurationMixin
LOGGER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidquery(String text, int page, org.wicketstuff.select2.Response<ObjectReferenceType> response) toChoices(Collection<String> collection) Methods inherited from class org.wicketstuff.select2.ChoiceProvider
detach, toJsonMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.gui.api.component.autocomplete.AutocompleteConfigurationMixin
getDisplayNameFromExpression
-
Constructor Details
-
ObjectReferenceProvider
-
-
Method Details
-
getDisplayValue
- Specified by:
getDisplayValuein classorg.wicketstuff.select2.ChoiceProvider<ObjectReferenceType>
-
getIdValue
- Specified by:
getIdValuein classorg.wicketstuff.select2.ChoiceProvider<ObjectReferenceType>
-
query
public void query(String text, int page, org.wicketstuff.select2.Response<ObjectReferenceType> response) - Specified by:
queryin classorg.wicketstuff.select2.ChoiceProvider<ObjectReferenceType>
-
toChoices
- Specified by:
toChoicesin classorg.wicketstuff.select2.ChoiceProvider<ObjectReferenceType>
-