public static interface Tree.ExpandListener extends Serializable
| Modifier and Type | Field and Description |
|---|---|
static Method |
EXPAND_METHOD |
| Modifier and Type | Method and Description |
|---|---|
void |
nodeExpand(Tree.ExpandEvent event)
A node has been expanded.
|
static final Method EXPAND_METHOD
void nodeExpand(Tree.ExpandEvent event)
event - the Expand event.Copyright © 2017 Vaadin Ltd. All rights reserved.