Uses of Class
org.pepstock.charba.client.items.ItemsEnvelop
-
Packages that use ItemsEnvelop Package Description 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. -
-
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.
-