| Package | Description |
|---|---|
| to.etc.domui.component.input |
| Modifier and Type | Method and Description |
|---|---|
SearchInput.IQuery<T> |
SearchInput.getHandler()
Get the current query/event handler for this control.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchInput.setHandler(SearchInput.IQuery<T> handler) |
| Constructor and Description |
|---|
SearchInput(SearchInput.IQuery<T> handler,
Class<T> clz,
Object... columns)
Create a control for the specified type, using the handler to query and handle events.
|
Copyright © 2017 etc.to. All rights reserved.