Class LocalFileInputPanelFactory<T extends Serializable>
java.lang.Object
com.evolveum.midpoint.gui.impl.factory.panel.AbstractInputGuiComponentFactory<T>
com.evolveum.midpoint.gui.impl.factory.panel.LocalFileInputPanelFactory<T>
- All Implemented Interfaces:
GuiComponentFactory<PrismPropertyPanelContext<T>>
@Component
public class LocalFileInputPanelFactory<T extends Serializable>
extends AbstractInputGuiComponentFactory<T>
Currently this factory is used only for CSV connector, filePath configuration property.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetOrder()protected 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.AbstractInputGuiComponentFactory
configure, createPanel, getRegistry
-
Constructor Details
-
LocalFileInputPanelFactory
public LocalFileInputPanelFactory()
-
-
Method Details
-
register
@PostConstruct public void register() -
match
public <IW extends ItemWrapper<?,?>, boolean matchVW extends PrismValueWrapper<?>> (IW wrapper, VW valueWrapper) -
getPanel
- Specified by:
getPanelin classAbstractInputGuiComponentFactory<T extends Serializable>
-
getOrder
- Specified by:
getOrderin interfaceGuiComponentFactory<T extends Serializable>- Overrides:
getOrderin classAbstractInputGuiComponentFactory<T extends Serializable>
-