Package com.smartgwt.rebind
Class BeanMethod
java.lang.Object
com.smartgwt.rebind.BeanMethod
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
boolean
isGetter()
boolean
boolean
isSetter()
boolean
void
writeJSNIFunction
(com.google.gwt.user.rebind.SourceWriter source, boolean addComma) void
writeNew
(com.google.gwt.user.rebind.SourceWriter source, String beanClassName, Integer getterMethodNumber, Integer setterMethodNumber, boolean addComma)
-
Constructor Details
-
BeanMethod
-
-
Method Details
-
getValueType
-
getGenericType
-
isSetter
public boolean isSetter() -
isGetter
public boolean isGetter() -
getName
-
getPrefix
-
getMethod
-
isPrimitive
public boolean isPrimitive() -
isStaticInitMethod
public boolean isStaticInitMethod() -
jsniGetter
-
box
-
writeJSNIFunction
public void writeJSNIFunction(com.google.gwt.user.rebind.SourceWriter source, boolean addComma) -
writeNew
-