Package com._1c.g5.aef2.events
Class RestoreFocusEvent
- java.lang.Object
-
- com._1c.g5.aef2.events.ClientEvent
-
- com._1c.g5.aef2.events.RestoreFocusEvent
-
- All Implemented Interfaces:
IClientEvent
,IEvent
public class RestoreFocusEvent extends ClientEvent
Event that should focus the last focused component (if it was stored by the scene) or the component defined by a query if no previously focused component was found.
-
-
Constructor Summary
Constructors Constructor Description RestoreFocusEvent(boolean async)
Constructs a scene smart focus event.
-