public abstract class AbstractDataWidgetConsumer extends Object implements ViewFactoryCreator.WidgetConsumer
EMPTY_WIDGET_CONSUMER| Constructor and Description |
|---|
AbstractDataWidgetConsumer() |
| Modifier and Type | Method and Description |
|---|---|
protected 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) |
protected 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) |
protected com.google.gwt.core.ext.typeinfo.JClassType |
getConverterType(AbstractProxyCreator.SourcePrinter out,
com.google.gwt.core.ext.GeneratorContext context,
String bindPath,
String bindConverter,
com.google.gwt.core.ext.typeinfo.JClassType dataObjectType,
com.google.gwt.core.ext.typeinfo.JClassType widgetClassType) |
protected String |
getEmptyValueExpression(com.google.gwt.core.ext.typeinfo.JType propertyType,
String bindPath,
String dataObjectClassName) |
protected String |
getNullSafeExpression(String expression,
com.google.gwt.core.ext.typeinfo.JType propertyType,
String bindPath,
String dataObjectClassName,
String converterVariable) |
protected void |
validateConverter(com.google.gwt.core.ext.typeinfo.JClassType converterType,
com.google.gwt.core.ext.GeneratorContext context,
com.google.gwt.core.ext.typeinfo.JClassType widgetClass,
com.google.gwt.core.ext.typeinfo.JClassType propertyType) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconsumeprotected com.google.gwt.core.ext.typeinfo.JClassType getConverterType(AbstractProxyCreator.SourcePrinter out, com.google.gwt.core.ext.GeneratorContext context, String bindPath, String bindConverter, com.google.gwt.core.ext.typeinfo.JClassType dataObjectType, com.google.gwt.core.ext.typeinfo.JClassType widgetClassType)
protected 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
NoSuchFieldExceptionprotected String getNullSafeExpression(String expression, com.google.gwt.core.ext.typeinfo.JType propertyType, String bindPath, String dataObjectClassName, String converterVariable)
protected String getEmptyValueExpression(com.google.gwt.core.ext.typeinfo.JType propertyType, String bindPath, String dataObjectClassName)
protected 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
NoSuchFieldExceptionprotected void validateConverter(com.google.gwt.core.ext.typeinfo.JClassType converterType,
com.google.gwt.core.ext.GeneratorContext context,
com.google.gwt.core.ext.typeinfo.JClassType widgetClass,
com.google.gwt.core.ext.typeinfo.JClassType propertyType)
Copyright © 2014. All rights reserved.