Uses of Class
org.pepstock.charba.client.resources.DateAdapterInjectionComplete
-
Packages that use DateAdapterInjectionComplete 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. -
-
Uses of DateAdapterInjectionComplete in org.pepstock.charba.client.adapters
Methods in org.pepstock.charba.client.adapters with parameters of type DateAdapterInjectionComplete Modifier and Type Method Description void
DateAdapterModule. injectionComplete(DateAdapterInjectionComplete injectionComplete)
Is invoked when the date adapter has been injected.
It can be invoked only by the resources type of the module.
-