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