Class AutoCompleteReferencePanelFactory
java.lang.Object
com.evolveum.midpoint.gui.impl.factory.panel.AutoCompleteReferencePanelFactory
- All Implemented Interfaces:
 GuiComponentFactory<PrismReferencePanelContext<ObjectReferenceType>>
@Component
public class AutoCompleteReferencePanelFactory
extends Object
implements GuiComponentFactory<PrismReferencePanelContext<ObjectReferenceType>>
- Author:
 - lskublik
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionorg.apache.wicket.ComponentgetOrder()<IW extends ItemWrapper<?,?>, VW extends PrismValueWrapper<?>> 
booleanmatch(IW wrapper, VW valueWrapper) voidregister()Methods 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.factory.GuiComponentFactory
configure 
- 
Constructor Details
- 
AutoCompleteReferencePanelFactory
public AutoCompleteReferencePanelFactory() 
 - 
 - 
Method Details
- 
register
@PostConstruct public void register() - 
getOrder
- Specified by:
 getOrderin interfaceGuiComponentFactory<PrismReferencePanelContext<ObjectReferenceType>>
 - 
match
public <IW extends ItemWrapper<?,?>, boolean matchVW extends PrismValueWrapper<?>> (IW wrapper, VW valueWrapper) - Specified by:
 matchin interfaceGuiComponentFactory<PrismReferencePanelContext<ObjectReferenceType>>
 - 
createPanel
public org.apache.wicket.Component createPanel(PrismReferencePanelContext<ObjectReferenceType> panelCtx) - Specified by:
 createPanelin interfaceGuiComponentFactory<PrismReferencePanelContext<ObjectReferenceType>>
 
 -