Packagelaya.ui
Classpublic class UIEvent
InheritanceUIEvent Inheritance Event Inheritance Object

UIEvent 类用来定义UI组件类的事件类型。



Public Properties
 PropertyDefined By
 InheritedaltKey : Boolean
[read-only] 表示 Alt 键是处于活动状态 (true) 还是非活动状态 (false)。
Event
 InheritedcharCode : Boolean
[read-only] 包含按下或释放的键的字符代码值。字符代码值为英文键盘值。
Event
 InheritedctrlKey : Boolean
[read-only] 表示 Ctrl 键是处于活动状态 (true) 还是非活动状态 (false)。
Event
 InheritedcurrentTarget : Sprite
事件当前冒泡对象。
Event
 Inheriteddelta : int
滚轮滑动增量
Event
 InheritedkeyCode : int
键盘值
Event
 InheritedkeyLocation : uint
[read-only] 表示键在键盘上的位置。这对于区分在键盘上多次出现的键非常有用。 例如,您可以根据此属性的值来区分左 Shift 键和右 Shift 键:左 Shift 键的值为 KeyLocation.LEFT,右 Shift 键的值为 KeyLocation.RIGHT。另一个示例是区分标准键盘 (KeyLocation.STANDARD) 与数字键盘 (KeyLocation.NUM_PAD) 上按下的数字键。
Event
 InheritednativeEvent : *
原生浏览器事件。
Event
 InheritedshiftKey : Boolean
[read-only] 表示 Shift 键是处于活动状态 (true) 还是非活动状态 (false)。
Event
 InheritedstageX : Number
[read-only] 鼠标在 Stage 上的 X 轴坐标
Event
 InheritedstageY : Number
[read-only] 鼠标在 Stage 上的 Y 轴坐标
Event
 Inheritedtarget : Sprite
事件目标触发对象。
Event
 Inheritedtouches : Array
[read-only] 触摸点列表。
Event
 InheritedtouchId : int
分配给触摸点的唯一标识号(作为 int)。
Event
 Inheritedtype : String
事件类型。
Event
Public Methods
 MethodDefined By
 Inherited
setTo(type:String, currentTarget:Sprite, target:Sprite):Event
设置事件数据。
Event
 Inherited
阻止对事件流中当前节点的后续节点中的所有事件侦听器进行处理。此方法不会影响当前节点 (currentTarget) 中的任何事件侦听器。
Event
Public Constants
 ConstantDefined By
 InheritedACTIVE_IN_HIERARCHY_CHANGED : String = activeinhierarchychanged
[static] 定义 activeinhierarchychanged 事件对象的 type 属性值。
Event
 InheritedADDED : String = added
[static] 定义 added 事件对象的 type 属性值。
Event
 InheritedANIMATION_CHANGED : String = animationchanged
[static] 更换动作时触发。
Event
 InheritedBLUR : String = blur
[static] 定义 blur 事件对象的 type 属性值。
Event
 InheritedCHANGE : String = change
[static] 定义 change 事件对象的 type 属性值。
Event
 InheritedCHANGED : String = changed
[static] 定义 changed 事件对象的 type 属性值。
Event
 InheritedCLICK : String = click
[static] 定义 click 事件对象的 type 属性值。
Event
 InheritedCLOSE : String = close
[static] 定义 close 事件对象的 type 属性值。
Event
 InheritedCOMPLETE : String = complete
[static] 定义 complete 事件对象的 type 属性值。
Event
 InheritedCOMPONENT_ADDED : String = componentadded
[static] 定义 componentadded 事件对象的 type 属性值。
Event
 InheritedCOMPONENT_REMOVED : String = componentremoved
[static] 定义 componentremoved 事件对象的 type 属性值。
Event
 InheritedDEVICE_LOST : String = devicelost
[static] 显卡设备丢失时触发
Event
 InheritedDISPLAY : String = display
[static] 定义 display 事件对象的 type 属性值。
Event
 InheritedDOUBLE_CLICK : String = doubleclick
[static] 定义 doubleclick 事件对象的 type 属性值。
Event
 InheritedDRAG_END : String = dragend
[static] 定义 dragend 事件对象的 type 属性值。
Event
 InheritedDRAG_MOVE : String = dragmove
[static] 定义 dragmove 事件对象的 type 属性值。
Event
 InheritedDRAG_START : String = dragstart
[static] 定义 dragstart 事件对象的 type 属性值。
Event
 InheritedEMPTY : Event
[static] 一个空的 Event 对象。用于事件派发中转使用。
Event
 InheritedENABLE_CHANGED : String = enablechanged
[static] 定义 enablechanged 事件对象的 type 属性值。
Event
 InheritedEND : String = end
[static] 定义 end 事件对象的 type 属性值。
Event
 InheritedENTER : String = enter
[static] 定义 enter 事件对象的 type 属性值。
Event
 InheritedERROR : String = error
[static] 定义 error 事件对象的 type 属性值。
Event
 InheritedFOCUS : String = focus
[static] 定义 focus 事件对象的 type 属性值。
Event
 InheritedFOCUS_CHANGE : String = focuschange
[static] 定义 focuschange 事件对象的 type 属性值。
Event
 InheritedFRAME : String = enterframe
[static] 定义 frame 事件对象的 type 属性值。
Event
 InheritedFULL_SCREEN_CHANGE : String = fullscreenchange
[static] 浏览器全屏更改时触发
Event
  HIDE_TIP : String = hidetip
[static] 隐藏提示信息。
UIEvent
 InheritedHIERARCHY_LOADED : String = hierarchyloaded
[static] 定义 hierarchyloaded 事件对象的 type 属性值。
Event
 InheritedINPUT : String = input
[static] 定义 input 事件对象的 type 属性值。
Event
 InheritedKEY_DOWN : String = keydown
[static] 定义 keydown 事件对象的 type 属性值。
Event
 InheritedKEY_PRESS : String = keypress
[static] 定义 keypress 事件对象的 type 属性值。
Event
 InheritedKEY_UP : String = keyup
[static] 定义 keyup 事件对象的 type 属性值。
Event
 InheritedLABEL : String = label
[static] 定义 label 事件对象的 type 属性值。
Event
 InheritedLAYER_CHANGED : String = layerchanged
[static] 定义 layerchanged 事件对象的 type 属性值。
Event
 InheritedLINK : String = link
[static] 定义 link 事件对象的 type 属性值。
Event
 InheritedLOADED : String = loaded
[static] 定义 loaded 事件对象的 type 属性值。
Event
 InheritedMATERIAL_CHANGED : String = materialchanged
[static] 材质更换时触发
Event
 InheritedMESH_CHANGED : String = meshchanged
[static] 模型更换时触发
Event
 InheritedMESSAGE : String = message
[static] 定义 message 事件对象的 type 属性值。
Event
 InheritedMOUSE_DOWN : String = mousedown
[static] 定义 mousedown 事件对象的 type 属性值。
Event
 InheritedMOUSE_MOVE : String = mousemove
[static] 定义 mousemove 事件对象的 type 属性值。
Event
 InheritedMOUSE_OUT : String = mouseout
[static] 定义 mouseout 事件对象的 type 属性值。
Event
 InheritedMOUSE_OVER : String = mouseover
[static] 定义 mouseover 事件对象的 type 属性值。
Event
 InheritedMOUSE_UP : String = mouseup
[static] 定义 mouseup 事件对象的 type 属性值。
Event
 InheritedMOUSE_WHEEL : String = mousewheel
[static] 定义 mousewheel 事件对象的 type 属性值。
Event
 InheritedOPEN : String = open
[static] 定义 open 事件对象的 type 属性值。
Event
 InheritedPAUSED : String = paused
[static] 定义 paused 事件对象的 type 属性值。
Event
 InheritedPLAYED : String = played
[static] 定义 played 事件对象的 type 属性值。
Event
 InheritedPROGRESS : String = progress
[static] 定义 progress 事件对象的 type 属性值。
Event
 InheritedRECOVERED : String = recovered
[static] 定义 recovered 事件对象的 type 属性值。
Event
 InheritedRELEASED : String = released
[static] 定义 released 事件对象的 type 属性值。
Event
 InheritedREMOVED : String = removed
[static] 定义 removed 事件对象的 type 属性值。
Event
 InheritedRENDER : String = render
[static] 定义 render 事件对象的 type 属性值。
Event
 InheritedRESIZE : String = resize
[static] 定义 resize 事件对象的 type 属性值。
Event
 InheritedRIGHT_CLICK : String = rightclick
[static] 定义 rightclick 事件对象的 type 属性值。
Event
 InheritedRIGHT_MOUSE_DOWN : String = rightmousedown
[static] 定义 rightmousedown 事件对象的 type 属性值。
Event
 InheritedRIGHT_MOUSE_UP : String = rightmouseup
[static] 定义 rightmouseup 事件对象的 type 属性值。
Event
 InheritedROLL_OUT : String = mouseout
[static] 定义 mouseout 事件对象的 type 属性值。
Event
 InheritedROLL_OVER : String = mouseover
[static] 定义 mouseover 事件对象的 type 属性值。
Event
 InheritedSELECT : String = select
[static] 定义 select 事件对象的 type 属性值。
Event
  SHOW_TIP : String = showtip
[static] 显示提示信息。
UIEvent
 InheritedSTART : String = start
[static] 定义 start 事件对象的 type 属性值。
Event
 InheritedSTOPPED : String = stopped
[static] 定义 stopped 事件对象的 type 属性值。
Event
 InheritedUNDISPLAY : String = undisplay
[static] 定义 undisplay 事件对象的 type 属性值。
Event
 InheritedVISIBILITY_CHANGE : String = visibilitychange
[static] 定义 visibilitychange 事件对象的 type 属性值。
Event
 InheritedWORLDMATRIX_NEEDCHANGE : String = worldmatrixneedchanged
[static] 世界矩阵更新时触发。
Event
Constant Detail
HIDE_TIPConstant
public static const HIDE_TIP:String = hidetip

隐藏提示信息。

SHOW_TIPConstant 
public static const SHOW_TIP:String = showtip

显示提示信息。