| Package | Description |
|---|---|
| to.etc.domui.component.lookup |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractLookupControlImpl
Abstract default implementation of a ILookupControlInstance.
|
class |
BaseAbstractLookupControlImpl<T> |
class |
EqLookupControlImpl<T>
ILookupControlInstance which uses a generic input control to create an equals criterion
on the input value, provided it is not null.
|
class |
LookupNumberControl<T extends Number>
Base utility class when lookups of custom numeric conditions should be implemented.
|
| Modifier and Type | Method and Description |
|---|---|
<T,X extends IControl<T>> |
ILookupControlFactory.createControl(SearchPropertyMetaModel spm,
X control) |
| Modifier and Type | Method and Description |
|---|---|
LookupForm.Item |
LookupForm.addManual(ILookupControlInstance<?> lci)
Add a manually-created lookup control instance to the item list.
|
LookupForm.Item |
LookupForm.addManualPropertyLabel(String property,
ILookupControlInstance<?> lci)
Adds a manually-defined control, and use the specified property as the source for its default label.
|
LookupForm.Item |
LookupForm.addManualTextLabel(String labelText,
ILookupControlInstance<?> lci)
Add a manually-created lookup control instance with user-specified label to the item list.
|
Copyright © 2017 etc.to. All rights reserved.