Uses of Class
org.pepstock.charba.client.items.ItemsEnvelop
-
Packages that use ItemsEnvelop Package Description org.pepstock.charba.client.adapters Contains all classes to interact with date adapters implemented by CHART.JS to be abstract from date time java script library to use.org.pepstock.charba.client.data Contains all elements to configure the datasets of a chart instance (know as chart data at instance level).org.pepstock.charba.client.events Contains all events to interact with chart instance.org.pepstock.charba.client.options Contains all elements to configure charts at global level (know as chart global options). -
-
Uses of ItemsEnvelop in org.pepstock.charba.client.adapters
Constructors in org.pepstock.charba.client.adapters with parameters of type ItemsEnvelop Constructor Description DateAdapter(ItemsEnvelop<NativeObject> envelop, DateAdapterOptions options)
Creates a date adapter using the options passed as argument and the envelop whereScaleItem
is stored. -
Uses of ItemsEnvelop in org.pepstock.charba.client.data
Constructors in org.pepstock.charba.client.data with parameters of type ItemsEnvelop Constructor Description DataPoint(ItemsEnvelop<NativeObject> envelop)
Creates the object with a native object passed as argument by andBaseEnvelop
.
This is called by theDataItem
. -
Uses of ItemsEnvelop in org.pepstock.charba.client.events
Constructors in org.pepstock.charba.client.events with parameters of type ItemsEnvelop Constructor Description ChartEventContext(ItemsEnvelop<NativeObject> envelop)
Creates the object with envelop envelop with the native object instance to be wrapped. -
Uses of ItemsEnvelop in org.pepstock.charba.client.options
Constructors in org.pepstock.charba.client.options with parameters of type ItemsEnvelop Constructor Description FillHandler(AbstractNode parent, IsFill defaultValues, ItemsEnvelop<NativeObject> envelop)
Creates a fill handler with the native object where FILL property must be managed and the default value to use when the property does not exist.
This is called fromitems
package.
-