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 Integer
getOrder()
protected InputPanel
getPanel(PrismPropertyPanelContext<Duration> panelCtx)
<IW extends ItemWrapper<?,?>>
booleanmatch(IW wrapper)
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
-
-
-
-
Method Detail
-
register
@PostConstruct public void register()
- Overrides:
register
in classTextPanelFactory<Duration>
-
match
public <IW extends ItemWrapper<?,?>> boolean match(IW wrapper)
- Specified by:
match
in interfaceGuiComponentFactory<PrismPropertyPanelContext<Duration>>
- Overrides:
match
in classTextPanelFactory<Duration>
-
getPanel
protected InputPanel getPanel(PrismPropertyPanelContext<Duration> panelCtx)
- Overrides:
getPanel
in classTextPanelFactory<Duration>
-
getOrder
public Integer getOrder()
- Specified by:
getOrder
in interfaceGuiComponentFactory<PrismPropertyPanelContext<Duration>>
- Overrides:
getOrder
in classAbstractInputGuiComponentFactory<Duration>
-
-