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
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 -
Method Summary
Methods inherited from class com._1c.g5.aef2.events.ClientEvent
isAsync
-
Constructor Details
-
RestoreFocusEvent
public RestoreFocusEvent(boolean async) Constructs a scene smart focus event.- Parameters:
async
-true
if the event should be queued asynchronously
-