| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFormPropertyEditor<P extends IPropertyDesc<V>,V extends IJSObject> |
class |
AbstractPropertyEditor<P extends IPropertyDesc<V>,V extends IJSObject> |
| Modifier and Type | Class and Description |
|---|---|
class |
JSEntity |
| Modifier and Type | Method and Description |
|---|---|
IJSObject |
JSEntity.getCommitedProperty(String name) |
IJSObject |
EntityModel.getEntityID(com.google.gwt.json.client.JSONObject json,
EntityManager em) |
IJSObject |
EntityModel.getEntityIDFromValue(com.google.gwt.json.client.JSONValue json,
EntityManager em) |
IJSObject |
JSEntity.getID() |
IJSObject |
JSEntity.getProperty(String name) |
IJSObject |
JSEntity.getProperty(String name,
String type) |
| Modifier and Type | Method and Description |
|---|---|
int |
JSEntity.compareTo(IJSObject other) |
JSEntity |
EntityManager.get(EntityModel type,
IJSObject id) |
boolean |
JSEntity.isEquals(IJSObject other) |
void |
JSEntity.setProperty(String name,
IJSObject v) |
| Constructor and Description |
|---|
JSEntity(EntityModel type,
IJSObject id,
EntityManager em) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPropertyModel<T extends IJSObject> |
interface |
IPropertyDesc<T extends IJSObject> |
| Modifier and Type | Class and Description |
|---|---|
class |
JSMap<V extends IJSObject> |
| Modifier and Type | Class and Description |
|---|---|
class |
JSBoolean |
class |
JSDate |
class |
JSDouble |
class |
JSEntityList |
class |
JSLong |
class |
JSMap<V extends IJSObject> |
class |
JSNetworkAddress |
class |
JSString |
class |
JSTimeInterval |
class |
JSTimestamp |
| Modifier and Type | Method and Description |
|---|---|
int |
JSTimestamp.compareTo(IJSObject other) |
int |
JSTimeInterval.compareTo(IJSObject other) |
int |
JSString.compareTo(IJSObject other) |
int |
JSNetworkAddress.compareTo(IJSObject other) |
int |
JSMap.compareTo(IJSObject other) |
int |
JSLong.compareTo(IJSObject other) |
int |
JSEntityList.compareTo(IJSObject o) |
int |
JSDouble.compareTo(IJSObject other) |
int |
JSDate.compareTo(IJSObject other) |
int |
JSBoolean.compareTo(IJSObject other) |
boolean |
JSTimestamp.isEquals(IJSObject other) |
boolean |
JSTimeInterval.isEquals(IJSObject other) |
boolean |
JSString.isEquals(IJSObject other) |
boolean |
JSNetworkAddress.isEquals(IJSObject other) |
boolean |
JSMap.isEquals(IJSObject other) |
boolean |
JSLong.isEquals(IJSObject other) |
boolean |
JSEntityList.isEquals(IJSObject other) |
boolean |
JSDouble.isEquals(IJSObject other) |
boolean |
JSDate.isEquals(IJSObject other) |
boolean |
JSBoolean.isEquals(IJSObject other) |
boolean |
IJSObject.isEquals(IJSObject other) |
| Modifier and Type | Class and Description |
|---|---|
static class |
EnumModel.JSEnumValue |
| Modifier and Type | Method and Description |
|---|---|
int |
EnumModel.JSEnumValue.compareTo(IJSObject other) |
boolean |
EnumModel.JSEnumValue.isEquals(IJSObject other) |
Copyright © 2018. All rights reserved.