Class TextPanelFactory<T>
java.lang.Object
com.evolveum.midpoint.gui.impl.factory.panel.AbstractInputGuiComponentFactory<T>
com.evolveum.midpoint.gui.impl.factory.panel.TextPanelFactory<T>
- All Implemented Interfaces:
GuiComponentFactory<PrismPropertyPanelContext<T>>
,Serializable
- Direct Known Subclasses:
DurationPanelFactory
,DurationWithOneElementPanelFactory
@Component
public class TextPanelFactory<T>
extends AbstractInputGuiComponentFactory<T>
implements Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected InputPanel
getPanel
(PrismPropertyPanelContext<T> panelCtx) <IW extends ItemWrapper<?,
?>, VW extends PrismValueWrapper<?>>
booleanmatch
(IW wrapper, VW valueWrapper) prepareAutoCompleteList
(String input, LookupTableType lookupTable) void
register()
Methods inherited from class com.evolveum.midpoint.gui.impl.factory.panel.AbstractInputGuiComponentFactory
configure, createPanel, getOrder, getRegistry
-
Constructor Details
-
TextPanelFactory
public TextPanelFactory()
-
-
Method Details
-
register
@PostConstruct public void register() -
match
public <IW extends ItemWrapper<?,?>, boolean matchVW extends PrismValueWrapper<?>> (IW wrapper, VW valueWrapper) - Specified by:
match
in interfaceGuiComponentFactory<T>
-
getPanel
- Specified by:
getPanel
in classAbstractInputGuiComponentFactory<T>
-
prepareAutoCompleteList
-