Interface SingleSelectionModel<T>

    • Method Detail

      • asSingleSelect

        SingleSelect<T> asSingleSelect()
        Gets a wrapper to use this single selection model as a single select in Binder.
        Returns:
        the single select wrapper
      • addSingleSelectionListener

        com.vaadin.shared.Registration 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.
        Parameters:
        listener - the value change listener, not null
        Returns:
        a registration for the listener