public class

SimpleBeanEditorDriverGenerator

extends AbstractEditorDriverGenerator
java.lang.Object
   ↳ com.google.gwt.core.ext.Generator
     ↳ com.google.gwt.editor.rebind.AbstractEditorDriverGenerator
       ↳ com.google.gwt.editor.rebind.SimpleBeanEditorDriverGenerator

Class Overview

Generates implementations of SimpleBeanEditorDriver.

Summary

Public Constructors
SimpleBeanEditorDriverGenerator()
Protected Methods
Class<?> getDriverInterfaceType()
Class<?> getDriverSuperclassType()
Class<?> getEditorDelegateType()
String mutableObjectExpression(EditorData data, String sourceObjectExpression)
void writeDelegateInitialization(SourceWriter sw, EditorData d, Map<EditorDataString> delegateFields)
[Expand]
Inherited Methods
From class com.google.gwt.editor.rebind.AbstractEditorDriverGenerator
From class com.google.gwt.core.ext.Generator
From class java.lang.Object

Public Constructors

public SimpleBeanEditorDriverGenerator ()

Protected Methods

protected Class<?> getDriverInterfaceType ()

protected Class<?> getDriverSuperclassType ()

protected Class<?> getEditorDelegateType ()

protected String mutableObjectExpression (EditorData data, String sourceObjectExpression)

protected void writeDelegateInitialization (SourceWriter sw, EditorData d, Map<EditorDataString> delegateFields)