Packagecom.distriqt.extension.pdfreader.events
Classpublic class PDFViewLinkEvent
InheritancePDFViewLinkEvent Inheritance flash.events.Event

This class describes events related to links in the PDF view.



Public Properties
 PropertyDefined By
  id : int = -1
The id of the view
PDFViewLinkEvent
  url : String
The url of the link that was clicked
PDFViewLinkEvent
Public Methods
 MethodDefined By
  
PDFViewLinkEvent(type:String, id:int = -1, url:String, bubbles:Boolean = false, cancelable:Boolean = false)
Constructor
PDFViewLinkEvent
  
clone():Event
[override]
PDFViewLinkEvent
Public Constants
 ConstantDefined By
  CLICK : String = pdfview:link:click
[static] Dispatched when a link is clicked in the PDF view Availability: iOS
PDFViewLinkEvent
Property Detail
idproperty
public var id:int = -1

The id of the view

urlproperty 
public var url:String

The url of the link that was clicked

Constructor Detail
PDFViewLinkEvent()Constructor
public function PDFViewLinkEvent(type:String, id:int = -1, url:String, bubbles:Boolean = false, cancelable:Boolean = false)

Constructor

Parameters
type:String
 
id:int (default = -1)
 
url:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Method Detail
clone()method
override public function clone():Event

Returns
Event
Constant Detail
CLICKConstant
public static const CLICK:String = pdfview:link:click

Dispatched when a link is clicked in the PDF view

Availability: