| Package | Description |
|---|---|
| com.vaadin.client.connectors | |
| com.vaadin.client.ui | |
| com.vaadin.client.ui.listselect | |
| com.vaadin.client.ui.twincolselect |
| Modifier and Type | Method and Description |
|---|---|
abstract AbstractMultiSelectConnector.MultiSelectWidget |
AbstractMultiSelectConnector.getMultiSelectWidget()
Returns the multiselect widget for this connector.
|
| Modifier and Type | Class and Description |
|---|---|
class |
VListSelect
A simple list select for selecting multiple items.
|
class |
VTwinColSelect
A list builder widget that has two selects; one for selectable options,
another for selected options, and buttons for selecting and deselecting the
items.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractMultiSelectConnector.MultiSelectWidget |
ListSelectConnector.getMultiSelectWidget() |
| Modifier and Type | Method and Description |
|---|---|
AbstractMultiSelectConnector.MultiSelectWidget |
TwinColSelectConnector.getMultiSelectWidget() |
Copyright © 2023 Vaadin Ltd. All rights reserved.