Packagecom.absentdesign.core.webapis.wordpress.events
Classpublic class WPServiceEvent
InheritanceWPServiceEvent Inheritance ServiceEvent Inheritance flash.events.Event

concrete ServiceEvent



Public Properties
 PropertyDefined by
 InheritedCOMPLETE : String = "serviceEventComplete"
[static]
ServiceEvent
 Inheriteddata : Object
ServiceEvent
 InheritedLOAD : String = "serviceEventLoad"
[static]
ServiceEvent
Public Methods
 MethodDefined by
  
WPServiceEvent(type:String, data:Object = null, bubbles:Boolean = false, cancelable:Boolean = false)
WPServiceEvent
Public Constants
 ConstantDefined 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
Constructor detail
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)
Constant detail
CONNECTEDconstant
public static const CONNECTED:String = "WPServiceEventConnected"
DELETE_CATEGORYconstant 
public static const DELETE_CATEGORY:String = "WPServiceEventDeleteCategory"
DELETE_COMMENTconstant 
public static const DELETE_COMMENT:String = "WPServiceEventDeleteComment"
DELETE_PAGEconstant 
public static const DELETE_PAGE:String = "WPServiceEventDeletePage"
EDIT_COMMENTconstant 
public static const EDIT_COMMENT:String = "WPServiceEventEditComment"
EDIT_POSTconstant 
public static const EDIT_POST:String = "WPServiceEventEditPost"
GET_AUTHORSconstant 
public static const GET_AUTHORS:String = "WPServiceEventGetAuthors"
GET_CATEGORIESconstant 
public static const GET_CATEGORIES:String = "WPServiceEventGetCategories"
GET_COMMENTconstant 
public static const GET_COMMENT:String = "WPServiceEventGetComment"
GET_COMMENTSconstant 
public static const GET_COMMENTS:String = "WPServiceEventGetComments"
GET_PAGEconstant 
public static const GET_PAGE:String = "WPServiceEventGetPage"
GET_PAGE_LISTconstant 
public static const GET_PAGE_LIST:String = "WPServiceEventGetPageList"
GET_PAGESconstant 
public static const GET_PAGES:String = "WPServiceEventGetPages"
GET_POSTconstant 
public static const GET_POST:String = "WPServiceEventGetPost"
GET_POST_CATEGORIESconstant 
public static const GET_POST_CATEGORIES:String = "WPServiceEventGetRecentPostCategories"
GET_RECENT_POSTSconstant 
public static const GET_RECENT_POSTS:String = "WPServiceEventGetRecentPosts"
GET_RECENT_POST_TITLESconstant 
public static const GET_RECENT_POST_TITLES:String = "WPServiceEventGetRecentPostTitles"
GET_TAGSconstant 
public static const GET_TAGS:String = "WPServiceEventGetTags"
GET_USERS_BLOGSconstant 
public static const GET_USERS_BLOGS:String = "WPServiceEventGetUsersBlogs"
NEW_CATEGORYconstant 
public static const NEW_CATEGORY:String = "WPServiceEventNewCategory"
NEW_COMMENTconstant 
public static const NEW_COMMENT:String = "WPServiceEventNewComment"
NEW_PAGEconstant 
public static const NEW_PAGE:String = "WPServiceEventNewPage"
NEW_POSTconstant 
public static const NEW_POST:String = "WPServiceEventNewPost"
SET_POST_CATEGORIESconstant 
public static const SET_POST_CATEGORIES:String = "WPServiceEventSetPostCategories"
SUGGEST_CATEGORIESconstant 
public static const SUGGEST_CATEGORIES:String = "WPServiceEventSuggestCategories"