public class

FieldReference

extends Object
java.lang.Object
   ↳ com.google.gwt.uibinder.rebind.FieldReference

Class Overview

Represents a {field.reference}. Collects all the types a particular reference has been asked to return, and can validate that it actually does so.

Summary

Public Methods
void addLeftHandType(JType type)
String getFieldName()
String toString()
void validate(MonitoredLogger logger)
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public void addLeftHandType (JType type)

public String getFieldName ()

public String toString ()

public void validate (MonitoredLogger logger)