| Package | Description |
|---|---|
| to.etc.domui.component.lookup | |
| to.etc.domui.component.tree | |
| to.etc.domui.dom.html |
| Modifier and Type | Method and Description |
|---|---|
void |
LookupForm.setClicked(IClickBase<?> clicked)
Set the handler to call when the "Search" button is clicked.
|
| Modifier and Type | Method and Description |
|---|---|
IClickBase<?> |
TreeSelectionWindow.getCancelClicked() |
IClickBase<?> |
TreeSelectionWindow.getClicked() |
| Modifier and Type | Method and Description |
|---|---|
void |
TreeSelectionWindow.setCancelClicked(IClickBase<?> cancelClicked) |
void |
TreeSelectionWindow.setClicked(IClickBase<?> clicked) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IClicked<T extends NodeBase>
Listener for basic clickies on a Node.
|
interface |
IClicked2<T extends NodeBase> |
| Modifier and Type | Method and Description |
|---|---|
IClickBase<?> |
NodeBase.getClicked()
Return the click handler for this node, or null if none is associated with it.
|
IClickBase<?> |
RadioButton.getClicked() |
| Modifier and Type | Method and Description |
|---|---|
void |
NodeBase.setClicked(IClickBase<?> clicked)
Set a click handler for this node.
|
void |
Img.setClicked(IClickBase<?> clicked) |
Copyright © 2017 etc.to. All rights reserved.