T - the collapsed item's type@FunctionalInterface public static interface CollapseEvent.CollapseListener<T> extends SerializableEventListener
| Modifier and Type | Field and Description |
|---|---|
static Method |
COLLAPSE_METHOD |
| Modifier and Type | Method and Description |
|---|---|
void |
itemCollapse(CollapseEvent<T> event)
Callback method for when an item has been collapsed.
|
static final Method COLLAPSE_METHOD
void itemCollapse(CollapseEvent<T> event)
event - the collapse eventCopyright © 2021 Vaadin Ltd. All rights reserved.