Class DurationPanelFactory
- 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.DurationPanelFactory
-
- All Implemented Interfaces:
GuiComponentFactory<PrismPropertyPanelContext<Duration>>,Serializable
@Component public class DurationPanelFactory extends TextPanelFactory<Duration>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DurationPanelFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetOrder()protected InputPanelgetPanel(PrismPropertyPanelContext<Duration> panelCtx)<IW extends ItemWrapper<?,?>>
booleanmatch(IW wrapper)voidregister()-
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
-
-
-
-
Method Detail
-
register
@PostConstruct public void register()
- Overrides:
registerin classTextPanelFactory<Duration>
-
match
public <IW extends ItemWrapper<?,?>> boolean match(IW wrapper)
- Specified by:
matchin interfaceGuiComponentFactory<PrismPropertyPanelContext<Duration>>- Overrides:
matchin classTextPanelFactory<Duration>
-
getPanel
protected InputPanel getPanel(PrismPropertyPanelContext<Duration> panelCtx)
- Overrides:
getPanelin classTextPanelFactory<Duration>
-
getOrder
public Integer getOrder()
- Specified by:
getOrderin interfaceGuiComponentFactory<PrismPropertyPanelContext<Duration>>- Overrides:
getOrderin classAbstractInputGuiComponentFactory<Duration>
-
-