Class ClientSelectionEvent

java.lang.Object
com._1c.g5.aef2.events.ClientEvent
com._1c.g5.aef2.events.ClientSelectionEvent
All Implemented Interfaces:
IClientEvent, IEvent

public class ClientSelectionEvent extends ClientEvent
A selection event that can be sent to a component so that it transforms it into SelectionEvents for its view models.
  • Constructor Details

    • ClientSelectionEvent

      public ClientSelectionEvent(ClientSelectionEvent.ClientSelectionType type, boolean async)
      Creates a new instance.
      Parameters:
      type - The selection type
      async - true if the event should be processed asynchronously
  • Method Details