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.IDplugin (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.IDplugin (AKAchartjs-plugin-labels.js) available for CHART.JS.org.pepstock.charba.client.utils.toast Contains all classes to useToasterutility. -
-
Uses of IsBuilder in org.pepstock.charba.client
Classes in org.pepstock.charba.client that implement IsBuilder Modifier and Type Class Description classUpdateConfigurationBuilderComfortable object to createUpdateConfigurationitem. -
Uses of IsBuilder in org.pepstock.charba.client.commons
Classes in org.pepstock.charba.client.commons that implement IsBuilder Modifier and Type Class Description classAbstractBaseBuilderbase 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 voidIsBuilder. checkIfValid(IsBuilder builder)Checks if the builder haven't been invoked yet to create the object.
If not, throw aIllegalArgumentException.static booleanIsBuilder. isValid(IsBuilder builder)Returnstrueif 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 classAbstractBuilder<T extends LabelItem>Abstract base comfortable object to createDataLabelsPlugin.IDlabel item by a builder.classDataLabelsOptionsBuilderComfortable object to createDataLabelsPlugin.IDplugin options by a builder.classLabelItemBuilderComfortable object to createDataLabelsPlugin.IDlabel 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 classChartBackgroundColorOptionsBuilderComfortable object to createChartBackgroundColor.IDplugin options by a builder.classChartPointerOptionsBuilderComfortable object to createChartPointer.IDplugin options by a builder.classColorSchemesOptionsBuilderComfortable object to createColorSchemes.IDplugin options by a builder.classDatasetsItemsSelectorOptionsBuilderComfortable object to createDatasetsItemsSelector.IDplugin options by a builder.classHtmlLegendOptionsBuilderComfortable object to createHtmlLegend.IDplugin 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 classLabelsOptionsBuilderComfortable object to createLabelsPlugin.IDplugin 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 classToastOptionsBuilderComfortable object to createToasteroptions by a builder.
-