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
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetOrder()protected InputPanelgetPanel(PrismPropertyPanelContext<Duration> panelCtx) <IW extends ItemWrapper<?,?>, VW extends PrismValueWrapper<?>>
booleanmatch(IW wrapper, VW valueWrapper) voidregister()Methods inherited from class com.evolveum.midpoint.gui.impl.factory.panel.TextPanelFactory
prepareAutoCompleteListMethods inherited from class com.evolveum.midpoint.gui.impl.factory.panel.AbstractInputGuiComponentFactory
configure, createPanel, getRegistry
-
Constructor Details
-
DurationPanelFactory
public DurationPanelFactory()
-
-
Method Details
-
register
@PostConstruct public void register()- Overrides:
registerin classTextPanelFactory<Duration>
-
match
public <IW extends ItemWrapper<?,?>, boolean matchVW extends PrismValueWrapper<?>> (IW wrapper, VW valueWrapper) - Specified by:
matchin interfaceGuiComponentFactory<PrismPropertyPanelContext<Duration>>- Overrides:
matchin classTextPanelFactory<Duration>
-
getPanel
- Overrides:
getPanelin classTextPanelFactory<Duration>
-
getOrder
- Specified by:
getOrderin interfaceGuiComponentFactory<PrismPropertyPanelContext<Duration>>- Overrides:
getOrderin classAbstractInputGuiComponentFactory<Duration>
-