java.lang.Object
org.apache.hivemind.impl.BaseLocatable
org.apache.tapestry.AbstractComponent
org.apache.tapestry.wml.Timer
- All Implemented Interfaces:
- org.apache.tapestry.IComponent, org.apache.tapestry.IRender, org.apache.hivemind.Locatable, org.apache.hivemind.LocationHolder
- public abstract class Timer
- extends org.apache.tapestry.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
| Fields inherited from class org.apache.hivemind.impl.BaseLocatable |
|
|
Constructor Summary |
Timer()
|
| Methods inherited from class org.apache.tapestry.AbstractComponent |
addAsset, addBody, addComponent, cleanupAfterRender, finishLoad, finishLoad, format, format, format, format, formatString, formatString, formatString, formatString, getAsset, getAssets, getBeans, getBinding, getBindingNames, getBindings, getBody, getBodyCount, getChangeObserver, getComponent, getComponents, getContainer, getExtendedId, getId, getIdPath, getListeners, getMessage, getMessages, getNamespace, getPage, getProperty, getSpecification, getString, pageEndRender, prepareForRender, render, renderBody, renderInformalParameters, setBinding, setContainer, setId, setNamespace, setPage, setProperty, setSpecification, toString |
__CLOVER_480_0
public static com.cortexeb.tools.clover.d __CLOVER_480_0
Timer
public Timer()
renderComponent
protected void renderComponent(org.apache.tapestry.IMarkupWriter writer,
org.apache.tapestry.IRequestCycle cycle)
- Description copied from class:
org.apache.tapestry.AbstractComponent
- Invoked by AbstractComponent.render(IMarkupWriter, IRequestCycle)>
AbstractComponent.render(IMarkupWriter, IRequestCycle) 55 to actually render the component
(with any parameter values already set). This is the method that subclasses must implement.
getName
public abstract java.lang.String getName()
getValueBinding
public abstract org.apache.tapestry.IBinding getValueBinding()
readValue
public java.lang.String readValue()