| Package | Description |
|---|---|
| net.inveed.gwt.editor.client.model | |
| net.inveed.gwt.editor.client.model.properties | |
| net.inveed.gwt.editor.client.types |
| Modifier and Type | Method and Description |
|---|---|
EntityModel |
EntityModel.getEntityType(com.google.gwt.json.client.JSONObject json) |
EntityModel |
JSEntity.getModel() |
EntityModel |
ConfigurationRegistry.getModel(String name) |
EntityModel |
EntityModel.getParentModel() |
EntityModel |
EntityModel.getRootModel() |
EntityModel |
EntityModel.getSubtype(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<EntityModel> |
EntityModel.getInstantiableTypes() |
Collection<EntityModel> |
ConfigurationRegistry.getModels() |
| Modifier and Type | Method and Description |
|---|---|
<T extends AbstractPropertyDTO> |
ConfigurationRegistry.createPropertyDesc(T dto,
String name,
EntityModel entityModel) |
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 |
|---|
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 |
IPropertyDescriptor.getEntityModelWrapper() |
EntityModel |
AbstractPropertyModel.getEntityModelWrapper() |
EntityModel |
EntityReferencePropertyModel.getTargetEntityModel() |
EntityModel |
LinkedEntitiesListPropertyModel.getTargetEntityType() |
| Modifier and Type | Method and Description |
|---|---|
P |
IPropertyInstantiator.create(D dto,
String name,
EntityModel entityModel) |
| 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.