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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigure(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
getPanelMethods inherited from class com.evolveum.midpoint.gui.impl.factory.panel.qname.DropDownChoicePanelFactory
getTypesList, registerMethods 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:
matchin interfaceGuiComponentFactory<PrismPropertyPanelContext<QName>>- Overrides:
matchin classQNameTextPanelFactory
-
configure
- Specified by:
configurein interfaceGuiComponentFactory<PrismPropertyPanelContext<QName>>- Overrides:
configurein classAbstractInputGuiComponentFactory<QName>
-
getOrder
- Specified by:
getOrderin interfaceGuiComponentFactory<PrismPropertyPanelContext<QName>>- Overrides:
getOrderin classQNameTextPanelFactory
-