public static interface Tree.CollapseListener extends Serializable
| Modifier and Type | Field and Description |
|---|---|
static Method |
COLLAPSE_METHOD |
| Modifier and Type | Method and Description |
|---|---|
void |
nodeCollapse(Tree.CollapseEvent event)
A node has been collapsed.
|
static final Method COLLAPSE_METHOD
void nodeCollapse(Tree.CollapseEvent event)
event - the Collapse event.Copyright © 2023 Vaadin Ltd. All rights reserved.