Class AnyTypePanelFactory
java.lang.Object
com.evolveum.midpoint.gui.impl.factory.panel.AbstractInputGuiComponentFactory<Object>
com.evolveum.midpoint.gui.impl.factory.panel.AnyTypePanelFactory
- All Implemented Interfaces:
GuiComponentFactory<PrismPropertyPanelContext<Object>>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected InputPanelgetPanel(PrismPropertyPanelContext<Object> panelCtx) <IW extends ItemWrapper<?,?>, VW extends PrismValueWrapper<?>>
booleanmatch(IW wrapper, VW valueWrapper) voidregister()Methods inherited from class com.evolveum.midpoint.gui.impl.factory.panel.AbstractInputGuiComponentFactory
configure, createPanel, getOrder, getRegistry
-
Constructor Details
-
AnyTypePanelFactory
public AnyTypePanelFactory()
-
-
Method Details
-
register
@PostConstruct public void register() -
match
public <IW extends ItemWrapper<?,?>, boolean matchVW extends PrismValueWrapper<?>> (IW wrapper, VW valueWrapper) -
getPanel
- Specified by:
getPanelin classAbstractInputGuiComponentFactory<Object>
-