Class JsStockGraphClickEvent

java.lang.Object
com.google.gwt.core.client.JavaScriptObject
io.jmix.charts.widget.client.amstockcharts.events.JsStockGraphClickEvent

public class JsStockGraphClickEvent extends com.google.gwt.core.client.JavaScriptObject
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    final String
     
    final com.google.gwt.dom.client.NativeEvent
     
    final String
     

    Methods inherited from class com.google.gwt.core.client.JavaScriptObject

    cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • JsStockGraphClickEvent

      protected JsStockGraphClickEvent()
  • Method Details

    • getPanelId

      public final String getPanelId()
    • getGraphId

      public final String getGraphId()
    • getMouseEvent

      public final com.google.gwt.dom.client.NativeEvent getMouseEvent()