Package com.smartgwt.rebind
Class BeanMethod
java.lang.Object
com.smartgwt.rebind.BeanMethod
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetName()booleanisGetter()booleanbooleanisSetter()booleanvoidwriteJSNIFunction(com.google.gwt.user.rebind.SourceWriter source, boolean addComma) voidwriteNew(com.google.gwt.user.rebind.SourceWriter source, String beanClassName, Integer getterMethodNumber, Integer setterMethodNumber, boolean addComma) 
- 
Constructor Details- 
BeanMethod
 
- 
- 
Method Details- 
getValueType
- 
getGenericType
- 
isSetterpublic boolean isSetter()
- 
isGetterpublic boolean isGetter()
- 
getName
- 
getPrefix
- 
getMethod
- 
isPrimitivepublic boolean isPrimitive()
- 
isStaticInitMethodpublic boolean isStaticInitMethod()
- 
jsniGetter
- 
box
- 
writeJSNIFunctionpublic void writeJSNIFunction(com.google.gwt.user.rebind.SourceWriter source, boolean addComma) 
- 
writeNew
 
-