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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResourceAttributeRefPanelFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getOrder()
protected InputPanel
getPanel(PrismPropertyPanelContext<ItemPathType> panelCtx)
<IW extends ItemWrapper<?,?>>
booleanmatch(IW wrapper)
void
register()
-
Methods inherited from class com.evolveum.midpoint.gui.impl.factory.panel.AbstractInputGuiComponentFactory
configure, createPanel, getRegistry
-
-
-
-
Method Detail
-
register
@PostConstruct public void register()
-
getPanel
protected InputPanel getPanel(PrismPropertyPanelContext<ItemPathType> panelCtx)
- Specified by:
getPanel
in classAbstractInputGuiComponentFactory<ItemPathType>
-
match
public <IW extends ItemWrapper<?,?>> boolean match(IW wrapper)
- Specified by:
match
in interfaceGuiComponentFactory<PrismPropertyPanelContext<ItemPathType>>
-
getOrder
public Integer getOrder()
- Specified by:
getOrder
in interfaceGuiComponentFactory<PrismPropertyPanelContext<ItemPathType>>
- Overrides:
getOrder
in classAbstractInputGuiComponentFactory<ItemPathType>
-
-