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 Constructor Description EnumPanelFactory()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected InputPanelgetPanel(PrismPropertyPanelContext<T> panelCtx)<IW extends ItemWrapper<?,?>>
 booleanmatch(IW wrapper)voidregister()- 
Methods inherited from class com.evolveum.midpoint.gui.impl.factory.panel.AbstractInputGuiComponentFactoryconfigure, createPanel, getOrder, getRegistry
 
- 
 
- 
- 
- 
Method Detail- 
register@PostConstruct public void register() 
 - 
matchpublic <IW extends ItemWrapper<?,?>> boolean match(IW wrapper) 
 - 
getPanelprotected InputPanel getPanel(PrismPropertyPanelContext<T> panelCtx) - Specified by:
- getPanelin class- AbstractInputGuiComponentFactory<T extends Enum<?>>
 
 
- 
 
-