The DefaultActionHandler type exposes the following members.

Methods

  NameDescription
Public methodExecuteNamedAction
Execute the non-standard named action.
(Inherited from ActionHandler.)
Public methodGoToFirstPage
Go to the first page.
(Inherited from ActionHandler.)
Public methodGoToInternalDestination
Navigate the PagesViewer that is associated with this DefaultActionHandler to the given destination.
(Overrides ActionHandler..::..GoToInternalDestination(InternalDestination, ActionContext).)
Public methodGoToLastPage
Go to the last page.
(Inherited from ActionHandler.)
Public methodGoToNextPage
Go to the next page.
(Inherited from ActionHandler.)
Public methodGoToPreviousPage
Go to the prev page.
(Inherited from ActionHandler.)
Public methodGoToRemoteDestination
Go to remote destination.
(Inherited from ActionHandler.)
Public methodGoToUri
Go to Uri
(Inherited from ActionHandler.)
Public methodHideAnnotations
Hide all given annotations.
(Overrides ActionHandler..::..HideAnnotations(array<Annotation>[]()[][], ActionContext).)
Public methodImportData
Import data from FDF.
(Overrides ActionHandler..::..ImportData(String, ActionContext).)
Public methodLaunch
Launch action.
(Inherited from ActionHandler.)
Public methodResetFields
Reset fields.
(Overrides ActionHandler..::..ResetFields(array<Field>[]()[][], ActionContext).)
Public methodRunJavaScript
Run the JavaScript.
(Overrides ActionHandler..::..RunJavaScript(JavaScript, ActionContext).)
Public methodShowAnnotations
Show all given annotations.
(Overrides ActionHandler..::..ShowAnnotations(array<Annotation>[]()[][], ActionContext).)
Public methodSubmitFields
SubmitFields Form action
(Inherited from ActionHandler.)
Public methodUnknown
Unknown action.
(Inherited from ActionHandler.)
Public methodVisit(Action, Object)
Visit an action.
(Inherited from ActionVisitor.)
Public methodVisit(FormAction, Object)
Visit a FormAction.
(Inherited from ActionVisitor.)
Public methodVisit(GoToAction, Object)
Visit this action.
(Inherited from ActionHandler.)
Public methodVisit(HideAction, Object)
Visit this action.
(Inherited from ActionHandler.)
Public methodVisit(ImportDataAction, Object)
Visit this action.
(Inherited from ActionHandler.)
Public methodVisit(JavaScriptAction, Object)
Visit this action.
(Inherited from ActionHandler.)
Public methodVisit(LaunchAction, Object)
Visit this action.
(Inherited from ActionHandler.)
Public methodVisit(NamedAction, Object)
Visit this action.
(Inherited from ActionHandler.)
Public methodVisit(ResetFormAction, Object)
Visit this action.
(Inherited from ActionHandler.)
Public methodVisit(SubmitFormAction, Object)
Visit this action.
(Inherited from ActionHandler.)
Public methodVisit(UnknownAction, Object)
Visit this action.
(Inherited from ActionHandler.)
Public methodVisit(UriAction, Object)
Visit this action.
(Inherited from ActionHandler.)

See Also