Skip to main content

WidgetAnnotationActions Class

Defines actions associated with widget annotation events.

Declaration

public class WidgetAnnotationActions 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
WidgetAnnotationActions

WidgetAnnotationActions()

Initializes a new instance of the WidgetAnnotationActions class.

Declaration

public WidgetAnnotationActions()

Methods

clone(DocumentCloneContext context) Method

Creates a copy of the widget annotation actions.

Declaration

public WidgetAnnotationActions clone(DocumentCloneContext context)

Parameters

Name Type Description
context DocumentCloneContext

The document clone context.

Returns

Type Description
WidgetAnnotationActions

A copy of the widget annotation actions.

getCursorEntered() Method

Returns the action performed when the cursor enters the widget annotation area.

Declaration

public InteractiveAction getCursorEntered()

Returns

Type Description
InteractiveAction

The action performed when the cursor enters the widget annotation area.

getCursorExited() Method

Returns the action performed when the cursor exits the widget annotation area.

Declaration

public InteractiveAction getCursorExited()

Returns

Type Description
InteractiveAction

The action performed when the cursor exits the widget annotation area.

getInputFocusLost() Method

Returns the action performed when the widget annotation loses input focus.

Declaration

public InteractiveAction getInputFocusLost()

Returns

Type Description
InteractiveAction

The action performed when the widget annotation loses input focus.

getInputFocusReceived() Method

Returns the action performed when the widget annotation receives input focus.

Declaration

public InteractiveAction getInputFocusReceived()

Returns

Type Description
InteractiveAction

The action performed when the widget annotation receives input focus.

getMouseButtonPressed() Method

Returns the action performed when the mouse button is pressed over the widget annotation.

Declaration

public InteractiveAction getMouseButtonPressed()

Returns

Type Description
InteractiveAction

The action performed when the mouse button is pressed over the widget annotation.

getMouseButtonReleased() Method

Returns the action performed when the mouse button is released over the widget annotation.

Declaration

public InteractiveAction getMouseButtonReleased()

Returns

Type Description
InteractiveAction

The action performed when the mouse button is released over the widget annotation.

getPageBecameInvisible() Method

Returns the action performed when the page containing the widget annotation becomes invisible.

Declaration

public InteractiveAction getPageBecameInvisible()

Returns

Type Description
InteractiveAction

The action performed when the page containing the widget annotation becomes invisible.

getPageBecameVisible() Method

Returns the action performed when the page containing the widget annotation becomes visible.

Declaration

public InteractiveAction getPageBecameVisible()

Returns

Type Description
InteractiveAction

The action performed when the page containing the widget annotation becomes visible.

getPageClosed() Method

Returns the action performed when the page containing the widget annotation is closed.

Declaration

public InteractiveAction getPageClosed()

Returns

Type Description
InteractiveAction

The action performed when the page containing the widget annotation is closed.

getPageOpened() Method

Returns the action performed when the page containing the widget annotation is opened.

Declaration

public InteractiveAction getPageOpened()

Returns

Type Description
InteractiveAction

The action performed when the page containing the widget annotation is opened.

setCursorEntered(InteractiveAction value) Method

Sets the action performed when the cursor enters the widget annotation area.

Declaration

public void setCursorEntered(InteractiveAction value)

Parameters

Name Type Description
value InteractiveAction

The action performed when the cursor enters the widget annotation area.

setCursorExited(InteractiveAction value) Method

Sets the action performed when the cursor exits the widget annotation area.

Declaration

public void setCursorExited(InteractiveAction value)

Parameters

Name Type Description
value InteractiveAction

The action performed when the cursor exits the widget annotation area.

setInputFocusLost(InteractiveAction value) Method

Sets the action performed when the widget annotation loses input focus.

Declaration

public void setInputFocusLost(InteractiveAction value)

Parameters

Name Type Description
value InteractiveAction

The action performed when the widget annotation loses input focus.

setInputFocusReceived(InteractiveAction value) Method

Sets the action performed when the widget annotation receives input focus.

Declaration

public void setInputFocusReceived(InteractiveAction value)

Parameters

Name Type Description
value InteractiveAction

The action performed when the widget annotation receives input focus.

setMouseButtonPressed(InteractiveAction value) Method

Sets the action performed when the mouse button is pressed over the widget annotation.

Declaration

public void setMouseButtonPressed(InteractiveAction value)

Parameters

Name Type Description
value InteractiveAction

The action performed when the mouse button is pressed over the widget annotation.

setMouseButtonReleased(InteractiveAction value) Method

Sets the action performed when the mouse button is released over the widget annotation.

Declaration

public void setMouseButtonReleased(InteractiveAction value)

Parameters

Name Type Description
value InteractiveAction

The action performed when the mouse button is released over the widget annotation.

setPageBecameInvisible(InteractiveAction value) Method

Sets the action performed when the page containing the widget annotation becomes invisible.

Declaration

public void setPageBecameInvisible(InteractiveAction value)

Parameters

Name Type Description
value InteractiveAction

The action performed when the page containing the widget annotation becomes invisible.

setPageBecameVisible(InteractiveAction value) Method

Sets the action performed when the page containing the widget annotation becomes visible.

Declaration

public void setPageBecameVisible(InteractiveAction value)

Parameters

Name Type Description
value InteractiveAction

The action performed when the page containing the widget annotation becomes visible.

setPageClosed(InteractiveAction value) Method

Sets the action performed when the page containing the widget annotation is closed.

Declaration

public void setPageClosed(InteractiveAction value)

Parameters

Name Type Description
value InteractiveAction

The action performed when the page containing the widget annotation is closed.

setPageOpened(InteractiveAction value) Method

Sets the action performed when the page containing the widget annotation is opened.

Declaration

public void setPageOpened(InteractiveAction value)

Parameters

Name Type Description
value InteractiveAction

The action performed when the page containing the widget annotation is opened.