| Package | Description |
|---|---|
| to.etc.domui.component.input | |
| to.etc.domui.component.lookup | |
| to.etc.domui.component.meta | |
| to.etc.domui.component.meta.impl | |
| to.etc.domui.component2.lookupinput |
| Modifier and Type | Method and Description |
|---|---|
IQueryManipulator<T> |
SimpleLookup.getQueryManipulator()
When set the specified manipulator will be called before a query is sent to the database.
|
IQueryManipulator<QT> |
LookupInputBase.getQueryManipulator()
When set the specified manipulator will be called before a query is sent to the database.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LookupInputBase.setQueryManipulator(IQueryManipulator<QT> queryManipulator)
When set the specified manipulator will be called before a query is sent to the database.
|
void |
SimpleLookup.setQueryManipulator(IQueryManipulator<T> queryManipulator)
When set the specified manipulator will be called before a query is sent to the database.
|
| Modifier and Type | Method and Description |
|---|---|
IQueryManipulator<T> |
MultipleSelectionLookup.getQueryManipulator() |
| Modifier and Type | Method and Description |
|---|---|
void |
MultipleSelectionLookup.setQueryManipulator(IQueryManipulator<T> queryManipulator) |
| Modifier and Type | Method and Description |
|---|---|
IQueryManipulator<?> |
ClassMetaModel.getQueryManipulator()
For Lookup and Combo fields, this can return a QueryManipulator instance that will alter the base
query for the list-of-this to show.
|
IQueryManipulator<T> |
PropertyMetaModel.getQueryManipulator()
For Lookup and Combo fields, this can return a QueryManipulator instance that will alter the base
query for the thing to show.
|
| Modifier and Type | Method and Description |
|---|---|
IQueryManipulator<T> |
AbstractPropertyMetaModel.getQueryManipulator() |
IQueryManipulator<?> |
ClassMetaModelWrapper.getQueryManipulator() |
IQueryManipulator<T> |
DefaultPropertyMetaModel.getQueryManipulator() |
IQueryManipulator<T> |
PropertyMetaModelWrapper.getQueryManipulator() |
IQueryManipulator<T> |
ExpandedDisplayProperty.getQueryManipulator() |
IQueryManipulator<T> |
PathPropertyMetaModel.getQueryManipulator() |
IQueryManipulator<?> |
DefaultClassMetaModel.getQueryManipulator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultClassMetaModel.setQueryManipulator(IQueryManipulator<?> queryManipulator) |
void |
DefaultPropertyMetaModel.setQueryManipulator(IQueryManipulator<T> queryManipulator) |
| Modifier and Type | Class and Description |
|---|---|
class |
LookupInput2<T>
Lookup input field component.
|
class |
LookupInputBase2<QT,OT> |
| Modifier and Type | Method and Description |
|---|---|
IQueryManipulator<QT> |
DefaultLookupInputDialog.getQueryManipulator() |
IQueryManipulator<QT> |
LookupInputBase2.getQueryManipulator()
When set the specified manipulator will be called before a query is sent to the database.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultLookupInputDialog.setQueryManipulator(IQueryManipulator<QT> queryManipulator) |
void |
LookupInputBase2.setQueryManipulator(IQueryManipulator<QT> queryManipulator)
When set the specified manipulator will be called before a query is sent to the database.
|
Copyright © 2017 etc.to. All rights reserved.