Uses of Interface
org.apache.wicket.event.IEvent
-
Packages that use IEvent Package Description org.apache.wicket The core Wicket package.org.apache.wicket.behavior org.apache.wicket.event org.apache.wicket.markup.html.form HTML Forms and form components.org.apache.wicket.request.cycle org.apache.wicket.settings org.apache.wicket.validation This package provides interfaces for Wicket's validation support. -
-
Uses of IEvent in org.apache.wicket
Methods in org.apache.wicket with parameters of type IEvent Modifier and Type Method Description voidIEventDispatcher. dispatchEvent(java.lang.Object sink, IEvent<?> event, Component component)Dispatches the even to the target componentvoidApplication. onEvent(IEvent<?> event)Called when an event is sent to this sinkvoidComponent. onEvent(IEvent<?> event)Called when an event is sent to this sinkvoidIComponentAwareEventSink. onEvent(Component component, IEvent<?> event)Called when an event is sent to this behavior sinkvoidSession. onEvent(IEvent<?> event)Called when an event is sent to this sink -
Uses of IEvent in org.apache.wicket.behavior
Methods in org.apache.wicket.behavior with parameters of type IEvent Modifier and Type Method Description voidBehavior. onEvent(Component component, IEvent<?> event)Called to notify the behavior about any events sent to the component -
Uses of IEvent in org.apache.wicket.event
Methods in org.apache.wicket.event with parameters of type IEvent Modifier and Type Method Description voidIEventSink. onEvent(IEvent<?> event)Called when an event is sent to this sink -
Uses of IEvent in org.apache.wicket.markup.html.form
Methods in org.apache.wicket.markup.html.form with parameters of type IEvent Modifier and Type Method Description voidForm. onEvent(IEvent<?> event) -
Uses of IEvent in org.apache.wicket.request.cycle
Methods in org.apache.wicket.request.cycle with parameters of type IEvent Modifier and Type Method Description voidRequestCycle. onEvent(IEvent<?> event)Called when an event is sent to this sink -
Uses of IEvent in org.apache.wicket.settings
Methods in org.apache.wicket.settings with parameters of type IEvent Modifier and Type Method Description voidFrameworkSettings. dispatchEvent(java.lang.Object sink, IEvent<?> event, Component component)Dispatches event to registered dispatchers -
Uses of IEvent in org.apache.wicket.validation
Methods in org.apache.wicket.validation with parameters of type IEvent Modifier and Type Method Description voidCompoundValidator. onEvent(Component component, IEvent<?> event)
-