Package to.etc.domui.component.lookup

Interface Summary
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.
ILookupControlInstance Encapsulates a single created lookup "part" in the lookup form, and defines the possible actions that we can define on it.
IMultiSelectionResult<T> Listener for event that returns result list from multiple selection input control.
 

Class Summary
AbstractLookupControlImpl Abstract default implementation of a ILookupControlInstance.
EqLookupControlImpl ILookupControlInstance which uses a generic input control to create an equals criterion on the input value, provided it is not null.
LookupControlRegistry Default Registry of Lookup control factories.
LookupForm<T> Creates a search box to enter search criteria.
LookupForm.Item This is the definition for an Item to look up.
LookupNumberControl<T extends Number> Base utility class when lookups of custom numeric conditions should be implemented.
MultipleSelectionLookup<T> Dialog that enables multiple lookup selection.
 

Enum Summary
ILookupControlInstance.AppendCriteriaResult Represents result of ILookupControlInstance.appendCriteria(QCriteria).
LookupForm.ButtonMode  
NumericRelationType