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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UploadDownloadPanelFactory()
-
Method Summary
All 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.AbstractInputGuiComponentFactory
configure, createPanel, getOrder, getRegistry
-
-
-
-
Method Detail
-
register
@PostConstruct public void register()
-
match
public <IW extends ItemWrapper<?,?>> boolean match(IW wrapper)
- Specified by:
matchin interfaceGuiComponentFactory<T>
-
getPanel
protected InputPanel getPanel(PrismPropertyPanelContext<T> panelCtx)
- Specified by:
getPanelin classAbstractInputGuiComponentFactory<T>
-
-