Class SelectionEvent<T>

Type Parameters:
T - the type being selected

public class SelectionEvent<T> extends GwtEvent<SelectionHandler<T>>
Represents a selection event.
  • Constructor Details

    • SelectionEvent

      protected SelectionEvent(T selectedItem)
      Creates a new selection event.
      Parameters:
      selectedItem - selected item
  • Method Details