@DomEvent(value="toggle") public static class NativeDetails.ToggleEvent extends ComponentEvent<NativeDetails>
source| Constructor and Description |
|---|
ToggleEvent(NativeDetails source,
boolean fromClient)
ToggleEvent base constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isOpened()
Return whether or not the details was opened or closed in this event.
|
getSource, isFromClient, unregisterListenertoStringpublic ToggleEvent(NativeDetails source, boolean fromClient)
Note: This event is always triggered on client side. Resulting in
fromClient to be always true.
source - the source componentfromClient - true if the event originated from the client
side, false otherwiseCopyright © 2025. All rights reserved.