public static class ObjectDataBinding.PropertyBindInfo extends Object
| Constructor and Description |
|---|
ObjectDataBinding.PropertyBindInfo(String widgetPropertyPath,
String bindPath,
com.google.gwt.core.ext.typeinfo.JClassType widgetType,
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() |
String |
getReadExpression(String dataObjectVariable) |
protected String |
getReadExpression(String widgetPropertyPath,
com.google.gwt.core.ext.typeinfo.JClassType widgetType,
com.google.gwt.core.ext.typeinfo.JClassType dataObjectType,
String bindPath) |
String |
getWidgetClassName() |
String |
getWriteExpression(String dataObjectVariable) |
protected String |
getWriteExpression(String widgetPropertyPath,
com.google.gwt.core.ext.typeinfo.JClassType widgetType,
com.google.gwt.core.ext.typeinfo.JClassType dataObjectType,
String bindPath) |
public ObjectDataBinding.PropertyBindInfo(String widgetPropertyPath, String bindPath, com.google.gwt.core.ext.typeinfo.JClassType widgetType, com.google.gwt.core.ext.typeinfo.JClassType dataObjectType, com.google.gwt.core.ext.typeinfo.JClassType converterType, String dataObject, String converterParams) throws NoSuchFieldException
NoSuchFieldExceptionpublic String getDataObjectClassName()
public String getWidgetClassName()
public String getConverterClassName()
public String getConverterVariable()
public String getDataObject()
protected String getReadExpression(String widgetPropertyPath, com.google.gwt.core.ext.typeinfo.JClassType widgetType, com.google.gwt.core.ext.typeinfo.JClassType dataObjectType, String bindPath) throws NoSuchFieldException
NoSuchFieldExceptionprotected String getWriteExpression(String widgetPropertyPath, com.google.gwt.core.ext.typeinfo.JClassType widgetType, com.google.gwt.core.ext.typeinfo.JClassType dataObjectType, String bindPath) throws NoSuchFieldException
NoSuchFieldExceptionpublic String getConverterDeclaration()
Copyright © 2015. All rights reserved.