Class SchemaDefinitionNamePanelFactory
java.lang.Object
com.evolveum.midpoint.gui.impl.factory.panel.AbstractInputGuiComponentFactory<QName>
com.evolveum.midpoint.gui.impl.factory.panel.qname.DropDownChoicePanelFactory
com.evolveum.midpoint.gui.impl.factory.panel.qname.QNameTextPanelFactory
com.evolveum.midpoint.gui.impl.factory.panel.qname.SchemaDefinitionNamePanelFactory
- All Implemented Interfaces:
GuiComponentFactory<PrismPropertyPanelContext<QName>>
,Serializable
@Component
public class SchemaDefinitionNamePanelFactory
extends QNameTextPanelFactory
implements Serializable
- Author:
- skublik
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configure
(PrismPropertyPanelContext panelCtx, org.apache.wicket.Component component) getOrder()
<IW extends ItemWrapper<?,
?>, VW extends PrismValueWrapper<?>>
booleanmatch
(IW wrapper, VW valueWrapper) Methods inherited from class com.evolveum.midpoint.gui.impl.factory.panel.qname.QNameTextPanelFactory
getPanel
Methods inherited from class com.evolveum.midpoint.gui.impl.factory.panel.qname.DropDownChoicePanelFactory
getTypesList, register
Methods inherited from class com.evolveum.midpoint.gui.impl.factory.panel.AbstractInputGuiComponentFactory
createPanel, getRegistry
-
Constructor Details
-
SchemaDefinitionNamePanelFactory
public SchemaDefinitionNamePanelFactory()
-
-
Method Details
-
match
public <IW extends ItemWrapper<?,?>, boolean matchVW extends PrismValueWrapper<?>> (IW wrapper, VW valueWrapper) - Specified by:
match
in interfaceGuiComponentFactory<PrismPropertyPanelContext<QName>>
- Overrides:
match
in classQNameTextPanelFactory
-
configure
- Specified by:
configure
in interfaceGuiComponentFactory<PrismPropertyPanelContext<QName>>
- Overrides:
configure
in classAbstractInputGuiComponentFactory<QName>
-
getOrder
- Specified by:
getOrder
in interfaceGuiComponentFactory<PrismPropertyPanelContext<QName>>
- Overrides:
getOrder
in classQNameTextPanelFactory
-