Uses of Interface
org.pepstock.charba.client.commons.IsBuilder
-
Packages that use IsBuilder Package Description org.pepstock.charba.client Main package with all charts implementation, global classes and common interfaces.org.pepstock.charba.client.commons Core classes to manage the inter-operations with java script code.org.pepstock.charba.client.datalabels Contains all classes to activate theDataLabelsPlugin.ID
plugin (AKAchartjs-plugin-datalabels.js
) for CHART.js.org.pepstock.charba.client.impl.plugins Contains some plugins implementations, available out-of-the box.org.pepstock.charba.client.labels Contains all classes to useLabelsPlugin.ID
plugin (AKAchartjs-plugin-labels.js
) available for CHART.JS.org.pepstock.charba.client.utils.toast Contains all classes to useToaster
utility. -
-
Uses of IsBuilder in org.pepstock.charba.client
Classes in org.pepstock.charba.client that implement IsBuilder Modifier and Type Class Description class
UpdateConfigurationBuilder
Comfortable object to createUpdateConfiguration
item. -
Uses of IsBuilder in org.pepstock.charba.client.commons
Classes in org.pepstock.charba.client.commons that implement IsBuilder Modifier and Type Class Description class
AbstractBaseBuilder
base calss to implement builder classes in order to use a builder in consistent manner, a builder instance for a result object one.Methods in org.pepstock.charba.client.commons with type parameters of type IsBuilder Modifier and Type Method Description static <T extends IsBuilder>
TIsBuilder. checkAndGetIfValid(T builder)
Checks if the builder haven't been invoked yet to create the object.
If not, throw aIllegalArgumentException
, otherwise it returns the builder.Methods in org.pepstock.charba.client.commons with parameters of type IsBuilder Modifier and Type Method Description static void
IsBuilder. checkIfValid(IsBuilder builder)
Checks if the builder haven't been invoked yet to create the object.
If not, throw aIllegalArgumentException
.static boolean
IsBuilder. isValid(IsBuilder builder)
Returnstrue
if the builder haven't been invoked yet to create the object. -
Uses of IsBuilder in org.pepstock.charba.client.datalabels
Classes in org.pepstock.charba.client.datalabels that implement IsBuilder Modifier and Type Class Description class
AbstractBuilder<T extends LabelItem>
Abstract base comfortable object to createDataLabelsPlugin.ID
label item by a builder.class
DataLabelsOptionsBuilder
Comfortable object to createDataLabelsPlugin.ID
plugin options by a builder.class
LabelItemBuilder
Comfortable object to createDataLabelsPlugin.ID
label item by a builder. -
Uses of IsBuilder in org.pepstock.charba.client.impl.plugins
Classes in org.pepstock.charba.client.impl.plugins that implement IsBuilder Modifier and Type Class Description class
ChartBackgroundColorOptionsBuilder
Comfortable object to createChartBackgroundColor.ID
plugin options by a builder.class
ChartPointerOptionsBuilder
Comfortable object to createChartPointer.ID
plugin options by a builder.class
ColorSchemesOptionsBuilder
Comfortable object to createColorSchemes.ID
plugin options by a builder.class
CrosshairOptionsBuilder
Comfortable object to createCrosshair.ID
plugin options by a builder.class
DatasetsItemsSelectorOptionsBuilder
Comfortable object to createDatasetsItemsSelector.ID
plugin options by a builder.class
HtmlLegendOptionsBuilder
Comfortable object to createHtmlLegend.ID
plugin options by a builder. -
Uses of IsBuilder in org.pepstock.charba.client.labels
Classes in org.pepstock.charba.client.labels that implement IsBuilder Modifier and Type Class Description class
LabelsOptionsBuilder
Comfortable object to createLabelsPlugin.ID
plugin options by a builder. -
Uses of IsBuilder in org.pepstock.charba.client.utils.toast
Classes in org.pepstock.charba.client.utils.toast that implement IsBuilder Modifier and Type Class Description class
ToastOptionsBuilder
Comfortable object to createToaster
options by a builder.
-