Interface DropDownSelectionChoiceListener<T>

Type Parameters:
T - The type of objects used by the field.

public interface DropDownSelectionChoiceListener<T>
A listener that is called when the user makes a selection from the DropDownSelectionTextField (e.g., they click an item or press enter on a selected item and the matching window is closed).
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • selectionChanged

      void selectionChanged(T t)