Class LinkedReferencePanelFactory
java.lang.Object
com.evolveum.midpoint.gui.impl.factory.panel.LinkedReferencePanelFactory
- All Implemented Interfaces:
GuiComponentFactory<PrismReferencePanelContext<ObjectReferenceType>>
@Component
public class LinkedReferencePanelFactory
extends Object
implements GuiComponentFactory<PrismReferencePanelContext<ObjectReferenceType>>
Created by Kate Honchar.
-
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
-
LinkedReferencePanelFactory
public LinkedReferencePanelFactory()
-
-
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>>
-