Index
All Classes and Interfaces|All Packages
C
- CheckboxElement - Class in com.vaadin.flow.component.checkbox.testbench
-
A TestBench element representing a
<vaadin-checkbox>element. - CheckboxElement() - Constructor for class com.vaadin.flow.component.checkbox.testbench.CheckboxElement
- CheckboxGroupElement - Class in com.vaadin.flow.component.checkbox.testbench
- CheckboxGroupElement() - Constructor for class com.vaadin.flow.component.checkbox.testbench.CheckboxGroupElement
- com.vaadin.flow.component.checkbox.testbench - package com.vaadin.flow.component.checkbox.testbench
D
- deselectByText(String) - Method in class com.vaadin.flow.component.checkbox.testbench.CheckboxGroupElement
-
Attempts to deselect a checkbox that is currently selected, by matching the label.
G
- getCheckboxes() - Method in class com.vaadin.flow.component.checkbox.testbench.CheckboxGroupElement
-
Gets all checkboxes that are part of this group.
- getErrorMessageComponent() - Method in class com.vaadin.flow.component.checkbox.testbench.CheckboxGroupElement
-
Gets the slotted error message component for the element.
- getLabel() - Method in class com.vaadin.flow.component.checkbox.testbench.CheckboxElement
- getOptions() - Method in class com.vaadin.flow.component.checkbox.testbench.CheckboxGroupElement
-
Gets the labels of checkboxes that are part of this group.
- getSelectedTexts() - Method in class com.vaadin.flow.component.checkbox.testbench.CheckboxGroupElement
-
Gets the labels of the currently selected checkboxes.
I
- isChecked() - Method in class com.vaadin.flow.component.checkbox.testbench.CheckboxElement
-
Checks whether the checkbox is checked.
S
- selectByText(String) - Method in class com.vaadin.flow.component.checkbox.testbench.CheckboxGroupElement
-
Attempts to select a checkbox by matching the label.
- setChecked(boolean) - Method in class com.vaadin.flow.component.checkbox.testbench.CheckboxElement
-
Sets whether the checkbox is checked.
All Classes and Interfaces|All Packages