Uses of Interface
to.etc.domui.component.lookup.ILookupControlFactory

Packages that use ILookupControlFactory
to.etc.domui.component.form   
to.etc.domui.component.lookup   
to.etc.domui.server   
 

Uses of ILookupControlFactory in to.etc.domui.component.form
 

Methods in to.etc.domui.component.form that return ILookupControlFactory
 ILookupControlFactory ControlBuilder.findLookupControlFactory(SearchPropertyMetaModel pmm)
           
 ILookupControlFactory ControlBuilder.getLookupControlFactory(SearchPropertyMetaModel pmm)
           
<X extends NodeBase & IInputNode<?>>
ILookupControlFactory
ControlBuilder.getLookupQueryFactory(SearchPropertyMetaModel pmm, X control)
           
 

Methods in to.etc.domui.component.form with parameters of type ILookupControlFactory
 void ControlBuilder.register(ILookupControlFactory f)
          Add another LookupControlFactory to the registry.
 

Uses of ILookupControlFactory in to.etc.domui.component.lookup
 

Methods in to.etc.domui.component.lookup that return ILookupControlFactory
 ILookupControlFactory LookupControlRegistry.findFactory(SearchPropertyMetaModel pmm)
           
 ILookupControlFactory LookupControlRegistry.getControlFactory(SearchPropertyMetaModel pmm)
           
<X extends NodeBase & IInputNode<?>>
ILookupControlFactory
LookupControlRegistry.getLookupQueryFactory(SearchPropertyMetaModel pmm, X control)
           
 

Methods in to.etc.domui.component.lookup that return types with arguments of type ILookupControlFactory
 java.util.List<ILookupControlFactory> LookupControlRegistry.getFactoryList()
           
 

Methods in to.etc.domui.component.lookup with parameters of type ILookupControlFactory
 void LookupControlRegistry.register(ILookupControlFactory f)
           
 

Uses of ILookupControlFactory in to.etc.domui.server
 

Methods in to.etc.domui.server with parameters of type ILookupControlFactory
 void DomApplication.register(ILookupControlFactory f)
          Register a new LookupControl factory.