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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configure
(PrismPropertyPanelContext<RangeType> panelCtx, org.apache.wicket.Component component) getOrder()
protected InputPanel
getPanel
(PrismPropertyPanelContext<RangeType> panelCtx) <IW extends ItemWrapper<?,
?>, VW extends PrismValueWrapper<?>>
booleanmatch
(IW wrapper, VW valueWrapper) void
register()
Methods inherited from class com.evolveum.midpoint.gui.impl.factory.panel.AbstractInputGuiComponentFactory
createPanel, getRegistry
-
Constructor Details
-
RangePanelFactory
public RangePanelFactory()
-
-
Method Details
-
register
@PostConstruct public void register() -
match
public <IW extends ItemWrapper<?,?>, boolean matchVW extends PrismValueWrapper<?>> (IW wrapper, VW valueWrapper) -
getPanel
- Specified by:
getPanel
in classAbstractInputGuiComponentFactory<RangeType>
-
getOrder
- Specified by:
getOrder
in interfaceGuiComponentFactory<PrismPropertyPanelContext<RangeType>>
- Overrides:
getOrder
in classAbstractInputGuiComponentFactory<RangeType>
-
configure
public void configure(PrismPropertyPanelContext<RangeType> panelCtx, org.apache.wicket.Component component) - Specified by:
configure
in interfaceGuiComponentFactory<PrismPropertyPanelContext<RangeType>>
- Overrides:
configure
in classAbstractInputGuiComponentFactory<RangeType>
-