Class UploadDownloadPanelFactory<T>
java.lang.Object
com.evolveum.midpoint.gui.impl.factory.panel.AbstractInputGuiComponentFactory<T>
com.evolveum.midpoint.gui.impl.factory.panel.UploadDownloadPanelFactory<T>
- All Implemented Interfaces:
- GuiComponentFactory<PrismPropertyPanelContext<T>>,- Serializable
@Component
public class UploadDownloadPanelFactory<T>
extends AbstractInputGuiComponentFactory<T>
implements Serializable
- Author:
- katkav
- See Also:
- 
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- 
UploadDownloadPanelFactorypublic UploadDownloadPanelFactory()
 
- 
- 
Method Details- 
register@PostConstruct public void register()
- 
matchpublic <IW extends ItemWrapper<?,?>, boolean matchVW extends PrismValueWrapper<?>> (IW wrapper, VW valueWrapper) - Specified by:
- matchin interface- GuiComponentFactory<T>
 
- 
getPanel- Specified by:
- getPanelin class- AbstractInputGuiComponentFactory<T>
 
 
-