|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.gwt.uibinder.rebind.model.OwnerClass
public class OwnerClass
Model class with all attributes of the owner class. This includes factories, fields and handlers.
| Constructor Summary | |
|---|---|
OwnerClass(JClassType ownerType,
MortalLogger logger)
Constructor. |
|
| Method Summary | |
|---|---|
JMethod |
getUiFactoryMethod(JClassType forType)
Returns the method annotated with @UiFactory which returns the given type. |
OwnerField |
getUiField(java.lang.String name)
Gets a field with the given name. |
OwnerField |
getUiFieldForType(JClassType type)
Deprecated. This will die with BundleAttributeParser |
java.util.Collection<OwnerField> |
getUiFields()
Returns a collection of all fields in the owner class. |
java.util.List<JMethod> |
getUiHandlers()
Returns all the UiHandler methods defined in the owner class. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OwnerClass(JClassType ownerType,
MortalLogger logger)
throws UnableToCompleteException
ownerType - the type of the owner classlogger -
UnableToCompleteException| Method Detail |
|---|
public JMethod getUiFactoryMethod(JClassType forType)
forType - the type to look for a factory of
public OwnerField getUiField(java.lang.String name)
name - the name of the field to get
@Deprecated public OwnerField getUiFieldForType(JClassType type)
BundleAttributeParser
type - the type of the field
public java.util.Collection<OwnerField> getUiFields()
public java.util.List<JMethod> getUiHandlers()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||