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