Uses of Interface
com.vaadin.event.selection.SingleSelectionListener
-
Packages that use SingleSelectionListener Package Description com.vaadin.ui com.vaadin.ui.components.grid -
-
Uses of SingleSelectionListener in com.vaadin.ui
Methods in com.vaadin.ui with parameters of type SingleSelectionListener Modifier and Type Method Description RegistrationAbstractSingleSelect. addSelectionListener(SingleSelectionListener<T> listener)Adds a selection listener to this select. -
Uses of SingleSelectionListener in com.vaadin.ui.components.grid
Methods in com.vaadin.ui.components.grid with parameters of type SingleSelectionListener Modifier and Type Method Description RegistrationGridSingleSelect. addSingleSelectionListener(SingleSelectionListener<T> listener)Adds a single selection listener that is called when the value of this select is changed either by the user or programmatically.RegistrationSingleSelectionModel. addSingleSelectionListener(SingleSelectionListener<T> listener)Adds a single selection listener that is called when the value of this select is changed either by the user or programmatically.RegistrationSingleSelectionModelImpl. addSingleSelectionListener(SingleSelectionListener<T> listener)
-