Package | com.distriqt.extension.pdfreader.events |
Class | public class PDFViewLinkEvent |
Inheritance | PDFViewLinkEvent ![]() |
Property | Defined By | ||
---|---|---|---|
id : int = -1
The id of the view
| PDFViewLinkEvent | ||
url : String
The url of the link that was clicked
| PDFViewLinkEvent |
Method | Defined By | ||
---|---|---|---|
PDFViewLinkEvent(type:String, id:int = -1, url:String, bubbles:Boolean = false, cancelable:Boolean = false)
Constructor
| PDFViewLinkEvent | ||
clone():Event [override] | PDFViewLinkEvent |
Constant | Defined By | ||
---|---|---|---|
CLICK : String = pdfview:link:click [static]
Dispatched when a link is clicked in the PDF view
Availability:
iOS
| PDFViewLinkEvent |
id | property |
public var id:int = -1
The id of the view
url | property |
public var url:String
The url of the link that was clicked
PDFViewLinkEvent | () | Constructor |
public function PDFViewLinkEvent(type:String, id:int = -1, url:String, bubbles:Boolean = false, cancelable:Boolean = false)
Constructor
Parameterstype:String | |
id:int (default = -1 )
| |
url:String | |
bubbles:Boolean (default = false )
| |
cancelable:Boolean (default = false )
|
clone | () | method |
override public function clone():Event
ReturnsEvent |
CLICK | Constant |
public static const CLICK:String = pdfview:link:click
Dispatched when a link is clicked in the PDF view
Availability: