Skip navigation links
A C G L M O S U 

A

addSelectionListener(MultiSelectionListener<MultiSelectListBox<T>, T>) - Method in class com.vaadin.flow.component.listbox.MultiSelectListBox
 

C

com.vaadin.flow.component.listbox - package com.vaadin.flow.component.listbox
 

G

getDataProvider() - Method in class com.vaadin.flow.component.listbox.ListBoxBase
Gets the data provider.
getItemEnabledProvider() - Method in class com.vaadin.flow.component.listbox.ListBoxBase
Returns the item enabled predicate.
getItemRenderer() - Method in class com.vaadin.flow.component.listbox.ListBoxBase
Returns the item component renderer.
getSelectedItems() - Method in class com.vaadin.flow.component.listbox.MultiSelectListBox
Returns an immutable set of the currently selected items.

L

ListBox<T> - Class in com.vaadin.flow.component.listbox
Server-side component for the vaadin-list-box element.
ListBox() - Constructor for class com.vaadin.flow.component.listbox.ListBox
Creates a new list box component.
ListBoxBase<C extends ListBoxBase<C,ITEM,VALUE>,ITEM,VALUE> - Class in com.vaadin.flow.component.listbox
Base class for the ListBox and MultiSelectListBox.

M

MultiSelectListBox<T> - Class in com.vaadin.flow.component.listbox
Server-side component for the vaadin-list-box element with multi-selection.
MultiSelectListBox() - Constructor for class com.vaadin.flow.component.listbox.MultiSelectListBox
Creates a new list box component with multi-selection.

O

onAttach(AttachEvent) - Method in class com.vaadin.flow.component.listbox.ListBoxBase
 
onDetach(DetachEvent) - Method in class com.vaadin.flow.component.listbox.ListBoxBase
 
onEnabledStateChanged(boolean) - Method in class com.vaadin.flow.component.listbox.ListBoxBase
 

S

setDataProvider(DataProvider<ITEM, ?>) - Method in class com.vaadin.flow.component.listbox.ListBoxBase
 
setItemEnabledProvider(SerializablePredicate<ITEM>) - Method in class com.vaadin.flow.component.listbox.ListBoxBase
Sets the item enabled predicate for this ListBox.
setRenderer(ComponentRenderer<? extends Component, ITEM>) - Method in class com.vaadin.flow.component.listbox.ListBoxBase
Sets the item renderer for this ListBox.
setRequiredIndicatorVisible(boolean) - Method in class com.vaadin.flow.component.listbox.ListBoxBase
Not supported!
setValue(Set<T>) - Method in class com.vaadin.flow.component.listbox.MultiSelectListBox
Sets the value of this component.

U

updateSelection(Set<T>, Set<T>) - Method in class com.vaadin.flow.component.listbox.MultiSelectListBox
 
A C G L M O S U 
Skip navigation links

Copyright © 2025. All rights reserved.