Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration EVENTTYPE_INTERACTION

Event types for all interaction events The interaction events are used to notify about interaction changes, like drag start, move and end, hover on and off, select on and off. The events that are sent with the interaction events are of type {@link IInteractionEvent}. The EventResponseMapping can used to map the event type to the corresponding event interface.

Index

Enumeration Members

DRAG_END: "interaction.drag.end"

The DRAG_END-event is sent when the dragging of an object has ended.

DRAG_MOVE: "interaction.drag.move"

The DRAG_MOVE-event is sent when an object is being dragged.

DRAG_START: "interaction.drag.start"

The DRAG_START-event is sent when the dragging of an object has started.

HOVER_OFF: "interaction.hover.off"

The HOVER_OFF-event is sent when an object has been unhovered.

HOVER_ON: "interaction.hover.on"

The HOVER_ON-event is sent when an object has been hovered.

MULTI_SELECT_MAXIMUM_NODES: "interaction.multiSelect.maximumNodes"

The MULTI_SELECT_MAXIMUM_NODES-event is sent when the maximum number of nodes has been selected.

MULTI_SELECT_MINIMUM_NODES: "interaction.multiSelect.minimumNodes"

The MULTI_SELECT_MINIMUM_NODES-event is sent when the minimum number of nodes has not been selected.

MULTI_SELECT_OFF: "interaction.multiSelect.off"

The MULTI_SELECT_OFF-event is sent when multiple objects have been deselected.

MULTI_SELECT_ON: "interaction.multiSelect.on"

The MULTI_SELECT_ON-event is sent when multiple objects have been selected.

SELECT_OFF: "interaction.select.off"

The SELECT_OFF-event is sent when an object has been deselected.

SELECT_ON: "interaction.select.on"

The SELECT_ON-event is sent when an object has been selected.