Class AttributeMappingItemPathPanelFactory
java.lang.Object
com.evolveum.midpoint.gui.api.factory.AbstractGuiComponentFactory<ItemPathType>
com.evolveum.midpoint.gui.impl.factory.panel.itempath.ItemPathPanelFactory
com.evolveum.midpoint.gui.impl.factory.panel.itempath.AttributeMappingItemPathPanelFactory
- All Implemented Interfaces:
GuiComponentFactory<PrismPropertyPanelContext<ItemPathType>>,Serializable
- Direct Known Subclasses:
AssociationAttributeMappingItemPathPanelFactory
@Component
public class AttributeMappingItemPathPanelFactory
extends ItemPathPanelFactory
implements Serializable
- Author:
- lskublik
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected DisplayableValue<ItemPathType>protected DisplayableValue<ItemPathType>createDisplayValue(QName attr) protected List<DisplayableValue<ItemPathType>>getAttributes(ResourceSchema schema, PrismValueWrapper<ItemPathType> propertyWrapper) getOrder()protected org.apache.wicket.markup.html.panel.PanelgetPanel(PrismPropertyPanelContext<ItemPathType> panelCtx) <IW extends ItemWrapper<?,?>, VW extends PrismValueWrapper<?>>
booleanmatch(IW wrapper, VW valueWrapper) voidregister()Methods inherited from class com.evolveum.midpoint.gui.impl.factory.panel.itempath.ItemPathPanelFactory
configureMethods inherited from class com.evolveum.midpoint.gui.api.factory.AbstractGuiComponentFactory
createPanel, getRegistry
-
Constructor Details
-
AttributeMappingItemPathPanelFactory
public AttributeMappingItemPathPanelFactory()
-
-
Method Details
-
register
@PostConstruct public void register()- Overrides:
registerin classItemPathPanelFactory
-
match
public <IW extends ItemWrapper<?,?>, boolean matchVW extends PrismValueWrapper<?>> (IW wrapper, VW valueWrapper) - Specified by:
matchin interfaceGuiComponentFactory<PrismPropertyPanelContext<ItemPathType>>- Overrides:
matchin classItemPathPanelFactory
-
getPanel
protected org.apache.wicket.markup.html.panel.Panel getPanel(PrismPropertyPanelContext<ItemPathType> panelCtx) - Overrides:
getPanelin classItemPathPanelFactory
-
getAttributes
protected List<DisplayableValue<ItemPathType>> getAttributes(ResourceSchema schema, PrismValueWrapper<ItemPathType> propertyWrapper) -
createDisplayValue
-
createDisplayValue
-
getOrder
- Specified by:
getOrderin interfaceGuiComponentFactory<PrismPropertyPanelContext<ItemPathType>>- Overrides:
getOrderin classAbstractGuiComponentFactory<ItemPathType>
-