| Interface | Description |
|---|---|
| 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<T> |
Encapsulates a single created lookup "part" in the lookup form, and
defines the possible actions that we can define on it.
|
| ILookupFilterHandler | |
| IMultiSelectionResult<T> |
Listener for event that returns result list from multiple selection input control.
|
| Class | Description |
|---|---|
| AbstractLookupControlImpl |
Abstract default implementation of a ILookupControlInstance.
|
| BaseAbstractLookupControlImpl<T> | |
| EqLookupControlImpl<T> |
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.
|
| LookupFormSavedFilterFragment |
Fragment containing the saved filter searches
|
| LookupNumberControl<T extends Number> |
Base utility class when lookups of custom numeric conditions should be implemented.
|
| MultipleSelectionLookup<T> |
Dialog that enables multiple lookup selection.
|
| SavedFilter | |
| SaveSearchFilterDialog |
| Enum | Description |
|---|---|
| ILookupControlInstance.AppendCriteriaResult |
Represents result of
ILookupControlInstance.appendCriteria(QCriteria). |
| LookupForm.ButtonMode | |
| NumericRelationType |
Copyright © 2017 etc.to. All rights reserved.