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 SummaryFields inherited from interface com.evolveum.midpoint.gui.api.component.autocomplete.AutocompleteConfigurationMixinLOGGER
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidquery(String text, int page, org.wicketstuff.select2.Response<ObjectReferenceType> response) toChoices(Collection<String> collection) Methods inherited from class org.wicketstuff.select2.ChoiceProviderdetach, toJsonMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.gui.api.component.autocomplete.AutocompleteConfigurationMixingetDisplayNameFromExpression
- 
Constructor Details- 
ObjectReferenceProvider
 
- 
- 
Method Details- 
getDisplayValue- Specified by:
- getDisplayValuein class- org.wicketstuff.select2.ChoiceProvider<ObjectReferenceType>
 
- 
getIdValue- Specified by:
- getIdValuein class- org.wicketstuff.select2.ChoiceProvider<ObjectReferenceType>
 
- 
querypublic void query(String text, int page, org.wicketstuff.select2.Response<ObjectReferenceType> response) - Specified by:
- queryin class- org.wicketstuff.select2.ChoiceProvider<ObjectReferenceType>
 
- 
toChoices- Specified by:
- toChoicesin class- org.wicketstuff.select2.ChoiceProvider<ObjectReferenceType>
 
 
-