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 Constructor Description LockoutStatusPanelFactory()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.wicket.ComponentcreatePanel(PrismPropertyPanelContext<LockoutStatusType> panelCtx)IntegergetOrder()<IW extends ItemWrapper<?,?>>
 booleanmatch(IW wrapper)voidregister()- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.evolveum.midpoint.gui.api.factory.GuiComponentFactoryconfigure
 
- 
 
- 
- 
- 
Method Detail- 
register@PostConstruct public void register() 
 - 
getOrderpublic Integer getOrder() - Specified by:
- getOrderin interface- GuiComponentFactory<PrismPropertyPanelContext<LockoutStatusType>>
 
 - 
matchpublic <IW extends ItemWrapper<?,?>> boolean match(IW wrapper) - Specified by:
- matchin interface- GuiComponentFactory<PrismPropertyPanelContext<LockoutStatusType>>
 
 - 
createPanelpublic org.apache.wicket.Component createPanel(PrismPropertyPanelContext<LockoutStatusType> panelCtx) - Specified by:
- createPanelin interface- GuiComponentFactory<PrismPropertyPanelContext<LockoutStatusType>>
 
 
- 
 
-