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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected InputPanelgetPanel(PrismPropertyPanelContext<T> panelCtx) <IW extends ItemWrapper<?,?>, VW extends PrismValueWrapper<?>> 
 booleanmatch(IW wrapper, VW valueWrapper) prepareAutoCompleteList(String input, LookupTableType lookupTable) voidregister()Methods inherited from class com.evolveum.midpoint.gui.impl.factory.panel.AbstractInputGuiComponentFactoryconfigure, createPanel, getOrder, getRegistry
- 
Constructor Details- 
TextPanelFactorypublic TextPanelFactory()
 
- 
- 
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>
 
- 
prepareAutoCompleteList
 
-