FoxitPDFSDKforWeb v11.0.1
Foxit PDF SDK for Web
|
It's a abstract controller class provides an easy way for sub-controller classes to take control the contextmenu-item's visibility and usability before contextmenu shown. More...
Protected Member Functions | |
usable (annot) | |
A method for subclasses to override to take control the component usability, this method is called before parent component shown. More... | |
visibility (annot) | |
A method for subclasses to override to take control the component visibility, this method is called before parent component shown. More... | |
![]() | |
mounted () | |
This method is called after the component is inserted into DOM tree, where you can add some event listeners to the component or handle any other tasks. More... | |
postlink () | |
This method is called during component postlink lifecycle. More... | |
prelink () | |
This method is called during component prelink lifecycle. More... | |
Additional Inherited Members | |
![]() | |
constructor (component) | |
destroy () | |
Destruction this controller instance after component destroyed. | |
getComponentByName (name) | |
handle (...args) | |
![]() | |
addDestroyHook (...hooks) | |
Add a function to destroyHooks list, which will be called during destroy. More... | |
destroy () | |
ownsTo (owner) | |
Establishes an ownership relationship where this instance will be destroyed when the owner is destroyed. Additionally, the owner will be automatically removed from the destroyHooks list when this instance is destroyed. More... | |
![]() | |
static | extend (proto, statics) |
Extends from Controller class and generates a new Controller class! More... | |
static | getName () |
Name of the controller class used in @controller directive. More... | |
![]() | |
static | services () |
![]() | |
Component | component |
The component of this controller. More... | |
It's a abstract controller class provides an easy way for sub-controller classes to take control the contextmenu-item's visibility and usability before contextmenu shown.
|
inlineprotected |
A method for subclasses to override to take control the component usability, this method is called before parent component shown.
annot | Annot - PDF.annots.Annot |
|
inlineprotected |
A method for subclasses to override to take control the component visibility, this method is called before parent component shown.
annot | Annot - PDF.annots.Annot |