Class DatePanelFactory
java.lang.Object
com.evolveum.midpoint.gui.impl.factory.panel.AbstractInputGuiComponentFactory<XMLGregorianCalendar>
com.evolveum.midpoint.gui.impl.factory.panel.DatePanelFactory
- All Implemented Interfaces:
- GuiComponentFactory<PrismPropertyPanelContext<XMLGregorianCalendar>>
@Component
public class DatePanelFactory
extends AbstractInputGuiComponentFactory<XMLGregorianCalendar>
- Author:
- katka
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected InputPanel<IW extends ItemWrapper<?,?>, VW extends PrismValueWrapper<?>> 
 booleanmatch(IW wrapper, VW valueWrapper) voidregister()Methods inherited from class com.evolveum.midpoint.gui.impl.factory.panel.AbstractInputGuiComponentFactoryconfigure, createPanel, getOrder, getRegistry
- 
Constructor Details- 
DatePanelFactorypublic DatePanelFactory()
 
- 
- 
Method Details- 
register@PostConstruct public void register()
- 
matchpublic <IW extends ItemWrapper<?,?>, boolean matchVW extends PrismValueWrapper<?>> (IW wrapper, VW valueWrapper) 
- 
getPanel- Specified by:
- getPanelin class- AbstractInputGuiComponentFactory<XMLGregorianCalendar>
 
 
-