Skip to main content

InteractiveAction Class

Serves as the base class for PDF interactive actions.

Declaration

public abstract class InteractiveAction extends JavaObject

Inherited Members

com.devexpress.system.JavaObject.clone()
com.devexpress.system.JavaObject.equals(java.lang.Object)
com.devexpress.system.JavaObject.hashCode()
com.devexpress.system.JavaObject.initFields()
com.devexpress.system.JavaObject.memberwiseClone()
com.devexpress.system.JavaObject.toString()
java.lang.Object.finalize()
java.lang.Object.getClass()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)

Inheritance

Object
com.devexpress.system.JavaObject
InteractiveAction

InteractiveAction()

Initializes a new instance of the InteractiveAction class.

Declaration

public InteractiveAction()

Methods

clone(DocumentCloneContext context) Method

Creates a copy of the interactive action in the specified document clone context.

Declaration

public InteractiveAction clone(DocumentCloneContext context)

Parameters

Name Type Description
context DocumentCloneContext

The document clone context.

Returns

Type Description
InteractiveAction

A copy of the interactive action.

getNext() Method

Returns the actions that run after this interactive action.

Declaration

public List<InteractiveAction> getNext()

Returns

Type Description
java.util.List<InteractiveAction>

The actions that run after this interactive action.

setNext(List<InteractiveAction> value) Method

Sets the actions that run after this interactive action.

Declaration

public void setNext(List<InteractiveAction> value)

Parameters

Name Type Description
value java.util.List<InteractiveAction>

The actions that run after this interactive action.