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 Constructor Description LockoutStatusPanelFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.wicket.Component
createPanel(PrismPropertyPanelContext<LockoutStatusType> panelCtx)
Integer
getOrder()
<IW extends ItemWrapper<?,?>>
booleanmatch(IW wrapper)
void
register()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.gui.api.factory.GuiComponentFactory
configure
-
-
-
-
Method Detail
-
register
@PostConstruct public void register()
-
getOrder
public Integer getOrder()
- Specified by:
getOrder
in interfaceGuiComponentFactory<PrismPropertyPanelContext<LockoutStatusType>>
-
match
public <IW extends ItemWrapper<?,?>> boolean match(IW wrapper)
- Specified by:
match
in interfaceGuiComponentFactory<PrismPropertyPanelContext<LockoutStatusType>>
-
createPanel
public org.apache.wicket.Component createPanel(PrismPropertyPanelContext<LockoutStatusType> panelCtx)
- Specified by:
createPanel
in interfaceGuiComponentFactory<PrismPropertyPanelContext<LockoutStatusType>>
-
-