|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.gwt.uibinder.rebind.model.OwnerField
public class OwnerField
Descriptor for a field of the owner class.
Please notice that some fields defined in the XML and in the generated binder
class may not be present in the owner class - for instance, they may not be
relevant to the code of the owner class.
The fields in the binder class are instead represented by an instance of
FieldWriter.
| Constructor Summary | |
|---|---|
OwnerField(JField field,
MortalLogger logger)
Constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Returns the name of the field in the owner class. |
OwnerFieldClass |
getType()
Returns a descriptor for the type of the field. |
boolean |
isProvided()
Returns whether this field's value is provided by owner class. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public OwnerField(JField field,
MortalLogger logger)
throws UnableToCompleteException
field - the field of the owner classlogger -
UnableToCompleteException| Method Detail |
|---|
public java.lang.String getName()
public OwnerFieldClass getType()
public boolean isProvided()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||