to.etc.domui.component.lookup
Class LookupControlRegistry
java.lang.Object
to.etc.domui.component.lookup.LookupControlRegistry
public class LookupControlRegistry
- extends java.lang.Object
Default Registry of Lookup control factories.
- Author:
- Frits Jalvingh
Created on Jul 23, 2008
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LookupControlRegistry
public LookupControlRegistry()
getFactoryList
public java.util.List<ILookupControlFactory> getFactoryList()
register
public void register(ILookupControlFactory f)
findFactory
public ILookupControlFactory findFactory(SearchPropertyMetaModel pmm)
getControlFactory
public ILookupControlFactory getControlFactory(SearchPropertyMetaModel pmm)
getLookupQueryFactory
public <X extends NodeBase & IInputNode<?>> ILookupControlFactory getLookupQueryFactory(SearchPropertyMetaModel pmm,
X control)