-
-
-
class 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
-
newButton
com.vaadin.flow.component.Component newButton
-
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 CancelEvent extends com.vaadin.flow.component.crud.Crud.CrudEvent<
E> implements
Serializable
-
class DeleteEvent extends com.vaadin.flow.component.crud.Crud.CrudEvent<
E> implements
Serializable
-
class EditEvent extends com.vaadin.flow.component.crud.Crud.CrudEvent<
E> implements
Serializable
-
class NewEvent extends com.vaadin.flow.component.crud.Crud.CrudEvent<
E> implements
Serializable
-
class SaveEvent extends com.vaadin.flow.component.crud.Crud.CrudEvent<
E> implements
Serializable
-
-
Serialized Fields
-
constraints
Map<String,String> constraints
-
sortOrders
Map<String,com.vaadin.flow.data.provider.SortDirection> sortOrders
-
-
-
-
-
-
class CrudI18nUpdatedEvent extends com.vaadin.flow.component.ComponentEvent<
Crud<?>> implements
Serializable