Class ShadowKindPanelFactory
java.lang.Object
com.evolveum.midpoint.gui.impl.factory.panel.AbstractInputGuiComponentFactory<T>
com.evolveum.midpoint.gui.impl.factory.panel.enump.EnumPanelFactory<ShadowKindType>
com.evolveum.midpoint.gui.impl.factory.panel.enump.ShadowKindPanelFactory
- All Implemented Interfaces:
GuiComponentFactory<PrismPropertyPanelContext<ShadowKindType>>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetOrder()protected InputPanelgetPanel(PrismPropertyPanelContext<ShadowKindType> panelCtx) <IW extends ItemWrapper<?,?>, VW extends PrismValueWrapper<?>>
booleanmatch(IW wrapper, VW valueWrapper) Methods inherited from class com.evolveum.midpoint.gui.impl.factory.panel.enump.EnumPanelFactory
registerMethods inherited from class com.evolveum.midpoint.gui.impl.factory.panel.AbstractInputGuiComponentFactory
configure, createPanel, getRegistry
-
Constructor Details
-
ShadowKindPanelFactory
public ShadowKindPanelFactory()
-
-
Method Details
-
match
public <IW extends ItemWrapper<?,?>, boolean matchVW extends PrismValueWrapper<?>> (IW wrapper, VW valueWrapper) - Specified by:
matchin interfaceGuiComponentFactory<PrismPropertyPanelContext<ShadowKindType>>- Overrides:
matchin classEnumPanelFactory<ShadowKindType>
-
getPanel
- Overrides:
getPanelin classEnumPanelFactory<ShadowKindType>
-
getOrder
- Specified by:
getOrderin interfaceGuiComponentFactory<PrismPropertyPanelContext<ShadowKindType>>- Overrides:
getOrderin classAbstractInputGuiComponentFactory<ShadowKindType>
-