Uses of Class
org.pepstock.charba.client.interaction.NativeInteraction
-
Packages that use NativeInteraction Package Description org.pepstock.charba.client.interaction Contains all classes to implement a custom interactions for CHART.JS. -
-
Uses of NativeInteraction in org.pepstock.charba.client.interaction
Methods in org.pepstock.charba.client.interaction that return NativeInteraction Modifier and Type Method Description static NativeInteraction
NativeInteraction. create(String code)
Creates a custom interaction in java script.Methods in org.pepstock.charba.client.interaction with parameters of type NativeInteraction Modifier and Type Method Description Interactioner
Interactions. createNativeInteractioner(String mode, NativeInteraction callback)
Creates aInteractioner
for a specific mode, passed as argument, and aNativeInteraction
which represents the java script function, to implement the new interaction mode.Interactioner
Interactions. createNativeInteractioner(String mode, NativeInteraction callback, boolean register)
Creates aInteractioner
for a specific mode, passed as argument, and aNativeInteraction
which represents the java script function, to implement the new interaction mode.
-