Index
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.
- 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
All Classes and Interfaces|All Packages
getForm()instead. To access the editor buttons, usegetEditorSaveButton(),getEditorCancelButton(), andgetEditorDeleteButton().