Class ResourceAttributeRefPanelFactory
java.lang.Object
com.evolveum.midpoint.gui.impl.factory.panel.AbstractInputGuiComponentFactory<ItemPathType>
com.evolveum.midpoint.gui.impl.factory.panel.ResourceAttributeRefPanelFactory
- All Implemented Interfaces:
GuiComponentFactory<PrismPropertyPanelContext<ItemPathType>>
,Serializable
@Component
public class ResourceAttributeRefPanelFactory
extends AbstractInputGuiComponentFactory<ItemPathType>
implements Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetOrder()
protected InputPanel
getPanel
(PrismPropertyPanelContext<ItemPathType> panelCtx) <IW extends ItemWrapper<?,
?>, VW extends PrismValueWrapper<?>>
booleanmatch
(IW wrapper, VW valueWrapper) void
register()
Methods inherited from class com.evolveum.midpoint.gui.impl.factory.panel.AbstractInputGuiComponentFactory
configure, createPanel, getRegistry
-
Constructor Details
-
ResourceAttributeRefPanelFactory
public ResourceAttributeRefPanelFactory()
-
-
Method Details
-
register
@PostConstruct public void register() -
getPanel
- Specified by:
getPanel
in classAbstractInputGuiComponentFactory<ItemPathType>
-
match
public <IW extends ItemWrapper<?,?>, boolean matchVW extends PrismValueWrapper<?>> (IW wrapper, VW valueWrapper) - Specified by:
match
in interfaceGuiComponentFactory<PrismPropertyPanelContext<ItemPathType>>
-
getOrder
- Specified by:
getOrder
in interfaceGuiComponentFactory<PrismPropertyPanelContext<ItemPathType>>
- Overrides:
getOrder
in classAbstractInputGuiComponentFactory<ItemPathType>
-