Class RangePanelFactory
java.lang.Object
com.evolveum.midpoint.gui.impl.factory.panel.AbstractInputGuiComponentFactory<RangeType>
com.evolveum.midpoint.gui.impl.factory.panel.RangePanelFactory
- All Implemented Interfaces:
- GuiComponentFactory<PrismPropertyPanelContext<RangeType>>
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidconfigure(PrismPropertyPanelContext<RangeType> panelCtx, org.apache.wicket.Component component) getOrder()protected InputPanelgetPanel(PrismPropertyPanelContext<RangeType> panelCtx) <IW extends ItemWrapper<?,?>, VW extends PrismValueWrapper<?>> 
 booleanmatch(IW wrapper, VW valueWrapper) voidregister()Methods inherited from class com.evolveum.midpoint.gui.impl.factory.panel.AbstractInputGuiComponentFactorycreatePanel, getRegistry
- 
Constructor Details- 
RangePanelFactorypublic RangePanelFactory()
 
- 
- 
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<RangeType>
 
- 
getOrder- Specified by:
- getOrderin interface- GuiComponentFactory<PrismPropertyPanelContext<RangeType>>
- Overrides:
- getOrderin class- AbstractInputGuiComponentFactory<RangeType>
 
- 
configurepublic void configure(PrismPropertyPanelContext<RangeType> panelCtx, org.apache.wicket.Component component) - Specified by:
- configurein interface- GuiComponentFactory<PrismPropertyPanelContext<RangeType>>
- Overrides:
- configurein class- AbstractInputGuiComponentFactory<RangeType>
 
 
-