Modifier and Type | Field and Description |
---|---|
static String |
ARRAY
Constant to bind java script array with name "Array".
|
static String |
CHART
Constant to bind java script object as chart with name "Chart", (internal of CHART.JS).
|
static String |
CHART_ADAPTERS_DATE
Constant to bind java script object as chart adapters date with name "CharbaChartAdaptersDate", (internal of CHART.JS).
Note that this is NOT the real namespace of the object but needed to be J2CL compliant. |
static String |
CHART_CONTROLLER_CONTEXT
Constant to bind java script object as chart controller context with name "CharbaControllerContext", (internal of CHART.JS).
Note that this is NOT the real namespace of the object but needed to be J2CL compliant. |
static String |
CHART_HELPERS
Constant to bind java script object as chart helper with name "CharbaChartHelpers", (internal of CHART.JS).
|
static String |
CHART_PLUGINS
Constant to bind java script object as chart plugins service with name "CharbaChartPlugins", (internal of CHART.JS).
Note that this is NOT the real namespace of the object but needed to be J2CL compliant. |
static String |
CHART_SCALE_SERVICE
Constant to bind java script object as chart scale service with name "CharbaChartScaleService", (internal of CHART.JS).
Note that this is NOT the real namespace of the object but needed to be J2CL compliant. |
static String |
DOM_CANVAS_CONTEXT_2D
Constant to bind java script object as DOM HTML canvas context 2d item with name "CanvasRenderingContext2D".
|
static String |
DOM_CANVAS_GRADIENT
Constant to bind java script object as DOM canvas gradient with name "CanvasGradient".
|
static String |
DOM_CANVAS_PATTERN
Constant to bind java script object as DOM canvas pattern with name "CanvasPattern".
|
static String |
DOM_DOCUMENT
Constant to bind java script object as DOM document with name "Document".
|
static String |
DOM_ELEMENT
Constant to bind java script object as DOM element with name "Node".
|
static String |
DOM_ELEMENT_ATTR
Constant to bind java script object as DOM element attribute with name "Attr".
|
static String |
DOM_EVENT
Constant to bind java script object as DOM event with name "Event".
|
static String |
DOM_EVENT_TARGET
Constant to bind java script object as DOM event target with name "EventTarget".
|
static String |
DOM_HTML_BODY_ELEMENT
Constant to bind java script object as DOM HTML body element with name "HTMLBodyElement".
|
static String |
DOM_HTML_CANVAS_ELEMENT
Constant to bind java script object as DOM HTML canvas element with name "HTMLCanvasElement".
Not used at the moment. |
static String |
DOM_HTML_DIV_ELEMENT
Constant to bind java script object as DOM HTML div element with name "HTMLDivElement".
|
static String |
DOM_HTML_DOCUMENT
Constant to bind java script object as DOM HTML document with name "HTMLDocument".
|
static String |
DOM_HTML_ELEMENT
Constant to bind java script object as DOM HTML element with name "HTMLElement".
|
static String |
DOM_HTML_HEAD_ELEMENT
Constant to bind java script object as DOM HTML head element with name "HTMLHeadElement".
|
static String |
DOM_HTML_IMAGE_ELEMENT
Constant to bind java script object as DOM HTML image element with name "HTMLImageElement".
|
static String |
DOM_HTML_SCRIPT_ELEMENT
Constant to bind java script object as DOM HTML script element with name "HTMLScriptElement".
|
static String |
DOM_HTML_SPAN_ELEMENT
Constant to bind java script object as DOM HTML span element with name "HTMLSpanElement".
|
static String |
DOM_HTML_STYLE_ELEMENT
Constant to bind java script object as DOM HTML style element with name "HTMLStyleElement".
|
static String |
DOM_HTML_STYLE_ELEMENT_ITEM
Constant to bind java script object as DOM style element with name "CSSStyleDeclaration".
|
static String |
DOM_HTML_TABLE_CELL_ELEMENT
Constant to bind java script object as DOM HTML table cell element with name "HTMLTableCellElement".
|
static String |
DOM_HTML_TABLE_ELEMENT
Constant to bind java script object as DOM HTML table element with name "HTMLTableElement".
|
static String |
DOM_HTML_TABLE_ROW_ELEMENT
Constant to bind java script object as DOM HTML table row element with name "HTMLTableRowElement".
|
static String |
DOM_NODE
Constant to bind java script object as DOM node with name "Node".
|
static String |
DOM_TEXT
Constant to bind java script object as DOM text node with name "Text".
|
static String |
DOM_TEXT_METRICS
Constant to bind java script object as DOM text metrics with name "TextMetrics".
|
static String |
DOM_TOUCH
Constant to bind java script object as DOM touch with name "Touch".
|
static String |
JS_CALLBACK_PROXY
Constant to bind java script object as CallbackProxy with name "CharbaCallbackProxy", (internal of Charba).
|
static String |
JS_CALLBACKS_HELPER
Constant to bind java script object as JsCallbacksHelper with name "CharbaJsCallbacksHelper", (internal of Charba).
|
static String |
JS_CONTROLLER_HELPER
Constant to bind java script object as JsControllerHelper with name "CharbaJsControllerHelper", (internal of Charba).
|
static String |
JS_DATE_ADAPTER_HELPER
Constant to bind java script object as JsDateAdapterHelper with name "CharbaJsDateAdapterHelper", (internal of Charba).
|
static String |
JS_HELPER
Constant to bind java script object as JsHelper with name "CharbaJsHelper", (internal of Charba).
|
static String |
JS_HTML_LEGEND_BUILDER_HELPER
Constant to bind java script object as JsHtmlLegendBuilderHelper with name "CharbaJsHtmlLegendBuilderHelper", (internal of Charba), when
HtmlLegend is
activated. |
static String |
JS_ITEMS_HELPER
Constant to bind java script object as JsItemsHelper with name "CharbaJsItemsHelper", (internal of Charba).
|
static String |
JS_POSITIONER_HELPER
Constant to bind java script object as JsPositionerHelper with name "CharbaJsPositionerHelper", (internal of Charba).
|
static String |
JS_WINDOW_HELPER
Constant to bind java script object as JsWindowHelper with name "CharbaJsWindowHelper", (internal of Charba).
|
static String |
JS_ZOOM_HELPER
Constant to bind java script object as JsZoomHelper with name "CharbaJsZoomHelper", (internal of Charba), when
ZoomPlugin is activated. |
static String |
OBJECT
Constant to bind java script object as object with name "Object".
|
static String |
WINDOW
Constant to bind java script object as window with name "window".
|
public static final String OBJECT
public static final String ARRAY
public static final String JS_CALLBACK_PROXY
public static final String JS_HELPER
public static final String JS_ITEMS_HELPER
public static final String JS_CONTROLLER_HELPER
public static final String JS_WINDOW_HELPER
public static final String JS_POSITIONER_HELPER
public static final String JS_CALLBACKS_HELPER
public static final String JS_DATE_ADAPTER_HELPER
public static final String JS_HTML_LEGEND_BUILDER_HELPER
HtmlLegend
is
activated.public static final String JS_ZOOM_HELPER
ZoomPlugin
is activated.public static final String CHART
public static final String CHART_HELPERS
public static final String CHART_SCALE_SERVICE
public static final String CHART_PLUGINS
public static final String CHART_ADAPTERS_DATE
public static final String CHART_CONTROLLER_CONTEXT
public static final String WINDOW
public static final String DOM_DOCUMENT
public static final String DOM_HTML_DOCUMENT
public static final String DOM_CANVAS_CONTEXT_2D
public static final String DOM_EVENT_TARGET
public static final String DOM_NODE
public static final String DOM_ELEMENT
public static final String DOM_HTML_ELEMENT
public static final String DOM_ELEMENT_ATTR
public static final String DOM_HTML_BODY_ELEMENT
public static final String DOM_HTML_DIV_ELEMENT
public static final String DOM_HTML_HEAD_ELEMENT
public static final String DOM_HTML_CANVAS_ELEMENT
public static final String DOM_HTML_SCRIPT_ELEMENT
public static final String DOM_HTML_SPAN_ELEMENT
public static final String DOM_HTML_IMAGE_ELEMENT
public static final String DOM_HTML_STYLE_ELEMENT
public static final String DOM_HTML_TABLE_ELEMENT
public static final String DOM_HTML_TABLE_ROW_ELEMENT
public static final String DOM_HTML_TABLE_CELL_ELEMENT
public static final String DOM_HTML_STYLE_ELEMENT_ITEM
public static final String DOM_TEXT
public static final String DOM_EVENT
public static final String DOM_CANVAS_GRADIENT
public static final String DOM_CANVAS_PATTERN
public static final String DOM_TEXT_METRICS
public static final String DOM_TOUCH