| Package | com.esri.aws.awx.events |
| Class | public class BubbleMarkerEvent |
| Inheritance | BubbleMarkerEvent flash.events.Event |
BubbleMarkerEvent dispatches events when bubble markers open and close.
See also
| Method | Defined by | ||
|---|---|---|---|
|
BubbleMarkerEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
| BubbleMarkerEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| CLOSE : String = "close" [static]
The
bubble marker is now closed. | BubbleMarkerEvent | ||
| CLOSING : String = "closing" [static]
The
bubble marker is starting to close. | BubbleMarkerEvent | ||
| OPEN : String = "open" [static]
The
bubble marker is now open. | BubbleMarkerEvent | ||
| OPENING : String = "opening" [static]
The
bubble marker is starting to open (usually when user clicks the bubble marker lable or title). | BubbleMarkerEvent | ||
| BubbleMarkerEvent | () | constructor |
public function BubbleMarkerEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)Parameters
type:String |
|
bubbles:Boolean (default = false) |
|
cancelable:Boolean (default = false) |
| CLOSE | constant |
public static const CLOSE:String = "close"
The bubble marker is now closed.
| CLOSING | constant |
public static const CLOSING:String = "closing"
The bubble marker is starting to close.
| OPEN | constant |
public static const OPEN:String = "open"
The bubble marker is now open.
| OPENING | constant |
public static const OPENING:String = "opening"
The bubble marker is starting to open (usually when user clicks the bubble marker lable or title).