Class SchemaEnumerationValuePanelFactory
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.SchemaEnumerationValuePanelFactory
- All Implemented Interfaces:
GuiComponentFactory,Serializable
@Component
public class SchemaEnumerationValuePanelFactory
extends TextPanelFactory
implements Serializable
- Author:
- skublik
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigure(PrismPropertyPanelContext panelCtx, org.apache.wicket.Component component) getOrder()booleanmatch(ItemWrapper wrapper, PrismValueWrapper valueWrapper) Methods inherited from class com.evolveum.midpoint.gui.impl.factory.panel.TextPanelFactory
getPanel, prepareAutoCompleteList, registerMethods inherited from class com.evolveum.midpoint.gui.impl.factory.panel.AbstractInputGuiComponentFactory
createPanel, getRegistry
-
Constructor Details
-
SchemaEnumerationValuePanelFactory
public SchemaEnumerationValuePanelFactory()
-
-
Method Details
-
match
- Specified by:
matchin interfaceGuiComponentFactory- Overrides:
matchin classTextPanelFactory
-
configure
- Overrides:
configurein classAbstractInputGuiComponentFactory
-
getOrder
- Specified by:
getOrderin interfaceGuiComponentFactory- Overrides:
getOrderin classAbstractInputGuiComponentFactory
-