T
- the expanded item's type@FunctionalInterface public static interface ExpandEvent.ExpandListener<T> extends SerializableEventListener
Modifier and Type | Field and Description |
---|---|
static Method |
EXPAND_METHOD |
Modifier and Type | Method and Description |
---|---|
void |
itemExpand(ExpandEvent<T> event)
Callback method for when an item has been expanded.
|
static final Method EXPAND_METHOD
void itemExpand(ExpandEvent<T> event)
event
- the expand eventCopyright © 2017 Vaadin Ltd. All rights reserved.