| Package | Description |
|---|---|
| org.thshsh.vaadin.entity |
| Modifier and Type | Field and Description |
|---|---|
protected EntityForm<T,ID> |
EntityView.entityForm |
protected EntityForm<T,ID> |
EntityDialog.entityForm |
| Modifier and Type | Field and Description |
|---|---|
protected Class<? extends EntityForm<T,ID>> |
EntityView.entityFormClass |
protected Class<? extends EntityForm<T,ID>> |
EntityDialog.entityFormClass |
| Modifier and Type | Method and Description |
|---|---|
protected EntityForm<T,ID> |
EntityView.createEntityForm() |
protected EntityForm<T,ID> |
EntityDialog.createEntityForm() |
EntityForm<T,ID> |
EntityView.getEntityForm() |
EntityForm<T,ID> |
EntityDialog.getEntityForm() |
| Constructor and Description |
|---|
EntityDialog(Class<? extends EntityForm<T,ID>> formClass,
T entity) |
EntityView(Class<? extends EntityForm<T,ID>> formClass) |
EntityView(Class<? extends EntityForm<T,ID>> formClass,
Class<? extends com.vaadin.flow.component.Component> parentView) |
Copyright © 2021. All rights reserved.