public interface IPropertyDescriptor<T extends IJSObject>
| Modifier and Type | Method and Description |
|---|---|
T |
convertToJSObject(com.google.gwt.json.client.JSONValue jsonValue,
EntityManager em) |
Integer |
getAsNameIndex() |
T |
getDefaultValue() |
String |
getDisplayHint(String viewName) |
String |
getDisplayName(String viewName) |
String |
getEnabledCondition() |
EntityModel |
getEntityModelWrapper() |
com.google.gwt.json.client.JSONValue |
getJSONValue(com.google.gwt.json.client.JSONObject entity) |
String |
getName() |
T |
getValue(JSEntity entity) |
T |
getValue(com.google.gwt.json.client.JSONObject entity,
EntityManager em) |
boolean |
isId() |
boolean |
isReadonly(boolean isNewObject) |
boolean |
isRequired() |
boolean |
isValid() |
String getName()
boolean isReadonly(boolean isNewObject)
boolean isRequired()
EntityModel getEntityModelWrapper()
com.google.gwt.json.client.JSONValue getJSONValue(com.google.gwt.json.client.JSONObject entity)
T getValue(com.google.gwt.json.client.JSONObject entity, EntityManager em)
T convertToJSObject(com.google.gwt.json.client.JSONValue jsonValue, EntityManager em)
T getDefaultValue()
String getEnabledCondition()
Integer getAsNameIndex()
boolean isValid()
boolean isId()
Copyright © 2018. All rights reserved.