Modifier and Type | Method and Description |
---|---|
static Wx.Category |
Wx.Category.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Wx.Category[] |
Wx.Category.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Wx.Category |
WxEvent.Type.getCategory() |
Modifier and Type | Method and Description |
---|---|
Wx.Category[] |
WxMessage.Type.getCategories() |
Modifier and Type | Method and Description |
---|---|
Wx.Category |
WxRequest.Body.getCategory()
事件的类别
|
Modifier and Type | Method and Description |
---|---|
void |
WxRequest.Body.setCategory(Wx.Category category) |
Constructor and Description |
---|
WxCategoryCondition(Wx.Category... types) |
Constructor and Description |
---|
WxCategoryCondition(Collection<Wx.Category> types) |
Modifier and Type | Method and Description |
---|---|
Wx.Category |
WxMappingInfo.getCategory() |
Modifier and Type | Method and Description |
---|---|
static WxMappingInfo.Builder |
WxMappingInfo.category(Wx.Category category) |
Constructor and Description |
---|
WxMappingInfo(String name,
Wx.Category category,
String eventKey,
WxCategoryCondition categories,
WxButtonTypeCondition buttonTypes,
WxEventTypeCondition eventTypes,
WxMessageTypeCondition messageTypes,
WxMessageWildcardCondition wildcards) |
Copyright © 2018 Guangshan Technology, Inc.. All rights reserved.