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 Details

    • RestoreFocusEvent

      public RestoreFocusEvent(boolean async)
      Constructs a scene smart focus event.
      Parameters:
      async - true if the event should be queued asynchronously