Package | Description |
---|---|
org.pepstock.charba.client |
Main package with all charts implementation, global classes and common interfaces.
|
org.pepstock.charba.client.dom |
Contains all classes needed to work with DOM tree, base classes of a DOM tree.
|
org.pepstock.charba.client.dom.elements |
Contains a set of DOM elements that Charba is using.
|
org.pepstock.charba.client.enums |
Contains all enumerations of some chart options where only a specific set of values can be set.
|
org.pepstock.charba.client.gwt.widgets |
Contains all charts classes wrapped as GWT widget in order to enable to use inside to GWT UIBinder.
|
org.pepstock.charba.client.utils.toast |
Contains all classes to use
Toaster utility. |
Modifier and Type | Method and Description |
---|---|
Div |
AbstractChart.getChartElement() |
Div |
IsChart.getChartElement()
Gets a handle to the object's underlying DOM element.
|
Modifier and Type | Method and Description |
---|---|
Div |
DOMBuilder.createDivElement()
Creates a <div> element.
|
Modifier and Type | Method and Description |
---|---|
static Div |
CastHelper.toDiv(Object object)
Returns a
Div object casting the argument. |
Modifier and Type | Method and Description |
---|---|
Div |
ModifierKey.getElement()
Returns the
Div element which describes the modifier key.It can be used in UI if needed. |
Modifier and Type | Method and Description |
---|---|
Div |
AbstractChartWidget.getChartElement() |
Modifier and Type | Method and Description |
---|---|
Div |
ToastItem.getElement()
Returns the
Div element which represents the toast in the DOM. |