Class PasswordHintPanelFactory
java.lang.Object
com.evolveum.midpoint.gui.api.factory.AbstractGuiComponentFactory<ProtectedStringType>
com.evolveum.midpoint.gui.impl.factory.panel.PasswordHintPanelFactory
- All Implemented Interfaces:
GuiComponentFactory<PrismPropertyPanelContext<ProtectedStringType>>
@Component
public class PasswordHintPanelFactory
extends AbstractGuiComponentFactory<ProtectedStringType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetOrder()protected org.apache.wicket.markup.html.panel.PanelgetPanel(PrismPropertyPanelContext<ProtectedStringType> panelCtx) static LoadableModel<ProtectedStringType> getPasswordModel(org.apache.wicket.model.IModel<PrismPropertyWrapper<ProtectedStringType>> hintValueWrapper) <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<ProtectedStringType> panelCtx) - Specified by:
getPanelin classAbstractGuiComponentFactory<ProtectedStringType>
-
match
public <IW extends ItemWrapper<?,?>, boolean matchVW extends PrismValueWrapper<?>> (IW wrapper, VW valueWrapper) -
getPasswordModel
public static LoadableModel<ProtectedStringType> getPasswordModel(org.apache.wicket.model.IModel<PrismPropertyWrapper<ProtectedStringType>> hintValueWrapper) -
getOrder
- Specified by:
getOrderin interfaceGuiComponentFactory<PrismPropertyPanelContext<ProtectedStringType>>- Overrides:
getOrderin classAbstractGuiComponentFactory<ProtectedStringType>
-