Class EnumPanelFactory<T extends Enum<?>>
java.lang.Object
com.evolveum.midpoint.gui.impl.factory.panel.AbstractInputGuiComponentFactory<T>
com.evolveum.midpoint.gui.impl.factory.panel.EnumPanelFactory<T>
- All Implemented Interfaces:
- GuiComponentFactory<PrismPropertyPanelContext<T>>
@Component
public class EnumPanelFactory<T extends Enum<?>>
extends AbstractInputGuiComponentFactory<T>
- Author:
- katka
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected InputPanelgetPanel(PrismPropertyPanelContext<T> panelCtx) <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- 
EnumPanelFactorypublic EnumPanelFactory()
 
- 
- 
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<T extends Enum<?>>
 
 
-