Uses of Class
org.pepstock.charba.client.dom.enums.EventPhase
-
Packages that use EventPhase Package Description org.pepstock.charba.client.dom.enums Contains enumerations used inside the DOM tree to set properties or invokes methods of elements or items.org.pepstock.charba.client.dom.events Contains all classes to map and manage DOM events. -
-
Uses of EventPhase in org.pepstock.charba.client.dom.enums
Methods in org.pepstock.charba.client.dom.enums that return EventPhase Modifier and Type Method Description static EventPhase
EventPhase. get(int eventPhase)
Scans all items of enumeration to get the right phase related to passed argument.static EventPhase
EventPhase. valueOf(String name)
Returns the enum constant of this type with the specified name.static EventPhase[]
EventPhase. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EventPhase in org.pepstock.charba.client.dom.events
Methods in org.pepstock.charba.client.dom.events that return EventPhase Modifier and Type Method Description EventPhase
NativeBaseEvent. getEventPhase()
Returns which phase of the event flow is currently being evaluated.
-