public class FieldWriterOfInjectedType extends Object
Constructor and Description |
---|
FieldWriterOfInjectedType(FieldManager manager,
com.google.gwt.uibinder.rebind.FieldWriterType fieldType,
JClassType type,
String name,
JClassType ginjectorClass,
String ginjectorMethod,
com.google.gwt.uibinder.rebind.MortalLogger logger) |
Modifier and Type | Method and Description |
---|---|
void |
addAttachStatement(String arg0,
Object... arg1) |
void |
addDetachStatement(String arg0,
Object... arg1) |
void |
addStatement(String arg0,
Object... arg1) |
JClassType |
getAssignableType() |
int |
getBuildPrecedence() |
com.google.gwt.uibinder.rebind.FieldWriterType |
getFieldType() |
String |
getHtml() |
String |
getInitializer() |
JClassType |
getInstantiableType() |
String |
getName() |
static String |
getNextAttachVar() |
String |
getNextReference() |
String |
getQualifiedSourceName() |
JType |
getReturnType(String[] arg0,
com.google.gwt.uibinder.rebind.MonitoredLogger arg1) |
String |
getSafeHtml() |
void |
needs(com.google.gwt.uibinder.rebind.FieldWriter arg0) |
void |
setBuildPrecedence(int arg0) |
void |
setHtml(String arg0) |
void |
setInitializer(String arg0) |
String |
toString() |
void |
write(com.google.gwt.uibinder.rebind.IndentedWriter arg0) |
void |
writeFieldBuilder(com.google.gwt.uibinder.rebind.IndentedWriter arg0,
int arg1,
com.google.gwt.uibinder.rebind.model.OwnerField arg2) |
void |
writeFieldDefinition(com.google.gwt.uibinder.rebind.IndentedWriter arg0,
TypeOracle arg1,
com.google.gwt.uibinder.rebind.model.OwnerField arg2,
com.google.gwt.uibinder.rebind.DesignTimeUtils arg3,
int arg4,
boolean arg5) |
public FieldWriterOfInjectedType(FieldManager manager, com.google.gwt.uibinder.rebind.FieldWriterType fieldType, JClassType type, String name, JClassType ginjectorClass, String ginjectorMethod, com.google.gwt.uibinder.rebind.MortalLogger logger)
public JClassType getAssignableType()
public JClassType getInstantiableType()
public String getQualifiedSourceName()
public static String getNextAttachVar()
public void addAttachStatement(String arg0, Object... arg1)
addAttachStatement
in interface com.google.gwt.uibinder.rebind.FieldWriter
public void addDetachStatement(String arg0, Object... arg1)
addDetachStatement
in interface com.google.gwt.uibinder.rebind.FieldWriter
public void addStatement(String arg0, Object... arg1)
addStatement
in interface com.google.gwt.uibinder.rebind.FieldWriter
public int getBuildPrecedence()
getBuildPrecedence
in interface com.google.gwt.uibinder.rebind.FieldWriter
public com.google.gwt.uibinder.rebind.FieldWriterType getFieldType()
getFieldType
in interface com.google.gwt.uibinder.rebind.FieldWriter
public String getHtml()
getHtml
in interface com.google.gwt.uibinder.rebind.FieldWriter
public String getInitializer()
getInitializer
in interface com.google.gwt.uibinder.rebind.FieldWriter
public String getName()
getName
in interface com.google.gwt.uibinder.rebind.FieldWriter
public String getNextReference()
getNextReference
in interface com.google.gwt.uibinder.rebind.FieldWriter
public JType getReturnType(String[] arg0, com.google.gwt.uibinder.rebind.MonitoredLogger arg1)
getReturnType
in interface com.google.gwt.uibinder.rebind.FieldWriter
public String getSafeHtml()
getSafeHtml
in interface com.google.gwt.uibinder.rebind.FieldWriter
public void needs(com.google.gwt.uibinder.rebind.FieldWriter arg0)
needs
in interface com.google.gwt.uibinder.rebind.FieldWriter
public void setBuildPrecedence(int arg0)
setBuildPrecedence
in interface com.google.gwt.uibinder.rebind.FieldWriter
public void setHtml(String arg0)
setHtml
in interface com.google.gwt.uibinder.rebind.FieldWriter
public void setInitializer(String arg0)
setInitializer
in interface com.google.gwt.uibinder.rebind.FieldWriter
public void write(com.google.gwt.uibinder.rebind.IndentedWriter arg0) throws UnableToCompleteException
write
in interface com.google.gwt.uibinder.rebind.FieldWriter
UnableToCompleteException
public void writeFieldBuilder(com.google.gwt.uibinder.rebind.IndentedWriter arg0, int arg1, com.google.gwt.uibinder.rebind.model.OwnerField arg2)
writeFieldBuilder
in interface com.google.gwt.uibinder.rebind.FieldWriter
public void writeFieldDefinition(com.google.gwt.uibinder.rebind.IndentedWriter arg0, TypeOracle arg1, com.google.gwt.uibinder.rebind.model.OwnerField arg2, com.google.gwt.uibinder.rebind.DesignTimeUtils arg3, int arg4, boolean arg5) throws UnableToCompleteException
writeFieldDefinition
in interface com.google.gwt.uibinder.rebind.FieldWriter
UnableToCompleteException
Copyright © 2010–2014 Arcbees. All rights reserved.