Package | Description |
---|---|
org.apache.tapestry5.internal.services |
[INTERNAL USE ONLY] internal service classes; API subject to change
|
org.apache.tapestry5.internal.structure |
[INTERNAL USE ONLY] page structure implementation details; API subject to change.
|
org.apache.tapestry5.internal.transform |
[INTERNAL USE ONLY] component class transformation implementation classes; API subject to change.
|
org.apache.tapestry5.runtime |
Contains interfaces that are added to component classes at runtime.
|
org.apache.tapestry5.services |
Core services
|
Modifier and Type | Class and Description |
---|---|
class |
ComponentEventImpl |
Modifier and Type | Method and Description |
---|---|
boolean |
ComponentPageElement.dispatchEvent(ComponentEvent event)
Asks each mixin and component to
Component.dispatchComponentEvent(ComponentEvent) , returning true if any
handler was found. |
boolean |
ComponentPageElementImpl.dispatchEvent(ComponentEvent event) |
Modifier and Type | Method and Description |
---|---|
Object |
EventHandlerMethodParameterSource.get(ComponentEvent event,
int index) |
Object |
EventHandlerMethodParameterProvider.valueForEventHandlerMethodParameter(ComponentEvent event)
Extract the value and coerce it to the correct type.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Component.dispatchComponentEvent(ComponentEvent event)
Invoked to handle a component event.
|
Modifier and Type | Method and Description |
---|---|
void |
ComponentEventHandler.handleEvent(Component instance,
ComponentEvent event)
Handles the event.
|
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.