This page was saved using jaction on 2006-09-04 8:33:50.
Address: http://flexdocs.kr/docs/flex2/langref/mx/charts/events/LegendMouseEvent.html
Title: mx.charts.events.LegendMouseEvent (Flex™ 2 레퍼런스 가이드)  •  Size: 63887
(Adobe Flex Charting 2 컴퍼넌트만)
Packagemx.charts.events
Classpublic class LegendMouseEvent
InheritanceLegendMouseEvent Inheritance MouseEvent Inheritance Event Inheritance Object

LegendMouseEvent 클래스는, 범용 항목이 클릭되었을 경우 등에, 그래프의 범용 컴퍼넌트에 고유의 event object를 나타냅니다.



Public property
 property정의
 InheritedaltKey : Boolean
장래의 사용을 위해서(때문에) 예약되고 있습니다.
MouseEvent
 Inheritedbubbles : Boolean
이벤트가 바브 링 이벤트인가 어떤가를 나타냅니다.
Event
 InheritedbuttonDown : Boolean
마우스의 주버튼이 밀리고 있는 (true)인가 밀리지 않은 (false)인지를 나타냅니다.
MouseEvent
 Inheritedcancelable : Boolean
이벤트에 관련지을 수 있었던 행동을 회피할 수 있을지 어떨지를 나타냅니다.
Event
 Inheritedconstructor : Object
특정의 object 인스턴스의 클래스 object 또는 constructor    함수에의 참조입니다.
Object
 InheritedctrlKey : Boolean
Ctrl 키가 액티브 (true)가 되어 있을까 비액티브 (false)가 되어 있는지를 나타냅니다.
MouseEvent
 InheritedcurrentTarget : Object
event listener로 Event object를 액티브하게 처리하고 있는 object입니다.
Event
 Inheriteddelta : int
유저가 마우스 휠을 1 단위 돌릴 때 마다 스크롤 하는 행수를 나타냅니다.
MouseEvent
 InheritedeventPhase : uint
event 플로우(flow)의 현재의 단계입니다.
Event
  item : LegendItem
이 이벤트가 방아쇠 된 Legend 의 아이템입니다.
LegendMouseEvent
 InheritedlocalX : Number
스프라이트를 기준으로 하는 event 발생 위치의 수평 좌표입니다.
MouseEvent
 InheritedlocalY : Number
스프라이트를 기준으로 하는 event 발생 위치의 수직 좌표입니다.
MouseEvent
 Inheritedprototype : Object
[static] 클래스 또는 함수 object의 prototype object에의 참조입니다.
Object
 InheritedrelatedObject : InteractiveObject
이벤트에 관련하는 표시 리스트 object에의 참조입니다.
MouseEvent
 InheritedshiftKey : Boolean
Shift 키가 액티브 (true)가 되어 있을까 비액티브 (false)가 되어 있는지를 나타냅니다.
MouseEvent
 InheritedstageX : Number
글로벌 스테이지 좌표를 기준으로 하는 event 발생 위치의 수평 좌표입니다.
MouseEvent
 InheritedstageY : Number
글로벌 스테이지 좌표를 기준으로 하는 event 발생 위치의 수직 좌표입니다.
MouseEvent
 Inheritedtarget : Object
event 타겟입니다.
Event
 Inheritedtype : String
이벤트의 형태입니다.
Event
Public Methods
 Methods정의
  LegendMouseEvent (triggerEvent:MouseEvent , item:LegendItem )
constructor   .
LegendMouseEvent
 Inheritedclone ():Event
MouseEvent object의 복사를 작성해, 각 property의 값을 원의 property의 값과 일치하도록(듯이) 설정합니다.
MouseEvent
 InheritedformatToString (className:String , ... arguments):String
custom Event 클래스에 toString() Methods를 Implements하기 위한 유틸리티 함수입니다.
Event
 InheritedhasOwnProperty (name:String ):Boolean
object로 지정된 property가 정의되고 있는지 어떤지를 나타냅니다.
Object
 InheritedisDefaultPrevented ():Boolean
이벤트로 preventDefault() 가 불려 갔는지 어떠했는지를 체크합니다.
Event
 InheritedisPrototypeOf (theClass:Object ):Boolean
Object 클래스의 인스턴스가, Parameters로서 지정된 object의 prototype 체인내에 있을지 어떨지를 나타냅니다.
Object
 InheritedpreventDefault ():void
이벤트의 디폴트 행동을 캔슬할 수 있는 경우에, 그 행동을 캔슬합니다.
Event
 InheritedpropertyIsEnumerable (name:String ):Boolean
지정된 property가 존재해, 열거 가능한가 어떤가를 나타냅니다.
Object
 InheritedsetPropertyIsEnumerable (name:String , isEnum:Boolean = true):void
루프 처리에 대한 다이나믹 property의 가용성을 설정합니다.
Object
 InheritedstopImmediatePropagation ():void
event 플로우(flow)의 현재의 노드 및 후속 하는 노드로, event listener가 처리되지 않게 합니다.
Event
 InheritedstopPropagation ():void
event 플로우(flow)의 현재의 노드에 후속 하는 노드로, event listener가 처리되지 않게 합니다.
Event
 InheritedtoString ():String
MouseEvent object의 모든 property를 포함한 string를 돌려줍니다.
MouseEvent
 InheritedupdateAfterEvent ():void
표시 리스트가 변경되고 있는 경우는, 이 event 종료 처리의 뒤에 렌더링 하도록(듯이) Flash Player 에 지시합니다.
MouseEvent
 InheritedvalueOf ():Object
지정된 object의 원시적치를 돌려줍니다.
Object
Public 정수
 정수정의
 InheritedACTIVATE : String = "activate"
[static] activate event object의 type property의 값을 정의합니다.
Event
 InheritedADDED : String = "added"
[static] added event object의 type property의 값을 정의합니다.
Event
 InheritedCANCEL : String = "cancel"
[static] cancelevent object의 type property의 값을 정의합니다.
Event
 InheritedCHANGE : String = "change"
[static] change event object의 type property의 값을 정의합니다.
Event
 InheritedCLICK : String = "click"
[static] click event object의 type property의 값을 정의합니다.
MouseEvent
 InheritedCLOSE : String = "close"
[static] close event object의 type property의 값을 정의합니다.
Event
 InheritedCOMPLETE : String = "complete"
[static] complete event object의 type property의 값을 정의합니다.
Event
 InheritedCONNECT : String = "connect"
[static] connect event object의 type property의 값을 정의합니다.
Event
 InheritedDEACTIVATE : String = "deactivate"
[static] deactivate event object의 type property의 값을 정의합니다.
Event
 InheritedDOUBLE_CLICK : String = "doubleClick"
[static] doubleClick event object의 type property의 값을 정의합니다.
MouseEvent
 InheritedENTER_FRAME : String = "enterFrame"
[static] enterFrame event object의 type property의 값을 정의합니다.
Event
 InheritedID3 : String = "id3"
[static] id3 event object의 type property의 값을 정의합니다.
Event
 InheritedINIT : String = "init"
[static] init event object의 type property의 값을 정의합니다.
Event
  ITEM_CLICK : String = "itemClick"
[static] 이벤트형 정수. 유저가 범례 항목 위에서 mouse button를 클릭한 것을 나타냅니다.
LegendMouseEvent
  ITEM_MOUSE_DOWN : String = "itemMouseDown"
[static] 이벤트형 정수. 유저가 범례 항목 위에서 mouse button를 클릭한 것을 나타냅니다.
LegendMouseEvent
  ITEM_MOUSE_OUT : String = "itemMouseOut"
[static] 이벤트형 정수. 유저가 범례 항목으로부터 마우스 포인터를 떼어 놓은 것을 나타냅니다.
LegendMouseEvent
  ITEM_MOUSE_OVER : String = "itemMouseOver"
[static] 이벤트형 정수. 유저가 범례 항목에 마우스 포인터를 맞춘 것을 나타냅니다.
LegendMouseEvent
  ITEM_MOUSE_UP : String = "itemMouseUp"
[static] 이벤트형 정수. 유저가 범례 항목 위에서 mouse button를 떼어 놓은 것을 나타냅니다.
LegendMouseEvent
 InheritedMOUSE_DOWN : String = "mouseDown"
[static] mouseDown event object의 type property의 값을 정의합니다.
MouseEvent
 InheritedMOUSE_LEAVE : String = "mouseLeave"
[static] mouseLeave event object의 type property의 값을 정의합니다.
Event
 InheritedMOUSE_MOVE : String = "mouseMove"
[static] mouseMove event object의 type property의 값을 정의합니다.
MouseEvent
 InheritedMOUSE_OUT : String = "mouseOut"
[static] mouseOut event object의 type property의 값을 정의합니다.
MouseEvent
 InheritedMOUSE_OVER : String = "mouseOver"
[static] mouseOver event object의 type property의 값을 정의합니다.
MouseEvent
 InheritedMOUSE_UP : String = "mouseUp"
[static] mouseUp event object의 type property의 값을 정의합니다.
MouseEvent
 InheritedMOUSE_WHEEL : String = "mouseWheel"
[static] mouseWheel event object의 type property의 값을 정의합니다.
MouseEvent
 InheritedOPEN : String = "open"
[static] open event object의 type property의 값을 정의합니다.
Event
 InheritedREMOVED : String = "removed"
[static] removed event object의 type property의 값을 정의합니다.
Event
 InheritedRENDER : String = "render"
[static] render event object의 type property의 값을 정의합니다.
Event
 InheritedRESIZE : String = "resize"
[static] resize event object의 type property의 값을 정의합니다.
Event
 InheritedROLL_OUT : String = "rollOut"
[static] rollOut event object의 type property의 값을 정의합니다.
MouseEvent
 InheritedROLL_OVER : String = "rollOver"
[static] rollOver event object의 type property의 값을 정의합니다.
MouseEvent
 InheritedSCROLL : String = "scroll"
[static] scroll event object의 type property의 값을 정의합니다.
Event
 InheritedSELECT : String = "select"
[static] select event object의 type property의 값을 정의합니다.
Event
 InheritedSOUND_COMPLETE : String = "soundComplete"
[static] soundComplete event object의 type property의 값을 정의합니다.
Event
 InheritedTAB_CHILDREN_CHANGE : String = "tabChildrenChange"
[static] tabChildrenChange event object의 type property의 값을 정의합니다.
Event
 InheritedTAB_ENABLED_CHANGE : String = "tabEnabledChange"
[static] tabEnabledChange event object의 type property의 값을 정의합니다.
Event
 InheritedTAB_INDEX_CHANGE : String = "tabIndexChange"
[static] tabIndexChange event object의 type property의 값을 정의합니다.
Event
 InheritedUNLOAD : String = "unload"
[static] unload event object의 type property의 값을 정의합니다.
Event
property의 상세
itemproperty
public var item:LegendItem

이 이벤트가 방아쇠 된 Legend 의 아이템입니다.

constructor    의 상세
LegendMouseEvent()constructor   
public 함수 LegendMouseEvent(triggerEvent:MouseEvent , item:LegendItem )

constructor   .

Parameters
triggerEvent:MouseEvent — 이 LegentMouseEvent 를 방아쇠 한 MouseEvent 입니다.
 
item:LegendItem — 이 이벤트가 방아쇠 된 Legend 의 아이템입니다.
정수의 상세
ITEM_CLICK정수
public static const ITEM_CLICK:String = "itemClick"

이벤트형 정수. 유저가 범례 항목 위에서 mouse button를 클릭한 것을 나타냅니다.

ITEM_MOUSE_DOWN정수 
public static const ITEM_MOUSE_DOWN:String = "itemMouseDown"

이벤트형 정수. 유저가 범례 항목 위에서 mouse button를 클릭한 것을 나타냅니다.

ITEM_MOUSE_OUT정수 
public static const ITEM_MOUSE_OUT:String = "itemMouseOut"

이벤트형 정수. 유저가 범례 항목으로부터 마우스 포인터를 떼어 놓은 것을 나타냅니다.

ITEM_MOUSE_OVER정수 
public static const ITEM_MOUSE_OVER:String = "itemMouseOver"

이벤트형 정수. 유저가 범례 항목에 마우스 포인터를 맞춘 것을 나타냅니다.

ITEM_MOUSE_UP정수 
public static const ITEM_MOUSE_UP:String = "itemMouseUp"

이벤트형 정수. 유저가 범례 항목 위에서 mouse button를 떼어 놓은 것을 나타냅니다.







 

코멘트가 추가되었을 경우, 메일로 받기. | 코멘트 리포트

현재의 페이지: http://flexdocs.kr/docs/flex2/langref/mx/charts/events/LegendMouseEvent.html