Class DurationWithOneElementPanelFactory
java.lang.Object
com.evolveum.midpoint.gui.impl.factory.panel.AbstractInputGuiComponentFactory<T>
com.evolveum.midpoint.gui.impl.factory.panel.TextPanelFactory<Duration>
com.evolveum.midpoint.gui.impl.factory.panel.DurationWithOneElementPanelFactory
- All Implemented Interfaces:
GuiComponentFactory<PrismPropertyPanelContext<Duration>>
,Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetOrder()
protected InputPanel
getPanel
(PrismPropertyPanelContext<Duration> panelCtx) <IW extends ItemWrapper<?,
?>, VW extends PrismValueWrapper<?>>
booleanmatch
(IW wrapper, VW valueWrapper) void
register()
Methods inherited from class com.evolveum.midpoint.gui.impl.factory.panel.TextPanelFactory
prepareAutoCompleteList
Methods inherited from class com.evolveum.midpoint.gui.impl.factory.panel.AbstractInputGuiComponentFactory
configure, createPanel, getRegistry
-
Constructor Details
-
DurationWithOneElementPanelFactory
public DurationWithOneElementPanelFactory()
-
-
Method Details
-
register
@PostConstruct public void register()- Overrides:
register
in classTextPanelFactory<Duration>
-
match
public <IW extends ItemWrapper<?,?>, boolean matchVW extends PrismValueWrapper<?>> (IW wrapper, VW valueWrapper) - Specified by:
match
in interfaceGuiComponentFactory<PrismPropertyPanelContext<Duration>>
- Overrides:
match
in classTextPanelFactory<Duration>
-
getPanel
- Overrides:
getPanel
in classTextPanelFactory<Duration>
-
getOrder
- Specified by:
getOrder
in interfaceGuiComponentFactory<PrismPropertyPanelContext<Duration>>
- Overrides:
getOrder
in classAbstractInputGuiComponentFactory<Duration>
-