|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ButtonType | |
|---|---|
| com.foxinmy.weixin4j.model | |
| com.foxinmy.weixin4j.type | |
| Uses of ButtonType in com.foxinmy.weixin4j.model |
|---|
| Methods in com.foxinmy.weixin4j.model with parameters of type ButtonType | |
|---|---|
void |
Button.setType(ButtonType type)
|
| Constructors in com.foxinmy.weixin4j.model with parameters of type ButtonType | |
|---|---|
Button(String name,
String content,
ButtonType type)
创建一个普通菜单 |
|
| Uses of ButtonType in com.foxinmy.weixin4j.type |
|---|
| Methods in com.foxinmy.weixin4j.type that return ButtonType | |
|---|---|
static ButtonType |
ButtonType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ButtonType[] |
ButtonType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||