Uses of Interface
com.vaadin.event.SelectionEvent.SelectionListener
-
Packages that use SelectionEvent.SelectionListener Package Description com.vaadin.event com.vaadin.ui -
-
Uses of SelectionEvent.SelectionListener in com.vaadin.event
Methods in com.vaadin.event with parameters of type SelectionEvent.SelectionListener Modifier and Type Method Description voidSelectionEvent.SelectionNotifier. addSelectionListener(SelectionEvent.SelectionListener listener)Registers a new selection listenervoidSelectionEvent.SelectionNotifier. removeSelectionListener(SelectionEvent.SelectionListener listener)Removes a previously registered selection change listener -
Uses of SelectionEvent.SelectionListener in com.vaadin.ui
Methods in com.vaadin.ui with parameters of type SelectionEvent.SelectionListener Modifier and Type Method Description voidGrid. addSelectionListener(SelectionEvent.SelectionListener listener)voidGrid. removeSelectionListener(SelectionEvent.SelectionListener listener)
-