Uses of Class
org.wicketstuff.twitter.behavior.ajax.Event.EventType
-
Packages that use Event.EventType Package Description org.wicketstuff.twitter.behavior.ajax -
-
Uses of Event.EventType in org.wicketstuff.twitter.behavior.ajax
Methods in org.wicketstuff.twitter.behavior.ajax that return Event.EventType Modifier and Type Method Description Event.EventTypeEvent. getType()static Event.EventTypeEvent.EventType. valueOf(String name)Returns the enum constant of this type with the specified name.static Event.EventType[]Event.EventType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-