Uses of Class
com.foxinmy.weixin4j.model.Button
-
Packages that use Button Package Description com.foxinmy.weixin4j.model -
-
Uses of Button in com.foxinmy.weixin4j.model
Methods in com.foxinmy.weixin4j.model that return Button Modifier and Type Method Description Button
Button. pushSub(Button btn)
Methods in com.foxinmy.weixin4j.model that return types with arguments of type Button Modifier and Type Method Description List<Button>
Button. getSubs()
Methods in com.foxinmy.weixin4j.model with parameters of type Button Modifier and Type Method Description Button
Button. pushSub(Button btn)
Method parameters in com.foxinmy.weixin4j.model with type arguments of type Button Modifier and Type Method Description void
Button. setSubs(List<Button> subs)
Constructors in com.foxinmy.weixin4j.model with parameters of type Button Constructor Description Button(String name, Button... subButtons)
创建一个具有子菜单的菜单
-