| Package | Description |
|---|---|
| to.etc.domui.component.input | |
| to.etc.domui.component.lookup | |
| to.etc.domui.component2.lookupinput | |
| to.etc.domui.pages.generic |
| Modifier and Type | Method and Description |
|---|---|
LookupForm<T> |
SimpleLookup.getExternalLookupForm() |
LookupForm<QT> |
LookupInputBase.getLookupForm()
Can be set by a specific lookup form to use when the full query popup is shown.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LookupInputBase.ILookupFormModifier.initialize(LookupForm<T> lf)
Sends LookupForm for initialization.
|
void |
SimpleLookup.setExternalLookupForm(LookupForm<T> externalLookupForm) |
void |
LookupInputBase.setLookupForm(LookupForm<QT> externalLookupForm) |
| Modifier and Type | Method and Description |
|---|---|
LookupForm<T> |
MultipleSelectionLookup.getExternalLookupForm() |
| Modifier and Type | Method and Description |
|---|---|
IClicked<LookupForm<T>> |
LookupForm.getOnCancel() |
IClicked<? extends LookupForm<T>> |
LookupForm.getOnClear() |
IClicked<LookupForm<T>> |
LookupForm.getOnNew()
Sets the onNew handler.
|
IClicked<LookupForm<T>> |
LookupForm.getSearchClicked() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
MultipleSelectionLookup.search(LookupForm<T> lf) |
void |
MultipleSelectionLookup.setExternalLookupForm(LookupForm<T> externalLookupForm) |
| Modifier and Type | Method and Description |
|---|---|
void |
LookupForm.setOnCancel(IClicked<LookupForm<T>> onCancel)
When set, this causes a "cancel" button to be added to the form.
|
void |
LookupForm.setOnClear(IClicked<? extends LookupForm<T>> onClear)
Listener to call when the "clear" button is pressed.
|
void |
LookupForm.setOnNew(IClicked<LookupForm<T>> onNew)
Returns the onNew handler.
|
| Modifier and Type | Method and Description |
|---|---|
LookupForm<QT> |
DefaultLookupInputDialog.getLookupForm()
Can be set by a specific lookup form to use when the full query popup is shown.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultLookupInputDialog.setLookupForm(LookupForm<QT> externalLookupForm) |
| Modifier and Type | Method and Description |
|---|---|
protected LookupForm<T> |
BasicListPage.getLookupForm() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BasicListPage.customizeLookupForm(LookupForm<T> lf)
Override this to customize the lookup form.
|
protected void |
BasicListPage.onLookupFormClear(LookupForm<T> lf)
Override to do extra things when the lookupform's "clear" button is pressed.
|
protected void |
BasicListPage.setLookupForm(LookupForm<T> lookupForm) |
Copyright © 2017 etc.to. All rights reserved.