| Modifier and Type | Method and Description |
|---|---|
static AbstractEntityEditorForm |
EntityEditorDialog.getFormWidget(EntityModel model,
EntityFormView view) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
InPlaceEntitiesListEditor.openNewItemEditor(EntityModel model) |
| Modifier and Type | Method and Description |
|---|---|
EntityModel |
EntityList.getEntityModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
EntityList.bind(EntityModel model,
EntityManager em,
String viewName) |
void |
GenericEntityList.bind(EntityModel model,
String viewName,
EntityManager em) |
protected void |
LinkedEntitiesList.openNewItemEditor(EntityModel model) |
protected void |
GenericEntityList.openNewItemEditor(EntityModel model) |
protected abstract void |
EntityList.openNewItemEditor(EntityModel model) |
| Modifier and Type | Method and Description |
|---|---|
EntityModel |
EntityModel.getEntityType(com.google.gwt.json.client.JSONObject json) |
EntityModel |
JSEntity.getModel() |
EntityModel |
EntityFormView.getModel() |
EntityModel |
ConfigurationRegistry.getModel(String name) |
EntityModel |
EntityModel.getParentModel() |
EntityModel |
EntityModel.getRootModel() |
EntityModel |
EntityModel.getSubtype(String name) |
static EntityModel |
EntityModel.parseModel(String json,
ConfigurationRegistry registry) |
| Modifier and Type | Method and Description |
|---|---|
List<EntityModel> |
EntityModel.getInstantiableTypes() |
Collection<EntityModel> |
ConfigurationRegistry.getModels() |
| Modifier and Type | Method and Description |
|---|---|
JSEntity |
EntityManager.get(EntityModel type,
IJSObject id) |
JSEntity |
EntityManager.get(EntityModel basicType,
com.google.gwt.json.client.JSONObject json) |
boolean |
EntityModel.isParentType(EntityModel m) |
Promise<JSEntityList,IError> |
EntityManager.listEntities(EntityModel type,
int page,
int pageSize,
Map<String,com.google.gwt.json.client.JSONValue> params) |
| Constructor and Description |
|---|
EntityFormView(EntityModel model,
String name) |
EntityListView(EntityModel model,
String name) |
JSEntity(EntityModel type,
EntityManager em) |
JSEntity(EntityModel type,
IJSObject id,
EntityManager em) |
JSEntity(EntityModel model,
com.google.gwt.json.client.JSONObject json,
EntityManager em) |
| Modifier and Type | Method and Description |
|---|---|
EntityModel |
IPropertyDesc.getEntityModelWrapper() |
EntityModel |
AbstractPropertyModel.getEntityModelWrapper() |
EntityModel |
EntityReferencePropertyModel.getTargetEntityModel() |
EntityModel |
LinkedEntitiesListPropertyModel.getTargetEntityType() |
| Modifier and Type | Method and Description |
|---|---|
static JSEntityList |
JSEntityList.parse(com.google.gwt.json.client.JSONValue v,
EntityModel basicType,
EntityManager em) |
Copyright © 2018. All rights reserved.