org.apache.tapestry.wml
Class OnEvent
java.lang.Object
org.apache.hivemind.impl.BaseLocatable
org.apache.tapestry.AbstractComponent
org.apache.tapestry.wml.OnEvent
- All Implemented Interfaces:
- Locatable, LocationHolder, IComponent, IDirectEvent, IRender
public abstract class OnEvent
- extends AbstractComponent
The onevent element binds a task to a particular intrinsic event for the immediately enclosing element, ie,
specifying an onevent element inside an "XYZ" element associates an intrinsic event binding with the "XYZ" element.
The user agent must ignore any onevent element specifying a type that does not correspond to a legal intrinsic event
for the immediately enclosing element.
- Since:
- 3.0
- Author:
- David Solis
| Methods inherited from class org.apache.tapestry.AbstractComponent |
addAsset, addBody, addComponent, checkActiveLock, cleanupAfterRender, enterActiveState, finishLoad, finishLoad, getAsset, getAssets, getBeans, getBinding, getBindingNames, getBindings, getBody, getBodyCount, getClientId, getComponent, getComponents, getContainedComponent, getContainer, getEventInvoker, getExtendedId, getId, getIdPath, getListeners, getMessages, getNamespace, getPage, getRenderWorker, getSpecification, isInActiveState, isParameterBound, isRendering, isStateful, pageEndRender, prepareForRender, render, renderBody, renderIdAttribute, renderInformalParameters, setBinding, setClientId, setContainedComponent, setContainer, setId, setNamespace, setPage, toString, triggerEvent |
OnEvent
public OnEvent()
renderComponent
protected void renderComponent(IMarkupWriter writer,
IRequestCycle cycle)
- Description copied from class:
AbstractComponent
- Invoked by
AbstractComponent.render(IMarkupWriter, IRequestCycle)to actually render the component
(with any parameter values already set). This is the method that subclasses must implement.
- Specified by:
renderComponent in class AbstractComponent
- See Also:
AbstractComponent.renderComponent(IMarkupWriter, IRequestCycle)
getType
public abstract String getType()
Copyright © 2006 Apache Software Foundation. All Rights Reserved.