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
@Component public class TextPanelFactory<T> extends AbstractInputGuiComponentFactory<T> implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TextPanelFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected InputPanel
getPanel(PrismPropertyPanelContext<T> panelCtx)
<IW extends ItemWrapper<?,?>>
booleanmatch(IW wrapper)
protected List<String>
prepareAutoCompleteList(String input, LookupTableType lookupTable)
void
register()
-
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:
match
in interfaceGuiComponentFactory<T>
-
getPanel
protected InputPanel getPanel(PrismPropertyPanelContext<T> panelCtx)
- Specified by:
getPanel
in classAbstractInputGuiComponentFactory<T>
-
prepareAutoCompleteList
protected List<String> prepareAutoCompleteList(String input, LookupTableType lookupTable)
-
-