Class BeanMethod

java.lang.Object
com.smartgwt.rebind.BeanMethod

public class BeanMethod extends Object
  • Constructor Details

  • Method Details

    • getValueType

      public JType getValueType()
    • getGenericType

      public JType getGenericType()
    • isSetter

      public boolean isSetter()
    • isGetter

      public boolean isGetter()
    • getName

      public String getName()
    • getPrefix

      public String getPrefix()
    • getMethod

      public JMethod getMethod()
    • isPrimitive

      public boolean isPrimitive()
    • isStaticInitMethod

      public boolean isStaticInitMethod()
    • jsniGetter

      public String jsniGetter()
    • box

      public String box(String basicGetter)
    • writeJSNIFunction

      public void writeJSNIFunction(com.google.gwt.user.rebind.SourceWriter source, boolean addComma)
    • writeNew

      public void writeNew(com.google.gwt.user.rebind.SourceWriter source, String beanClassName, Integer getterMethodNumber, Integer setterMethodNumber, boolean addComma)