Serialized Form
-
Package com.vaadin.flow.component.crud
-
Class com.vaadin.flow.component.crud.BinderCrudEditor extends Object implements Serializable
-
Class com.vaadin.flow.component.crud.Crud extends com.vaadin.flow.component.Component implements Serializable
-
Serialized Fields
-
beanType
Class<E> beanType
-
cancelButton
Button cancelButton
-
cancelListeners
Set<com.vaadin.flow.component.ComponentEventListener<Crud.CancelEvent<E>>> cancelListeners
-
deleteButton
Button deleteButton
-
deleteListeners
Set<com.vaadin.flow.component.ComponentEventListener<Crud.DeleteEvent<E>>> deleteListeners
-
editListeners
Set<com.vaadin.flow.component.ComponentEventListener<Crud.EditEvent<E>>> editListeners
-
editor
CrudEditor<E> editor
-
grid
Grid<E> grid
-
gridActiveItem
E gridActiveItem
-
gridItemClickRegistration
com.vaadin.flow.shared.Registration gridItemClickRegistration
-
newListeners
Set<com.vaadin.flow.component.ComponentEventListener<Crud.NewEvent<E>>> newListeners
-
saveBtnDisabledOverridden
boolean saveBtnDisabledOverridden
-
saveButton
Button saveButton
-
saveListeners
Set<com.vaadin.flow.component.ComponentEventListener<Crud.SaveEvent<E>>> saveListeners
-
toolbarVisible
boolean toolbarVisible
-
-
-
Class com.vaadin.flow.component.crud.Crud.CancelEvent extends com.vaadin.flow.component.crud.Crud.CrudEvent<E> implements Serializable
-
Class com.vaadin.flow.component.crud.Crud.DeleteEvent extends com.vaadin.flow.component.crud.Crud.CrudEvent<E> implements Serializable
-
Class com.vaadin.flow.component.crud.Crud.EditEvent extends com.vaadin.flow.component.crud.Crud.CrudEvent<E> implements Serializable
-
Serialized Fields
-
item
E item
-
-
-
Class com.vaadin.flow.component.crud.Crud.NewEvent extends com.vaadin.flow.component.crud.Crud.CrudEvent<E> implements Serializable
-
Serialized Fields
-
item
E item
-
-
-
Class com.vaadin.flow.component.crud.Crud.SaveEvent extends com.vaadin.flow.component.crud.Crud.CrudEvent<E> implements Serializable
-
Class com.vaadin.flow.component.crud.CrudFilter extends Object implements Serializable
-
Class com.vaadin.flow.component.crud.CrudGrid extends Grid<E> implements Serializable
-
Serialized Fields
-
autogenerated
boolean autogenerated
-
beanType
Class<E> beanType
-
dataProvider
com.vaadin.flow.data.provider.DataProvider<E,?> dataProvider
-
filter
CrudFilter filter
-
-
-
Class com.vaadin.flow.component.crud.CrudI18n extends Object implements Serializable
-
Class com.vaadin.flow.component.crud.CrudI18n.Confirmations extends Object implements Serializable
-
Serialized Fields
-
cancel
CrudI18n.Confirmations.Confirmation cancel
-
delete
CrudI18n.Confirmations.Confirmation delete
-
-
-
Class com.vaadin.flow.component.crud.CrudI18n.Confirmations.Confirmation extends Object implements Serializable
-
Serialized Fields
-
button
CrudI18n.Confirmations.Confirmation.Button button
-
content
String content
-
title
String title
-
-
-
Class com.vaadin.flow.component.crud.CrudI18n.Confirmations.Confirmation.Button extends Object implements Serializable
-
Class com.vaadin.flow.component.crud.CrudI18nUpdatedEvent extends com.vaadin.flow.component.ComponentEvent<Crud<?>> implements Serializable
-
Serialized Fields
-
i18n
CrudI18n i18n
-
-
-