Index
All Classes and Interfaces|All Packages
C
- clear() - Method in class com.vaadin.flow.component.combobox.testbench.ComboBoxElement
-
Clears the value of the combobox.
- closePopup() - Method in class com.vaadin.flow.component.combobox.testbench.ComboBoxElement
-
Close the popup with options, if it is open.
- closePopup() - Method in class com.vaadin.flow.component.combobox.testbench.MultiSelectComboBoxElement
-
Close the popup, if it is open.
- com.vaadin.flow.component.combobox.testbench - package com.vaadin.flow.component.combobox.testbench
- ComboBoxElement - Class in com.vaadin.flow.component.combobox.testbench
-
A TestBench element representing a
<vaadin-combo-box>element. - ComboBoxElement() - Constructor for class com.vaadin.flow.component.combobox.testbench.ComboBoxElement
D
- deselectAll() - Method in class com.vaadin.flow.component.combobox.testbench.MultiSelectComboBoxElement
-
Deselects all items, effectively clearing the value.
- deselectByText(String) - Method in class com.vaadin.flow.component.combobox.testbench.MultiSelectComboBoxElement
-
Attempts to deselect an item that is currently selected, by matching the label.
G
- getFilter() - Method in class com.vaadin.flow.component.combobox.testbench.ComboBoxElement
-
Gets the filter for the options in the popup.
- getFilter() - Method in class com.vaadin.flow.component.combobox.testbench.MultiSelectComboBoxElement
-
Gets the filter for the options in the popup.
- getInputElementValue() - Method in class com.vaadin.flow.component.combobox.testbench.ComboBoxElement
- getInputElementValue() - Method in class com.vaadin.flow.component.combobox.testbench.MultiSelectComboBoxElement
- getOptions() - Method in class com.vaadin.flow.component.combobox.testbench.ComboBoxElement
-
Gets a list of all available options.
- getOptions() - Method in class com.vaadin.flow.component.combobox.testbench.MultiSelectComboBoxElement
-
Opens the popup, and gets the labels of the items that are currently loaded in the popup
- getSelectedText() - Method in class com.vaadin.flow.component.combobox.testbench.ComboBoxElement
- getSelectedTexts() - Method in class com.vaadin.flow.component.combobox.testbench.MultiSelectComboBoxElement
-
Gets the labels of the currently selected items.
- getValue() - Method in class com.vaadin.flow.component.combobox.testbench.ComboBoxElement
-
Gets the property "value" as a string.
I
- isAutoOpen() - Method in class com.vaadin.flow.component.combobox.testbench.ComboBoxElement
-
Gets whether dropdown will open automatically or not.
- isAutoOpen() - Method in class com.vaadin.flow.component.combobox.testbench.MultiSelectComboBoxElement
-
Gets whether dropdown will open automatically or not.
- isPopupOpen() - Method in class com.vaadin.flow.component.combobox.testbench.ComboBoxElement
-
Checks whether the popup with options is open.
- isPopupOpen() - Method in class com.vaadin.flow.component.combobox.testbench.MultiSelectComboBoxElement
-
Checks whether the popup is open.
M
- MultiSelectComboBoxElement - Class in com.vaadin.flow.component.combobox.testbench
-
A TestBench element representing a
<vaadin-multi-select-combo-box>element. - MultiSelectComboBoxElement() - Constructor for class com.vaadin.flow.component.combobox.testbench.MultiSelectComboBoxElement
O
- openPopup() - Method in class com.vaadin.flow.component.combobox.testbench.ComboBoxElement
-
Opens the popup with options, if it is not already open.
- openPopup() - Method in class com.vaadin.flow.component.combobox.testbench.MultiSelectComboBoxElement
-
Opens the popup, if it is not already open.
S
- selectByText(String) - Method in class com.vaadin.flow.component.combobox.testbench.ComboBoxElement
- selectByText(String) - Method in class com.vaadin.flow.component.combobox.testbench.MultiSelectComboBoxElement
-
Attempts to select an item from the popup by matching the label.
- sendKeys(CharSequence...) - Method in class com.vaadin.flow.component.combobox.testbench.ComboBoxElement
- sendKeys(CharSequence...) - Method in class com.vaadin.flow.component.combobox.testbench.MultiSelectComboBoxElement
- setFilter(String) - Method in class com.vaadin.flow.component.combobox.testbench.ComboBoxElement
-
Sets the filter for the options in the popup.
- setFilter(String) - Method in class com.vaadin.flow.component.combobox.testbench.MultiSelectComboBoxElement
-
Sets the filter for the options in the popup.
- setValue(String) - Method in class com.vaadin.flow.component.combobox.testbench.ComboBoxElement
-
Sets the property "value" as a string.
W
- waitForLoadingFinished() - Method in class com.vaadin.flow.component.combobox.testbench.MultiSelectComboBoxElement
-
Waits until the combo box has finished loading items to show in the popup
All Classes and Interfaces|All Packages