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
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetOrder()protected InputPanelgetPanel(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.AbstractInputGuiComponentFactory
configure, createPanel, getRegistry
-
Constructor Details
-
ResourceAttributeRefPanelFactory
public ResourceAttributeRefPanelFactory()
-
-
Method Details
-
register
@PostConstruct public void register() -
getPanel
- Specified by:
getPanelin classAbstractInputGuiComponentFactory<ItemPathType>
-
match
public <IW extends ItemWrapper<?,?>, boolean matchVW extends PrismValueWrapper<?>> (IW wrapper, VW valueWrapper) - Specified by:
matchin interfaceGuiComponentFactory<PrismPropertyPanelContext<ItemPathType>>
-
getOrder
- Specified by:
getOrderin interfaceGuiComponentFactory<PrismPropertyPanelContext<ItemPathType>>- Overrides:
getOrderin classAbstractInputGuiComponentFactory<ItemPathType>
-