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 SummaryConstructors
- 
Method SummaryModifier 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.TextPanelFactoryprepareAutoCompleteListMethods inherited from class com.evolveum.midpoint.gui.impl.factory.panel.AbstractInputGuiComponentFactoryconfigure, createPanel, getRegistry
- 
Constructor Details- 
DurationWithOneElementPanelFactorypublic DurationWithOneElementPanelFactory()
 
- 
- 
Method Details- 
register@PostConstruct public void register()- Overrides:
- registerin class- TextPanelFactory<Duration>
 
- 
matchpublic <IW extends ItemWrapper<?,?>, boolean matchVW extends PrismValueWrapper<?>> (IW wrapper, VW valueWrapper) - Specified by:
- matchin interface- GuiComponentFactory<PrismPropertyPanelContext<Duration>>
- Overrides:
- matchin class- TextPanelFactory<Duration>
 
- 
getPanel- Overrides:
- getPanelin class- TextPanelFactory<Duration>
 
- 
getOrder- Specified by:
- getOrderin interface- GuiComponentFactory<PrismPropertyPanelContext<Duration>>
- Overrides:
- getOrderin class- AbstractInputGuiComponentFactory<Duration>
 
 
-