Class RoleOfTeammateMenuPanel.ObjectReferenceProvider
java.lang.Object
org.wicketstuff.select2.ChoiceProvider<ObjectReferenceType>
com.evolveum.midpoint.gui.impl.page.self.requestAccess.RoleOfTeammateMenuPanel.ObjectReferenceProvider
- All Implemented Interfaces:
AutocompleteConfigurationMixin
,Serializable
,org.apache.wicket.model.IDetachable
,org.apache.wicket.util.io.IClusterable
- Enclosing class:
- RoleOfTeammateMenuPanel<T extends Serializable>
public static class RoleOfTeammateMenuPanel.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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
query
(String text, int page, org.wicketstuff.select2.Response<ObjectReferenceType> response) toChoices
(Collection<String> collection) Methods inherited from class org.wicketstuff.select2.ChoiceProvider
detach, toJson
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.evolveum.midpoint.gui.api.component.autocomplete.AutocompleteConfigurationMixin
getDisplayNameFromExpression
-
Constructor Details
-
ObjectReferenceProvider
-
-
Method Details
-
getDisplayValue
- Specified by:
getDisplayValue
in classorg.wicketstuff.select2.ChoiceProvider<ObjectReferenceType>
-
getIdValue
- Specified by:
getIdValue
in classorg.wicketstuff.select2.ChoiceProvider<ObjectReferenceType>
-
query
public void query(String text, int page, org.wicketstuff.select2.Response<ObjectReferenceType> response) - Specified by:
query
in classorg.wicketstuff.select2.ChoiceProvider<ObjectReferenceType>
-
toChoices
- Specified by:
toChoices
in classorg.wicketstuff.select2.ChoiceProvider<ObjectReferenceType>
-