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, unregisterListener
toString
public ExpandEvent(C source, boolean fromClient, Collection<T> items)
source
- the source componentfromClient
- true
if the event originated from the client
side, false
otherwiseitems
- Expanded itemsComponentEvent
public Collection<T> getItems()
Copyright © 2019. All rights reserved.