Package com._1c.g5.aef2.events
Class ClientExpandAllEvent
- java.lang.Object
-
- com._1c.g5.aef2.events.ClientEvent
-
- com._1c.g5.aef2.events.ClientExpandAllEvent
-
- All Implemented Interfaces:
IClientEvent
,IEvent
public class ClientExpandAllEvent extends ClientEvent
Expand all event that can be sent to a component so that it transforms it intoTreeExpandAllEvent
for its view models.
-
-
Constructor Summary
Constructors Constructor Description ClientExpandAllEvent(boolean async)
Creates a new instance.
-