Uses of Class
com.foxinmy.weixin4j.model.Button

Packages that use Button
com.foxinmy.weixin4j.model   
 

Uses of Button in com.foxinmy.weixin4j.model
 

Methods in com.foxinmy.weixin4j.model that return Button
 Button Button.pushSub(Button btn)
           
 

Methods in com.foxinmy.weixin4j.model that return types with arguments of type Button
 List<Button> Button.getSubs()
           
 

Methods in com.foxinmy.weixin4j.model with parameters of type Button
 Button Button.pushSub(Button btn)
           
 

Method parameters in com.foxinmy.weixin4j.model with type arguments of type Button
 void Button.setSubs(List<Button> subs)
           
 

Constructors in com.foxinmy.weixin4j.model with parameters of type Button
Button(String name, Button... subButtons)
          创建一个具有子菜单的菜单
 



Copyright © 2014–2017. All rights reserved.