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