public interface ProxyOutputter
ProxyOutputterFactory
.Modifier and Type | Method and Description |
---|---|
void |
initComposerFactory(com.google.gwt.user.rebind.ClassSourceFileComposerFactory composerFactory)
Initializes the composer factory, adding all the imports, setting the
implemented interfaces and extending the correct superclass.
|
void |
writeConstructor(com.google.gwt.user.rebind.SourceWriter writer,
String className,
boolean registerDelayedBind)
Write all the empty constructor of the proxy.
|
void |
writeFields(com.google.gwt.user.rebind.SourceWriter writer)
Write all the fields of the proxy.
|
void |
writeInnerClasses(com.google.gwt.user.rebind.SourceWriter writer)
Write all the inner classes of the proxy.
|
void |
writeMethods(com.google.gwt.user.rebind.SourceWriter writer)
Write all the methods of the proxy, not including the constructor.
|
void initComposerFactory(com.google.gwt.user.rebind.ClassSourceFileComposerFactory composerFactory)
composerFactory
- The composer factory used to generate to proxy.void writeFields(com.google.gwt.user.rebind.SourceWriter writer)
writer
- The SourceWriter
.void writeInnerClasses(com.google.gwt.user.rebind.SourceWriter writer) throws UnableToCompleteException
writer
- The SourceWriter
.UnableToCompleteException
void writeConstructor(com.google.gwt.user.rebind.SourceWriter writer, String className, boolean registerDelayedBind)
writer
- The SourceWriter
.className
- The class name, which will be the name of the constructor method.registerDelayedBind
- true
if the constructor should register this class towards the
DelayedBindRegistry
,
false
otherwise.void writeMethods(com.google.gwt.user.rebind.SourceWriter writer) throws UnableToCompleteException
writer
- The SourceWriter
.UnableToCompleteException
Copyright © 2010-2014 ArcBees. All Rights Reserved.