Class SchemaDefaultPrefixFactory
java.lang.Object
com.evolveum.midpoint.gui.impl.factory.panel.AbstractInputGuiComponentFactory<T>
com.evolveum.midpoint.gui.impl.factory.panel.TextPanelFactory
com.evolveum.midpoint.gui.impl.factory.panel.SchemaDefaultPrefixFactory
- All Implemented Interfaces:
GuiComponentFactory
,Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configure
(PrismPropertyPanelContext panelCtx, org.apache.wicket.Component component) getOrder()
boolean
match
(ItemWrapper wrapper, PrismValueWrapper valueWrapper) Methods inherited from class com.evolveum.midpoint.gui.impl.factory.panel.TextPanelFactory
getPanel, prepareAutoCompleteList, register
Methods inherited from class com.evolveum.midpoint.gui.impl.factory.panel.AbstractInputGuiComponentFactory
createPanel, getRegistry
-
Constructor Details
-
SchemaDefaultPrefixFactory
public SchemaDefaultPrefixFactory()
-
-
Method Details
-
match
- Specified by:
match
in interfaceGuiComponentFactory
- Overrides:
match
in classTextPanelFactory
-
getOrder
- Specified by:
getOrder
in interfaceGuiComponentFactory
- Overrides:
getOrder
in classAbstractInputGuiComponentFactory
-
configure
- Overrides:
configure
in classAbstractInputGuiComponentFactory
-