org.apache.tapestry.wml
Class Timer
java.lang.Object
org.apache.hivemind.impl.BaseLocatable
org.apache.tapestry.AbstractComponent
org.apache.tapestry.wml.Timer
- All Implemented Interfaces:
- Locatable, LocationHolder, IComponent, IDirectEvent, IRender
public abstract class Timer
- extends AbstractComponent
The Timer element declares a card timer, which exposes a means of processing
inactivity or idle time. The timer is initialised and started at card entry
and is stopped when the card is exited.
- Since:
- 3.0
- Author:
- David Solis
|
Constructor Summary |
Timer()
|
| 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 |
Timer
public Timer()
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)
getName
public abstract String getName()
getValue
public abstract String getValue()
- Since:
- 4.0
Copyright © 2006 Apache Software Foundation. All Rights Reserved.