Uses of Class
org.pepstock.charba.client.items.DatasetItem
-
Packages that use DatasetItem Package Description org.pepstock.charba.client Main package with all charts implementation, global classes and common interfaces.org.pepstock.charba.client.callbacks All callbacks interfaces to be implemented, also to use the scriptable options of CHART.JS.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.items Contains all elements generated by CHART.JS, which are mapping java script objects, to use at runtime in plugins, events or controllers. -
-
Uses of DatasetItem in org.pepstock.charba.client
Methods in org.pepstock.charba.client that return DatasetItem Modifier and Type Method Description DatasetItem
AbstractChart. getDatasetItem(int index)
Looks for the data set that matches the current index.DatasetItem
IsChart. getDatasetItem(int index)
Looks for the dataset that matches the current index and returns.Methods in org.pepstock.charba.client that return types with arguments of type DatasetItem Modifier and Type Method Description List<DatasetItem>
AbstractChart. getSortedVisibleDatasetItems()
Returns an array of all the dataset items in the order that they are drawn on the canvas that are not hidden.List<DatasetItem>
IsChart. getSortedVisibleDatasetItems()
Returns an array of all the dataset items in the order that they are drawn on the canvas that are not hidden. -
Uses of DatasetItem in org.pepstock.charba.client.callbacks
Methods in org.pepstock.charba.client.callbacks that return DatasetItem Modifier and Type Method Description DatasetItem
AbstractDatasetContext. getDatasetItem()
Returns theDatasetItem
related to the context, if there is, otherwisenull
. -
Uses of DatasetItem in org.pepstock.charba.client.gwt.widgets
Methods in org.pepstock.charba.client.gwt.widgets that return DatasetItem Modifier and Type Method Description DatasetItem
AbstractChartWidget. getDatasetItem(int index)
Methods in org.pepstock.charba.client.gwt.widgets that return types with arguments of type DatasetItem Modifier and Type Method Description List<DatasetItem>
AbstractChartWidget. getSortedVisibleDatasetItems()
-
Uses of DatasetItem in org.pepstock.charba.client.items
Methods in org.pepstock.charba.client.items that return DatasetItem Modifier and Type Method Description DatasetItem
PluginDatasetArgument. getDatasetItem()
Returns the dataset item.Methods in org.pepstock.charba.client.items with parameters of type DatasetItem Modifier and Type Method Description ChartElementFactory
ChartElementFactories. getFactory(DatasetItem item)
Returns the factory related to the dataset item.
-