to.etc.domui.component.lookup
Interface ILookupControlFactory
public interface ILookupControlFactory
Creates the stuff needed to generate a single property lookup control, plus
the stuff to handle the control's input and converting it to part of a
QCriteria restriction.
- Author:
- Frits Jalvingh
Created on Jul 23, 2008
accepts
<X extends IInputNode<?>> int accepts(SearchPropertyMetaModel pmm,
X control)
- Returns >=0 if this can create a lookup instance for a property.
- Parameters:
pmm
-
- Returns:
createControl
<X extends IInputNode<?>> ILookupControlInstance createControl(SearchPropertyMetaModel spm,
X control)