Uses of Class
org.pepstock.charba.client.annotation.enums.Event
-
Packages that use Event Package Description org.pepstock.charba.client.annotation.enums Contains all enumerations to configure theAnnotationPlugin.ID
plugin. -
-
Uses of Event in org.pepstock.charba.client.annotation.enums
Methods in org.pepstock.charba.client.annotation.enums that return Event Modifier and Type Method Description static Event
Event. valueOf(String name)
Returns the enum constant of this type with the specified name.static Event[]
Event. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-