Class ClientSetSelectionEvent

  • All Implemented Interfaces:
    IClientEvent, IEvent

    public class ClientSetSelectionEvent
    extends ClientEvent
    A set selection event that can be sent to a component so that it transforms it into TableSetSelectionEvent and TreeSetSelectionEvent for its view models.
    • Constructor Detail

      • ClientSetSelectionEvent

        public ClientSetSelectionEvent​(boolean async,
                                       Object... selectedObjects)
        Creates a new instance.
        Parameters:
        async - true if the event should be processed asynchronously
        selectedObject - the selected objects, cannot be null
    • Method Detail

      • getSelectedObjects

        public Object[] getSelectedObjects()
        Returns the selected objects.
        Returns:
        the selected objects, cannot be null