Skip navigation links
A B C D E F G H I N O P R S T U V 

A

abort() - Method in class com.vaadin.flow.component.upload.testbench.UploadElement
Aborts any upload currently in progress.

B

ButtonElement - Class in com.vaadin.flow.component.button.testbench
A TestBench element representing a <vaadin-button> element.
ButtonElement() - Constructor for class com.vaadin.flow.component.button.testbench.ButtonElement
 

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
 
clear() - Method in class com.vaadin.flow.component.datepicker.testbench.DatePickerElement
Clears the value of the date picker.
closePopup() - Method in class com.vaadin.flow.component.combobox.testbench.ComboBoxElement
Close the popup with options, if it is open.
com.vaadin.flow.component.button.testbench - package com.vaadin.flow.component.button.testbench
 
com.vaadin.flow.component.checkbox.testbench - package com.vaadin.flow.component.checkbox.testbench
 
com.vaadin.flow.component.combobox.testbench - package com.vaadin.flow.component.combobox.testbench
 
com.vaadin.flow.component.common.testbench - package com.vaadin.flow.component.common.testbench
 
com.vaadin.flow.component.datepicker.testbench - package com.vaadin.flow.component.datepicker.testbench
 
com.vaadin.flow.component.dialog.testbench - package com.vaadin.flow.component.dialog.testbench
 
com.vaadin.flow.component.formlayout.testbench - package com.vaadin.flow.component.formlayout.testbench
 
com.vaadin.flow.component.grid.testbench - package com.vaadin.flow.component.grid.testbench
 
com.vaadin.flow.component.ironlist.testbench - package com.vaadin.flow.component.ironlist.testbench
 
com.vaadin.flow.component.notification.testbench - package com.vaadin.flow.component.notification.testbench
 
com.vaadin.flow.component.orderedlayout.testbench - package com.vaadin.flow.component.orderedlayout.testbench
 
com.vaadin.flow.component.progressbar.testbench - package com.vaadin.flow.component.progressbar.testbench
 
com.vaadin.flow.component.radiobutton.testbench - package com.vaadin.flow.component.radiobutton.testbench
 
com.vaadin.flow.component.splitlayout.testbench - package com.vaadin.flow.component.splitlayout.testbench
 
com.vaadin.flow.component.tabs.testbench - package com.vaadin.flow.component.tabs.testbench
 
com.vaadin.flow.component.textfield.testbench - package com.vaadin.flow.component.textfield.testbench
 
com.vaadin.flow.component.upload.testbench - package com.vaadin.flow.component.upload.testbench
 
com.vaadin.testbench - package com.vaadin.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

DatePickerElement - Class in com.vaadin.flow.component.datepicker.testbench
A TestBench element representing a <vaadin-date-picker> element.
DatePickerElement() - Constructor for class com.vaadin.flow.component.datepicker.testbench.DatePickerElement
 
deselect(int) - Method in class com.vaadin.flow.component.grid.testbench.GridElement
Deselects the row with the given index.
deselect() - Method in class com.vaadin.flow.component.grid.testbench.GridTRElement
Deselects the row if it is selected.
DialogElement - Class in com.vaadin.flow.component.dialog.testbench
A TestBench element representing a <vaadin-dialog> element.
DialogElement() - Constructor for class com.vaadin.flow.component.dialog.testbench.DialogElement
 
dispatchEvent(TestBenchElement, String, Map<String, Object>) - Static method in class com.vaadin.testbench.EventsUtil
Dispatches (fires) a custom event of the given type on the element with the given properties

E

EmailFieldElement - Class in com.vaadin.flow.component.textfield.testbench
A TestBench element representing a <vaadin-email-field> element.
EmailFieldElement() - Constructor for class com.vaadin.flow.component.textfield.testbench.EmailFieldElement
 
equals(Object) - Method in class com.vaadin.flow.component.grid.testbench.GridColumnElement
 
EventsUtil - Class in com.vaadin.testbench
 

F

FormLayoutElement - Class in com.vaadin.flow.component.formlayout.testbench
A TestBench element representing a <vaadin-form-layout> element.
FormLayoutElement() - Constructor for class com.vaadin.flow.component.formlayout.testbench.FormLayoutElement
 

G

generatedColumnIdsIfNeeded() - Method in class com.vaadin.flow.component.grid.testbench.GridElement
 
get__generatedId() - Method in class com.vaadin.flow.component.grid.testbench.GridColumnElement
For internal use only.
getAllColumns() - Method in class com.vaadin.flow.component.grid.testbench.GridElement
Gets all columns defined for the grid, including any selection checkbox column.
getCell(int, int) - Method in class com.vaadin.flow.component.grid.testbench.GridElement
Gets the grid cell for the given row and column index.
getCell(int, GridColumnElement) - Method in class com.vaadin.flow.component.grid.testbench.GridElement
Gets the grid cell for the given row and column.
getCell(String) - Method in class com.vaadin.flow.component.grid.testbench.GridElement
Finds the first cell inside the rendered range with a text content matching the given string.
getCell(GridColumnElement) - Method in class com.vaadin.flow.component.grid.testbench.GridTRElement
Gets the cell for the given column in this row.
getColumn(String) - Method in class com.vaadin.flow.component.grid.testbench.GridElement
Gets the column with the given header text.
getColumn() - Method in class com.vaadin.flow.component.grid.testbench.GridTHTDElement
Gets the column for this grid cell.
getContext() - Method in class com.vaadin.flow.component.dialog.testbench.DialogElement
 
getContext() - Method in class com.vaadin.flow.component.grid.testbench.GridTHTDElement
 
getContext() - Method in class com.vaadin.flow.component.notification.testbench.NotificationElement
 
getDate() - Method in class com.vaadin.flow.component.datepicker.testbench.DatePickerElement
Gets the selected date
getDetailsRow() - Method in class com.vaadin.flow.component.grid.testbench.GridTRElement
Gets the details container for this row.
getFilter() - Method in class com.vaadin.flow.component.combobox.testbench.ComboBoxElement
Gets the filter for the options in the popup.
getFirstVisibleRowIndex() - Method in class com.vaadin.flow.component.grid.testbench.GridElement
Gets the index of the first row which is at least partially visible.
getFirstVisibleRowIndex() - Method in class com.vaadin.flow.component.ironlist.testbench.IronListElement
Gets the index of the first row which is at least partially visible.
getFooterCell() - Method in class com.vaadin.flow.component.grid.testbench.GridColumnElement
Gets the footer cell for this column.
getFooterCell(int) - Method in class com.vaadin.flow.component.grid.testbench.GridElement
Gets the footer cell for the given visible column index.
getGrid() - Method in class com.vaadin.flow.component.grid.testbench.GridTHTDElement
Gets the grid containing this element.
getGrid() - Method in class com.vaadin.flow.component.grid.testbench.GridTRElement
Gets the grid containing this element.
getHeaderCell() - Method in class com.vaadin.flow.component.grid.testbench.GridColumnElement
Gets the header cell for this column.
getHeaderCell(int) - Method in class com.vaadin.flow.component.grid.testbench.GridElement
Gets the header cell for the given visible column index.
getItem() - Method in class com.vaadin.flow.component.radiobutton.testbench.RadioButtonElement
Gets the item (visible text) of the radio button.
getLabel() - Method in class com.vaadin.flow.component.checkbox.testbench.CheckboxElement
 
getLabel() - Method in interface com.vaadin.flow.component.common.testbench.HasLabel
Gets the label for the element.
getLastVisibleRowIndex() - Method in class com.vaadin.flow.component.ironlist.testbench.IronListElement
Gets the index of the last row which is at least partially visible.
getMaxFiles() - Method in class com.vaadin.flow.component.upload.testbench.UploadElement
Gets how many files can be uploaded.
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.radiobutton.testbench.RadioButtonGroupElement
Gets a list of all available options.
getPageSize() - Method in class com.vaadin.flow.component.grid.testbench.GridElement
Gets the page size used when fetching data.
getPlaceholder() - Method in interface com.vaadin.flow.component.common.testbench.HasPlaceholder
Gets the placeholder for the element.
getRow(int) - Method in class com.vaadin.flow.component.grid.testbench.GridElement
Gets the tr element for the given row index.
getRow() - Method in class com.vaadin.flow.component.grid.testbench.GridTHTDElement
Gets the row index for this grid cell.
getRowCount() - Method in class com.vaadin.flow.component.grid.testbench.GridElement
Gets the total number of rows.
getRowCount() - Method in class com.vaadin.flow.component.ironlist.testbench.IronListElement
Gets the total number of rows.
getRowElement() - Method in class com.vaadin.flow.component.grid.testbench.GridTHTDElement
Gets the TR parent of this element.
getSelectedTabElement() - Method in class com.vaadin.flow.component.tabs.testbench.TabsElement
Gets the tab element for the currently selected tab.
getSelectedTabIndex() - Method in class com.vaadin.flow.component.tabs.testbench.TabsElement
Gets the index of the currently selected tab.
getSelectedText() - Method in class com.vaadin.flow.component.combobox.testbench.ComboBoxElement
 
getSelectedText() - Method in interface com.vaadin.flow.component.common.testbench.HasSelectByText
Gets the text of the currently selected option.
getSelectedText() - Method in class com.vaadin.flow.component.radiobutton.testbench.RadioButtonGroupElement
 
getSlotText(TestBenchElement) - Static method in class com.vaadin.flow.component.grid.testbench.GridTHTDElement
Gets the text content of the elements assigned to the given slot
getSplitter() - Method in class com.vaadin.flow.component.splitlayout.testbench.SplitLayoutElement
 
getTab(String) - Method in class com.vaadin.flow.component.tabs.testbench.TabsElement
Gets the index of the tab with the given text.
getTabElement(String) - Method in class com.vaadin.flow.component.tabs.testbench.TabsElement
Gets the tab element for the tab with the given text.
getText() - Method in class com.vaadin.flow.component.button.testbench.ButtonElement
 
getText() - Method in class com.vaadin.flow.component.grid.testbench.GridTHTDElement
 
getText() - Method in class com.vaadin.flow.component.notification.testbench.NotificationElement
 
getValue() - Method in class com.vaadin.flow.component.datepicker.testbench.DatePickerElement
Gets the selected date as a string.
getValue() - Method in class com.vaadin.flow.component.progressbar.testbench.ProgressBarElement
Gets the value.
getValue() - Method in class com.vaadin.flow.component.radiobutton.testbench.RadioButtonElement
Gets the value of the radio button.
getVisibleColumns() - Method in class com.vaadin.flow.component.grid.testbench.GridElement
Gets the currently visible columns in the grid, including any selection checkbox column.
GridColumnElement - Class in com.vaadin.flow.component.grid.testbench
A TestBench element representing a <vaadin-grid-column> element.
GridColumnElement(Long, GridElement) - Constructor for class com.vaadin.flow.component.grid.testbench.GridColumnElement
 
GridElement - Class in com.vaadin.flow.component.grid.testbench
A TestBench element representing a <vaadin-grid> element.
GridElement() - Constructor for class com.vaadin.flow.component.grid.testbench.GridElement
 
GridTHTDElement - Class in com.vaadin.flow.component.grid.testbench
A TestBench element representing a <td> or <th> element in a grid.
GridTHTDElement() - Constructor for class com.vaadin.flow.component.grid.testbench.GridTHTDElement
 
GridTRElement - Class in com.vaadin.flow.component.grid.testbench
A TestBench element representing a <tr> element in a grid.
GridTRElement() - Constructor for class com.vaadin.flow.component.grid.testbench.GridTRElement
 

H

HasLabel - Interface in com.vaadin.flow.component.common.testbench
Implement by elements which support a label, i.e.
HasPlaceholder - Interface in com.vaadin.flow.component.common.testbench
Implement by elements which support a placeholder, i.e.
HasSelectByText - Interface in com.vaadin.flow.component.common.testbench
Implemented by elements which support selecting an option by matching the text shown to the user.
HorizontalLayoutElement - Class in com.vaadin.flow.component.orderedlayout.testbench
A TestBench element representing a <vaadin-horizontal-layout> element.
HorizontalLayoutElement() - Constructor for class com.vaadin.flow.component.orderedlayout.testbench.HorizontalLayoutElement
 

I

IronListElement - Class in com.vaadin.flow.component.ironlist.testbench
A TestBench element representing an <iron-list> element.
IronListElement() - Constructor for class com.vaadin.flow.component.ironlist.testbench.IronListElement
 
isChecked() - Method in class com.vaadin.flow.component.checkbox.testbench.CheckboxElement
Checks whether the checkbox is checked.
isEnabled() - Method in class com.vaadin.flow.component.tabs.testbench.TabElement
 
isMaxFilesReached() - Method in class com.vaadin.flow.component.upload.testbench.UploadElement
Checks whether the maximum number of files has been uploaded.
isOpen() - Method in class com.vaadin.flow.component.dialog.testbench.DialogElement
Checks whether the dialog is shown.
isOpen() - Method in class com.vaadin.flow.component.notification.testbench.NotificationElement
Checks whether the notification is shown.
isPasswordVisible() - Method in class com.vaadin.flow.component.textfield.testbench.PasswordFieldElement
Checks whether the password is shown in clear text or is hidden from view.
isPopupOpen() - Method in class com.vaadin.flow.component.combobox.testbench.ComboBoxElement
Checks whether the popup with options is open.
isRowInView(int) - Method in class com.vaadin.flow.component.ironlist.testbench.IronListElement
Checks if the given row is in the visible viewport.
isSelected() - Method in class com.vaadin.flow.component.grid.testbench.GridTRElement
Checks if the row is selected

N

NotificationElement - Class in com.vaadin.flow.component.notification.testbench
A TestBench element representing a <vaadin-notification> element.
NotificationElement() - Constructor for class com.vaadin.flow.component.notification.testbench.NotificationElement
 
NumberFieldElement - Class in com.vaadin.flow.component.textfield.testbench
A TestBench element representing a <vaadin-number-field> element.
NumberFieldElement() - Constructor for class com.vaadin.flow.component.textfield.testbench.NumberFieldElement
 

O

openPopup() - Method in class com.vaadin.flow.component.combobox.testbench.ComboBoxElement
Opens the popup with options, if it is not already open.

P

PasswordFieldElement - Class in com.vaadin.flow.component.textfield.testbench
A TestBench element representing a <vaadin-password-field> element.
PasswordFieldElement() - Constructor for class com.vaadin.flow.component.textfield.testbench.PasswordFieldElement
 
ProgressBarElement - Class in com.vaadin.flow.component.progressbar.testbench
A TestBench element representing a <vaadin-progress-bar> element.
ProgressBarElement() - Constructor for class com.vaadin.flow.component.progressbar.testbench.ProgressBarElement
 

R

RadioButtonElement - Class in com.vaadin.flow.component.radiobutton.testbench
A TestBench element representing a <vaadin-radio-button> element.
RadioButtonElement() - Constructor for class com.vaadin.flow.component.radiobutton.testbench.RadioButtonElement
 
RadioButtonGroupElement - Class in com.vaadin.flow.component.radiobutton.testbench
A TestBench element representing a <vaadin-radio-button-group> element.
RadioButtonGroupElement() - Constructor for class com.vaadin.flow.component.radiobutton.testbench.RadioButtonGroupElement
 

S

scrollToRow(int) - Method in class com.vaadin.flow.component.grid.testbench.GridElement
Scrolls to the row with the given index.
scrollToRow(int) - Method in class com.vaadin.flow.component.ironlist.testbench.IronListElement
Scrolls to the row with the given index.
select(int) - Method in class com.vaadin.flow.component.grid.testbench.GridElement
Selects the row with the given index.
select() - Method in class com.vaadin.flow.component.grid.testbench.GridTRElement
Selects the row if it is not already selected.
selectByText(String) - Method in class com.vaadin.flow.component.combobox.testbench.ComboBoxElement
 
selectByText(String) - Method in interface com.vaadin.flow.component.common.testbench.HasSelectByText
Selects the first option matching the given text.
selectByText(String) - Method in class com.vaadin.flow.component.radiobutton.testbench.RadioButtonGroupElement
 
setChecked(boolean) - Method in class com.vaadin.flow.component.checkbox.testbench.CheckboxElement
Sets whether the checkbox is checked.
setChecked(boolean) - Method in class com.vaadin.flow.component.radiobutton.testbench.RadioButtonElement
Sets whether the radio button is checked.
setDate(LocalDate) - Method in class com.vaadin.flow.component.datepicker.testbench.DatePickerElement
Selects the given date.
setFilter(String) - Method in class com.vaadin.flow.component.combobox.testbench.ComboBoxElement
Sets the filter for the options in the popup.
setPasswordVisible(boolean) - Method in class com.vaadin.flow.component.textfield.testbench.PasswordFieldElement
Sets whether the password should be shown in clear text or be hidden from view.
setSelectedTabIndex(int) - Method in class com.vaadin.flow.component.tabs.testbench.TabsElement
Selects the tab with the given index.
setValue(String) - Method in class com.vaadin.flow.component.datepicker.testbench.DatePickerElement
Sets the selected date as a string.
setValue(String) - Method in class com.vaadin.flow.component.textfield.testbench.EmailFieldElement
 
setValue(String) - Method in class com.vaadin.flow.component.textfield.testbench.NumberFieldElement
 
setValue(String) - Method in class com.vaadin.flow.component.textfield.testbench.PasswordFieldElement
 
setValue(String) - Method in class com.vaadin.flow.component.textfield.testbench.TextAreaElement
 
setValue(String) - Method in class com.vaadin.flow.component.textfield.testbench.TextFieldElement
 
SplitLayoutElement - Class in com.vaadin.flow.component.splitlayout.testbench
A TestBench element representing a <vaadin-split-layout> element.
SplitLayoutElement() - Constructor for class com.vaadin.flow.component.splitlayout.testbench.SplitLayoutElement
 

T

TabElement - Class in com.vaadin.flow.component.tabs.testbench
A TestBench element representing a <vaadin-tab> element.
TabElement() - Constructor for class com.vaadin.flow.component.tabs.testbench.TabElement
 
TabsElement - Class in com.vaadin.flow.component.tabs.testbench
A TestBench element representing a <vaadin-tabs> element.
TabsElement() - Constructor for class com.vaadin.flow.component.tabs.testbench.TabsElement
 
TextAreaElement - Class in com.vaadin.flow.component.textfield.testbench
A TestBench element representing a <vaadin-text-area> element.
TextAreaElement() - Constructor for class com.vaadin.flow.component.textfield.testbench.TextAreaElement
 
TextFieldElement - Class in com.vaadin.flow.component.textfield.testbench
A TestBench element representing a <vaadin-text-field> element.
TextFieldElement() - Constructor for class com.vaadin.flow.component.textfield.testbench.TextFieldElement
 

U

upload(File) - Method in class com.vaadin.flow.component.upload.testbench.UploadElement
Uploads the given local file and waits for 60s for the upload to finish.
upload(File, int) - Method in class com.vaadin.flow.component.upload.testbench.UploadElement
Uploads the given local file and waits for the given number of seconds for the upload to finish.
UploadElement - Class in com.vaadin.flow.component.upload.testbench
A TestBench element representing a <vaadin-upload> element.
UploadElement() - Constructor for class com.vaadin.flow.component.upload.testbench.UploadElement
 

V

VerticalLayoutElement - Class in com.vaadin.flow.component.orderedlayout.testbench
A TestBench element representing a <vaadin-horizontal-layout> element.
VerticalLayoutElement() - Constructor for class com.vaadin.flow.component.orderedlayout.testbench.VerticalLayoutElement
 
A B C D E F G H I N O P R S T U V 
Skip navigation links

Copyright © 2019. All rights reserved.