public class ExpressionPart extends Object
| Modifier and Type | Field and Description |
|---|---|
protected com.google.gwt.core.ext.typeinfo.JType |
bindInfoType |
protected com.google.gwt.core.ext.typeinfo.JType |
bindPathType |
protected String |
converterClassName |
protected String |
converterParams |
protected com.google.gwt.core.ext.typeinfo.JClassType |
converterType |
protected String |
converterVariableName |
protected static String |
DATA_OBJECT_VAR_REF |
protected static String |
DATA_OBJECT_WRITE_VALUE_REF |
protected String |
dataObject |
protected String |
dataObjectClassName |
protected String |
dataObjectReadExpression |
protected String |
dataObjectWriteExpression |
| Constructor and Description |
|---|
ExpressionPart(String bindPath,
com.google.gwt.core.ext.typeinfo.JClassType dataObjectType,
com.google.gwt.core.ext.typeinfo.JClassType converterType,
String dataObject,
String converterParams) |
| Modifier and Type | Method and Description |
|---|---|
String |
getConverterClassName() |
String |
getConverterDeclaration() |
String |
getConverterVariable() |
String |
getDataObject() |
String |
getDataObjectClassName() |
protected String |
getDataObjectReadExpression() |
protected String |
getDataObjectReadExpression(com.google.gwt.core.ext.typeinfo.JClassType dataObjectType,
String bindPath) |
protected String |
getDataObjectWriteExpression(com.google.gwt.core.ext.typeinfo.JClassType dataObjectType,
String bindPath,
String value) |
protected String |
getDataObjectWriteExpression(String newValue) |
String |
getExpression(String expression,
String dataObjectVariable) |
com.google.gwt.core.ext.typeinfo.JType |
getType() |
protected static String DATA_OBJECT_VAR_REF
protected static String DATA_OBJECT_WRITE_VALUE_REF
protected com.google.gwt.core.ext.typeinfo.JType bindInfoType
protected com.google.gwt.core.ext.typeinfo.JType bindPathType
protected String converterClassName
protected String converterParams
protected com.google.gwt.core.ext.typeinfo.JClassType converterType
protected String converterVariableName
protected String dataObject
protected String dataObjectClassName
protected String dataObjectReadExpression
protected String dataObjectWriteExpression
public ExpressionPart(String bindPath, com.google.gwt.core.ext.typeinfo.JClassType dataObjectType, com.google.gwt.core.ext.typeinfo.JClassType converterType, String dataObject, String converterParams) throws NoSuchFieldException
NoSuchFieldExceptionpublic String getConverterClassName()
public String getConverterDeclaration()
public String getConverterVariable()
public String getDataObject()
public String getDataObjectClassName()
public com.google.gwt.core.ext.typeinfo.JType getType()
protected String getDataObjectReadExpression()
protected String getDataObjectReadExpression(com.google.gwt.core.ext.typeinfo.JClassType dataObjectType, String bindPath) throws NoSuchFieldException
NoSuchFieldExceptionprotected String getDataObjectWriteExpression(com.google.gwt.core.ext.typeinfo.JClassType dataObjectType, String bindPath, String value) throws NoSuchFieldException
NoSuchFieldExceptionCopyright © 2015. All rights reserved.