public class DataWidgetConsumer extends Object
| Constructor and Description |
|---|
DataWidgetConsumer() |
| Modifier and Type | Method and Description |
|---|---|
static void |
generateCopyFromCode(AbstractProxyCreator.SourcePrinter srcWriter,
com.google.gwt.core.ext.GeneratorContext context,
String dataObjectVariable,
String widgetVariable,
com.google.gwt.core.ext.typeinfo.JClassType dataObjectType,
com.google.gwt.core.ext.typeinfo.JClassType widgetClass,
String bindPath,
String converterVariable,
com.google.gwt.core.ext.typeinfo.JClassType converterType,
boolean skipCheckings) |
static void |
generateCopyToCode(AbstractProxyCreator.SourcePrinter srcWriter,
com.google.gwt.core.ext.GeneratorContext context,
String dataObjectVariable,
String widgetVariable,
com.google.gwt.core.ext.typeinfo.JClassType dataObjectType,
com.google.gwt.core.ext.typeinfo.JClassType widgetClass,
String bindPath,
String converterVariable,
com.google.gwt.core.ext.typeinfo.JClassType converterType,
boolean skipCheckings) |
static String |
getPropertyReadExpression(com.google.gwt.core.ext.typeinfo.JClassType dataObjectType,
String dataObjectVariable,
String converterVariable,
String bindPath) |
public static void generateCopyFromCode(AbstractProxyCreator.SourcePrinter srcWriter, com.google.gwt.core.ext.GeneratorContext context, String dataObjectVariable, String widgetVariable, com.google.gwt.core.ext.typeinfo.JClassType dataObjectType, com.google.gwt.core.ext.typeinfo.JClassType widgetClass, String bindPath, String converterVariable, com.google.gwt.core.ext.typeinfo.JClassType converterType, boolean skipCheckings) throws NoSuchFieldException
NoSuchFieldExceptionpublic static String getPropertyReadExpression(com.google.gwt.core.ext.typeinfo.JClassType dataObjectType, String dataObjectVariable, String converterVariable, String bindPath) throws NoSuchFieldException
NoSuchFieldExceptionpublic static void generateCopyToCode(AbstractProxyCreator.SourcePrinter srcWriter, com.google.gwt.core.ext.GeneratorContext context, String dataObjectVariable, String widgetVariable, com.google.gwt.core.ext.typeinfo.JClassType dataObjectType, com.google.gwt.core.ext.typeinfo.JClassType widgetClass, String bindPath, String converterVariable, com.google.gwt.core.ext.typeinfo.JClassType converterType, boolean skipCheckings) throws NoSuchFieldException
NoSuchFieldExceptionCopyright © 2015. All rights reserved.