Package | com.absentdesign.core.webapis.wordpress.events |
Class | public class WPServiceEvent |
Inheritance | WPServiceEvent ![]() ![]() |
Method | Defined by | ||
---|---|---|---|
WPServiceEvent(type:String, data:Object = null, bubbles:Boolean = false, cancelable:Boolean = false)
| WPServiceEvent |
Constant | Defined by | ||
---|---|---|---|
CONNECTED : String = "WPServiceEventConnected" [static]
| WPServiceEvent | ||
DELETE_CATEGORY : String = "WPServiceEventDeleteCategory" [static]
| WPServiceEvent | ||
DELETE_COMMENT : String = "WPServiceEventDeleteComment" [static]
| WPServiceEvent | ||
DELETE_PAGE : String = "WPServiceEventDeletePage" [static]
| WPServiceEvent | ||
EDIT_COMMENT : String = "WPServiceEventEditComment" [static]
| WPServiceEvent | ||
EDIT_POST : String = "WPServiceEventEditPost" [static]
| WPServiceEvent | ||
GET_AUTHORS : String = "WPServiceEventGetAuthors" [static]
| WPServiceEvent | ||
GET_CATEGORIES : String = "WPServiceEventGetCategories" [static]
| WPServiceEvent | ||
GET_COMMENT : String = "WPServiceEventGetComment" [static]
| WPServiceEvent | ||
GET_COMMENTS : String = "WPServiceEventGetComments" [static]
| WPServiceEvent | ||
GET_PAGE : String = "WPServiceEventGetPage" [static]
| WPServiceEvent | ||
GET_PAGE_LIST : String = "WPServiceEventGetPageList" [static]
| WPServiceEvent | ||
GET_PAGES : String = "WPServiceEventGetPages" [static]
| WPServiceEvent | ||
GET_POST : String = "WPServiceEventGetPost" [static]
| WPServiceEvent | ||
GET_POST_CATEGORIES : String = "WPServiceEventGetRecentPostCategories" [static]
| WPServiceEvent | ||
GET_RECENT_POSTS : String = "WPServiceEventGetRecentPosts" [static]
| WPServiceEvent | ||
GET_RECENT_POST_TITLES : String = "WPServiceEventGetRecentPostTitles" [static]
| WPServiceEvent | ||
GET_TAGS : String = "WPServiceEventGetTags" [static]
| WPServiceEvent | ||
GET_USERS_BLOGS : String = "WPServiceEventGetUsersBlogs" [static]
| WPServiceEvent | ||
NEW_CATEGORY : String = "WPServiceEventNewCategory" [static]
| WPServiceEvent | ||
NEW_COMMENT : String = "WPServiceEventNewComment" [static]
| WPServiceEvent | ||
NEW_PAGE : String = "WPServiceEventNewPage" [static]
| WPServiceEvent | ||
NEW_POST : String = "WPServiceEventNewPost" [static]
| WPServiceEvent | ||
SET_POST_CATEGORIES : String = "WPServiceEventSetPostCategories" [static]
| WPServiceEvent | ||
SUGGEST_CATEGORIES : String = "WPServiceEventSuggestCategories" [static]
| WPServiceEvent |
WPServiceEvent | () | constructor |
public function WPServiceEvent(type:String, data:Object = null, bubbles:Boolean = false, cancelable:Boolean = false)
Parameters
type:String — The event type
|
|
data:Object (default = null ) — The data to send with the event
|
|
bubbles:Boolean (default = false )
|
|
cancelable:Boolean (default = false )
|
CONNECTED | constant |
public static const CONNECTED:String = "WPServiceEventConnected"
DELETE_CATEGORY | constant |
public static const DELETE_CATEGORY:String = "WPServiceEventDeleteCategory"
DELETE_COMMENT | constant |
public static const DELETE_COMMENT:String = "WPServiceEventDeleteComment"
DELETE_PAGE | constant |
public static const DELETE_PAGE:String = "WPServiceEventDeletePage"
EDIT_COMMENT | constant |
public static const EDIT_COMMENT:String = "WPServiceEventEditComment"
EDIT_POST | constant |
public static const EDIT_POST:String = "WPServiceEventEditPost"
GET_AUTHORS | constant |
public static const GET_AUTHORS:String = "WPServiceEventGetAuthors"
GET_CATEGORIES | constant |
public static const GET_CATEGORIES:String = "WPServiceEventGetCategories"
GET_COMMENT | constant |
public static const GET_COMMENT:String = "WPServiceEventGetComment"
GET_COMMENTS | constant |
public static const GET_COMMENTS:String = "WPServiceEventGetComments"
GET_PAGE | constant |
public static const GET_PAGE:String = "WPServiceEventGetPage"
GET_PAGE_LIST | constant |
public static const GET_PAGE_LIST:String = "WPServiceEventGetPageList"
GET_PAGES | constant |
public static const GET_PAGES:String = "WPServiceEventGetPages"
GET_POST | constant |
public static const GET_POST:String = "WPServiceEventGetPost"
GET_POST_CATEGORIES | constant |
public static const GET_POST_CATEGORIES:String = "WPServiceEventGetRecentPostCategories"
GET_RECENT_POSTS | constant |
public static const GET_RECENT_POSTS:String = "WPServiceEventGetRecentPosts"
GET_RECENT_POST_TITLES | constant |
public static const GET_RECENT_POST_TITLES:String = "WPServiceEventGetRecentPostTitles"
GET_TAGS | constant |
public static const GET_TAGS:String = "WPServiceEventGetTags"
GET_USERS_BLOGS | constant |
public static const GET_USERS_BLOGS:String = "WPServiceEventGetUsersBlogs"
NEW_CATEGORY | constant |
public static const NEW_CATEGORY:String = "WPServiceEventNewCategory"
NEW_COMMENT | constant |
public static const NEW_COMMENT:String = "WPServiceEventNewComment"
NEW_PAGE | constant |
public static const NEW_PAGE:String = "WPServiceEventNewPage"
NEW_POST | constant |
public static const NEW_POST:String = "WPServiceEventNewPost"
SET_POST_CATEGORIES | constant |
public static const SET_POST_CATEGORIES:String = "WPServiceEventSetPostCategories"
SUGGEST_CATEGORIES | constant |
public static const SUGGEST_CATEGORIES:String = "WPServiceEventSuggestCategories"