Warning: Use of undefined constant Symbol - assumed 'Symbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215 Warning: Use of undefined constant JavaScriptSymbol - assumed 'JavaScriptSymbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215

dojox/charting/plot2d/_PlotEvents.js

  • Provides:

    • dojox.charting.plot2d._PlotEvents
  • dojox.charting.plot2d._PlotEvents

    • type
      Function
  • dojox.charting.plot2d._PlotEvents.constructor

    • constructor - constructor
    • type
      Function
  • dojox.charting.plot2d._PlotEvents.destroy

    • summary
      Destroy any internal elements and event handlers.
    • type
      Function
  • dojox.charting.plot2d._PlotEvents.plotEvent

    • parameters:
      • o: (typeof Object)
        An object intended to represent event parameters.
    • summary
      Stub function for use by specific plots.
    • type
      Function
  • dojox.charting.plot2d._PlotEvents.raiseEvent

    • parameters:
      • o: (typeof Object)
        An object intended to represent event parameters.
    • summary
      Raises events in predefined order
    • type
      Function
  • dojox.charting.plot2d._PlotEvents.connect

    • parameters:
      • object: (typeof Object)
        The object to connect to.
      • method: (typeof String|Function)
        The method to fire when our plotEvent is fired.
    • returns
      Array
    • summary
      Helper function to connect any object's method to our plotEvent.
    • return_summary
      Array
      The handle as returned from dojo.connect (see dojo.connect).
    • type
      Function
  • dojox.charting.plot2d._PlotEvents.dirty

    • type
      Object
  • dojox.charting.plot2d._PlotEvents.events

    • summary
      Find out if any event handlers have been connected to our plotEvent.
    • return_summary
      Boolean
      A flag indicating that there are handlers attached.
    • type
      Function
  • dojox.charting.plot2d._PlotEvents.plotEvent._listeners

  • dojox.charting.plot2d._PlotEvents.resetEvents

    • summary
      Reset all events attached to our plotEvent (i.e. disconnect).
    • type
      Function
  • dojox.charting.plot2d._PlotEvents._shapeEvents

    • type
      Array
  • dojox.charting.plot2d._PlotEvents._connectSingleEvent

    • parameters:
      • o
      • eventName
    • type
      Function
  • dojox.charting.plot2d._PlotEvents._connectEvents

    • parameters:
      • o
    • type
      Function
  • dojox.charting.plot2d._PlotEvents._reconnectEvents

    • parameters:
      • seriesName
    • type
      Function
  • dojox.charting.plot2d._PlotEvents.fireEvent

    • parameters:
      • seriesName: (typeof String:)
        Series name.
      • eventName: (typeof String:)
        Event name to emulate.
      • index: (typeof Number:)
        Valid data value index used to raise an event.
      • eventObject: (typeof Object:)
        Optional event object. Especially useful for synthetic events.
        Default: null.
    • summary
      Emulates firing an event for a given data value (specified by
      an index) of a given series.
    • type
      Function
  • dojox.charting.plot2d._PlotEvents._eventSeries

    • type
      Object
  • dojox.charting.plot2d

    • type
      Object
  • dojox.charting

    • type
      Object
  • dojox

    • type
      Object