Class LockoutStatusPanelFactory
java.lang.Object
com.evolveum.midpoint.gui.impl.factory.panel.LockoutStatusPanelFactory
- All Implemented Interfaces:
GuiComponentFactory<PrismPropertyPanelContext<LockoutStatusType>>
@Component
public class LockoutStatusPanelFactory
extends Object
implements GuiComponentFactory<PrismPropertyPanelContext<LockoutStatusType>>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.wicket.ComponentgetOrder()<IW extends ItemWrapper<?,?>, VW extends PrismValueWrapper<?>>
booleanmatch(IW wrapper, VW valueWrapper) voidregister()Methods 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
-
LockoutStatusPanelFactory
public LockoutStatusPanelFactory()
-
-
Method Details
-
register
@PostConstruct public void register() -
getOrder
- Specified by:
getOrderin interfaceGuiComponentFactory<PrismPropertyPanelContext<LockoutStatusType>>
-
match
public <IW extends ItemWrapper<?,?>, boolean matchVW extends PrismValueWrapper<?>> (IW wrapper, VW valueWrapper) - Specified by:
matchin interfaceGuiComponentFactory<PrismPropertyPanelContext<LockoutStatusType>>
-
createPanel
public org.apache.wicket.Component createPanel(PrismPropertyPanelContext<LockoutStatusType> panelCtx) - Specified by:
createPanelin interfaceGuiComponentFactory<PrismPropertyPanelContext<LockoutStatusType>>
-