Class QNameAttributePanelFactory
- java.lang.Object
-
- com.evolveum.midpoint.gui.impl.factory.panel.AbstractInputGuiComponentFactory<QName>
-
- com.evolveum.midpoint.gui.impl.factory.panel.DropDownChoicePanelFactory
-
- com.evolveum.midpoint.gui.impl.factory.panel.QNameAttributePanelFactory
-
- All Implemented Interfaces:
GuiComponentFactory<PrismPropertyPanelContext<QName>>
,Serializable
@Component public class QNameAttributePanelFactory extends DropDownChoicePanelFactory implements Serializable
- Author:
- katkav
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description QNameAttributePanelFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getOrder()
protected InputPanel
getPanel(PrismPropertyPanelContext<QName> panelCtx)
<IW extends ItemWrapper<?,?>>
booleanmatch(IW wrapper)
-
Methods inherited from class com.evolveum.midpoint.gui.impl.factory.panel.DropDownChoicePanelFactory
register
-
Methods inherited from class com.evolveum.midpoint.gui.impl.factory.panel.AbstractInputGuiComponentFactory
configure, createPanel, getRegistry
-
-
-
-
Method Detail
-
match
public <IW extends ItemWrapper<?,?>> boolean match(IW wrapper)
- Specified by:
match
in interfaceGuiComponentFactory<PrismPropertyPanelContext<QName>>
- Overrides:
match
in classDropDownChoicePanelFactory
-
getPanel
protected InputPanel getPanel(PrismPropertyPanelContext<QName> panelCtx)
- Overrides:
getPanel
in classDropDownChoicePanelFactory
-
getOrder
public Integer getOrder()
- Specified by:
getOrder
in interfaceGuiComponentFactory<PrismPropertyPanelContext<QName>>
- Overrides:
getOrder
in classDropDownChoicePanelFactory
-
-