Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration EVENTTYPE_DRAWING_TOOLS

Event types for all drawing tools events The drawing tools events are used to notify about drawing tools changes, like cancel, finish, update, inserted, removed, drag start, move and end. The events that are sent with the drawing tools events are of type {@link IDrawingToolsEvent}. The EventResponseMapping can used to map the event type to the corresponding event interface.

Index

Enumeration Members

ADDED: "drawing_tools.added"

The ADDED-event is sent when a point has been added.

CANCEL: "drawing_tools.cancel"

The CANCEL-event is sent when the drawing process has been canceled.

DESELECTED: "drawing_tools.deselected"

The DESELECTED-event is sent when a point has been deselected.

DRAG_END: "drawing_tools.drag.end"

The DRAG_END-event is sent when the dragging of a point has ended.

DRAG_MOVE: "drawing_tools.drag.move"

The DRAG_MOVE-event is sent when a point is being dragged.

DRAG_START: "drawing_tools.drag.start"

The DRAG_START-event is sent when the dragging of a point has started.

FINISH: "drawing_tools.finish"

The FINISH-event is sent when the drawing process has been finished.

GEOMETRY_CHANGED: "drawing_tools.geometry.changed"

The GEOMETRY_CHANGED-event is sent when the geometry has been changed.

MAXIMUM_POINTS: "drawing_tools.maximumPoints"

The MAXIMUM_POINTS-event is sent when the maximum number of points has been exceeded.

MINIMUM_POINTS: "drawing_tools.minimumPoints"

The MINIMUM_POINTS-event is sent when the minimum number of points has not been met.

MOVED: "drawing_tools.moved"

The MOVED-event is sent when a point has been moved.

REMOVED: "drawing_tools.removed"

The REMOVED-event is sent when a point has been removed.

SELECTED: "drawing_tools.selected"

The SELECTED-event is sent when a point has been selected.

UNCLOSED_LOOP: "drawing_tools.unclosedLoop"

The UNCLOSED_LOOP-event is sent when the loop is not closed, but should be.

UPDATE: "drawing_tools.update"

The UPDATE-event is sent when the drawing process has been updated.