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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionorg.apache.wicket.ComponentgetOrder()<IW extends ItemWrapper<?,?>, VW extends PrismValueWrapper<?>> 
 booleanmatch(IW wrapper, VW valueWrapper) voidregister()Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.gui.api.factory.GuiComponentFactoryconfigure
- 
Constructor Details- 
LockoutStatusPanelFactorypublic LockoutStatusPanelFactory()
 
- 
- 
Method Details- 
register@PostConstruct public void register()
- 
getOrder- Specified by:
- getOrderin interface- GuiComponentFactory<PrismPropertyPanelContext<LockoutStatusType>>
 
- 
matchpublic <IW extends ItemWrapper<?,?>, boolean matchVW extends PrismValueWrapper<?>> (IW wrapper, VW valueWrapper) - Specified by:
- matchin interface- GuiComponentFactory<PrismPropertyPanelContext<LockoutStatusType>>
 
- 
createPanelpublic org.apache.wicket.Component createPanel(PrismPropertyPanelContext<LockoutStatusType> panelCtx) - Specified by:
- createPanelin interface- GuiComponentFactory<PrismPropertyPanelContext<LockoutStatusType>>
 
 
-