public class CollapseEvent<T,C extends Component> extends ComponentEvent<C>
source| Constructor and Description |
|---|
CollapseEvent(C source,
boolean fromClient,
Collection<T> items)
CollapseEvent base constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<T> |
getItems() |
getSource, isFromClient, unregisterListenertoStringpublic CollapseEvent(C source, boolean fromClient, Collection<T> items)
source - the source componentfromClient - true if the event originated from the client
side, false otherwiseitems - Collapsed itemsComponentEventpublic Collection<T> getItems()
Copyright © 2018. All rights reserved.