Class CreateObjectForReferencePanelFactory
java.lang.Object
com.evolveum.midpoint.gui.impl.factory.panel.CreateObjectForReferencePanelFactory
- All Implemented Interfaces:
GuiComponentFactory<PrismReferencePanelContext<ObjectReferenceType>>
@Component
public class CreateObjectForReferencePanelFactory
extends Object
implements GuiComponentFactory<PrismReferencePanelContext<ObjectReferenceType>>
Factory for reference values that support creating of new object.
Used for ResourceType/schemaHandling/objectType/focus/archetypeRef.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected final ContainerPanelConfigurationType
createContainerConfiguration
(PrismValueWrapper<ObjectReferenceType> valueWrapper) org.apache.wicket.Component
getOrder()
protected final boolean
<IW extends ItemWrapper<?,
?>, VW extends PrismValueWrapper<?>>
booleanmatch
(IW wrapper, VW valueWrapper) void
register()
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.factory.GuiComponentFactory
configure
-
Constructor Details
-
CreateObjectForReferencePanelFactory
public CreateObjectForReferencePanelFactory()
-
-
Method Details
-
register
@PostConstruct public void register() -
getOrder
- Specified by:
getOrder
in interfaceGuiComponentFactory<PrismReferencePanelContext<ObjectReferenceType>>
-
match
public <IW extends ItemWrapper<?,?>, boolean matchVW extends PrismValueWrapper<?>> (IW wrapper, VW valueWrapper) - Specified by:
match
in interfaceGuiComponentFactory<PrismReferencePanelContext<ObjectReferenceType>>
-
createPanel
public org.apache.wicket.Component createPanel(PrismReferencePanelContext<ObjectReferenceType> panelCtx) - Specified by:
createPanel
in interfaceGuiComponentFactory<PrismReferencePanelContext<ObjectReferenceType>>
-
isHeaderVisible
-
createContainerConfiguration
protected final ContainerPanelConfigurationType createContainerConfiguration(PrismValueWrapper<ObjectReferenceType> valueWrapper)
-