Class PasswordHintPanelFactory
java.lang.Object
com.evolveum.midpoint.gui.api.factory.AbstractGuiComponentFactory<String>
com.evolveum.midpoint.gui.impl.factory.panel.PasswordHintPanelFactory
- All Implemented Interfaces:
GuiComponentFactory<PrismPropertyPanelContext<String>>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetOrder()protected org.apache.wicket.markup.html.panel.PanelgetPanel(PrismPropertyPanelContext<String> panelCtx) <IW extends ItemWrapper<?,?>, VW extends PrismValueWrapper<?>>
booleanmatch(IW wrapper, VW valueWrapper) voidregister()Methods inherited from class com.evolveum.midpoint.gui.api.factory.AbstractGuiComponentFactory
createPanel, getRegistryMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.gui.api.factory.GuiComponentFactory
configure
-
Constructor Details
-
PasswordHintPanelFactory
public PasswordHintPanelFactory()
-
-
Method Details
-
register
@PostConstruct public void register() -
getPanel
protected org.apache.wicket.markup.html.panel.Panel getPanel(PrismPropertyPanelContext<String> panelCtx) - Specified by:
getPanelin classAbstractGuiComponentFactory<String>
-
match
public <IW extends ItemWrapper<?,?>, boolean matchVW extends PrismValueWrapper<?>> (IW wrapper, VW valueWrapper) -
getOrder
- Specified by:
getOrderin interfaceGuiComponentFactory<PrismPropertyPanelContext<String>>- Overrides:
getOrderin classAbstractGuiComponentFactory<String>
-