Index

C G I O 
All Classes and Interfaces|All Packages

C

com.vaadin.flow.component.crud.testbench - package com.vaadin.flow.component.crud.testbench
 
CrudElement - Class in com.vaadin.flow.component.crud.testbench
TestBench element for the vaadin-crud element
CrudElement() - Constructor for class com.vaadin.flow.component.crud.testbench.CrudElement
 

G

getConfirmCancelDialog() - Method in class com.vaadin.flow.component.crud.testbench.CrudElement
Gets the confirm cancel dialog
getConfirmDeleteDialog() - Method in class com.vaadin.flow.component.crud.testbench.CrudElement
Gets the confirm delete dialog
getEditor() - Method in class com.vaadin.flow.component.crud.testbench.CrudElement
Deprecated, for removal: This API element is subject to removal in a future version.
Pre v25.0, this method returned either the editor overlay, when the editor was displayed as a dialog, or the Crud itself, when the editor was displayed inline. Since v25.0, the overlay is not accessible as a separate element anymore, and, regardless whether the editor is displayed as a dialog or inline, all editor-related controls can be queried through the Crud element itself. To specifically access the editor fields, use getForm() instead. To access the editor buttons, use getEditorSaveButton(), getEditorCancelButton(), and getEditorDeleteButton().
getEditorCancelButton() - Method in class com.vaadin.flow.component.crud.testbench.CrudElement
Gets the editor cancel button
getEditorDeleteButton() - Method in class com.vaadin.flow.component.crud.testbench.CrudElement
Gets the editor delete button
getEditorPosition() - Method in class com.vaadin.flow.component.crud.testbench.CrudElement
Gets the editor position selected for the CRUD Possible values are "" (default), "bottom" and "aside"
getEditorSaveButton() - Method in class com.vaadin.flow.component.crud.testbench.CrudElement
Gets the editor save button
getFilterFields() - Method in class com.vaadin.flow.component.crud.testbench.CrudElement
Gets the filter fields if the Crud built-in Grid is being used with filters enabled
getForm() - Method in class com.vaadin.flow.component.crud.testbench.CrudElement
Gets the form element that contains form fields.
getGrid() - Method in class com.vaadin.flow.component.crud.testbench.CrudElement
Gets the crud grid
getNewItemButton() - Method in class com.vaadin.flow.component.crud.testbench.CrudElement
Gets the new item button
getToolbar() - Method in class com.vaadin.flow.component.crud.testbench.CrudElement
Gets the toolbar content.

I

isEditOnClick() - Method in class com.vaadin.flow.component.crud.testbench.CrudElement
Gets whether editor can be opened by a click on the row or not
isEditorOpen() - Method in class com.vaadin.flow.component.crud.testbench.CrudElement
Checks if the editor is open, either as inline editor or as a dialog

O

openRowForEditing(int) - Method in class com.vaadin.flow.component.crud.testbench.CrudElement
Opens a grid row for editing using the CRUD edit button on that row
C G I O 
All Classes and Interfaces|All Packages