public class EntityFormView extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
EntityFormView.PropertyInView |
| Modifier and Type | Field and Description |
|---|---|
EntityEditorDTO |
editorDTO |
| Constructor and Description |
|---|
EntityFormView(EntityModel model,
String name) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName() |
EntityModel |
getModel() |
String |
getName() |
String |
getPluralDisplayName() |
List<EntityFormView.PropertyInView> |
getProperties() |
public final EntityEditorDTO editorDTO
public EntityFormView(EntityModel model, String name)
public EntityModel getModel()
public List<EntityFormView.PropertyInView> getProperties()
public String getDisplayName()
public String getPluralDisplayName()
public String getName()
Copyright © 2018. All rights reserved.