org.apache.tapestry.wml
Class Go
java.lang.Object
org.apache.tapestry.spec.BaseLocatable
org.apache.tapestry.AbstractComponent
org.apache.tapestry.form.Form
org.apache.tapestry.wml.Go
- All Implemented Interfaces:
- IAction, IComponent, IDirect, IForm, ILocatable, ILocationHolder, IRender
public abstract class Go
- extends Form
The go element declares a go task, indicating navigation to a URI. If the URI
names a WML card or deck, it is displayed.
- Since:
- 3.0
- Version:
- $Id: Go.java 243791 2004-02-19 17:38:13Z hlship $
- Author:
- David Solis
Methods inherited from class org.apache.tapestry.form.Form |
addEventHandler, addHiddenValue, addHiddenValue, buildAllocatedIdList, cleanupAfterRender, finishLoad, get, getElementId, getElementId, getListener, getMethod, getName, getRequiresSession, getStatefulBinding, isDirect, isRewinding, isStateful, prepareForRender, reconstructAllocatedIds, renderComponent, rewind, setDirect, setEncodingType, trigger, writeHiddenField, writeHiddenValues |
Methods inherited from class org.apache.tapestry.AbstractComponent |
addAsset, addBody, addComponent, finishLoad, fireObservedChange, fireObservedChange, fireObservedChange, fireObservedChange, fireObservedChange, fireObservedChange, fireObservedChange, fireObservedChange, fireObservedChange, format, format, format, format, formatString, formatString, formatString, formatString, generateAttributes, getAsset, getAssets, getBeans, getBinding, getBindingNames, getBindings, getBody, getBodyCount, getChangeObserver, getComponent, getComponents, getContainer, getExtendedId, getId, getIdPath, getListeners, getMessage, getMessages, getNamespace, getPage, getProperty, getSpecification, getString, pageEndRender, render, renderBody, renderInformalParameters, setBinding, setContainer, setId, setNamespace, setPage, setProperty, setSpecification, toString |
Methods inherited from interface org.apache.tapestry.IComponent |
addAsset, addBody, addComponent, finishLoad, getAsset, getAssets, getBinding, getBindingNames, getBindings, getComponent, getComponents, getContainer, getExtendedId, getId, getIdPath, getMessage, getMessages, getNamespace, getPage, getProperty, getSpecification, getString, renderBody, setBinding, setContainer, setId, setNamespace, setPage, setProperty, setSpecification |
Methods inherited from interface org.apache.tapestry.IRender |
render |
Go
public Go()
writeAttributes
protected void writeAttributes(IMarkupWriter writer,
ILink link)
- Overrides:
writeAttributes
in class Form
- Since:
- 3.0
writeHiddenField
protected void writeHiddenField(IMarkupWriter writer,
String name,
String value)
- Overrides:
writeHiddenField
in class Form
- Since:
- 3.0
emitEventHandlers
protected void emitEventHandlers(IMarkupWriter writer,
IRequestCycle cycle)
- This component doesn't support event handlers.
- Overrides:
emitEventHandlers
in class Form
getDelegate
public IValidationDelegate getDelegate()
- This component doesn't support delegate.
- Specified by:
getDelegate
in interface IForm
- Specified by:
getDelegate
in class Form
setDelegate
public void setDelegate(IValidationDelegate delegate)
- Specified by:
setDelegate
in class Form
getTag
protected String getTag()
- Description copied from class:
Form
- Returns the tag of the form.
- Overrides:
getTag
in class Form
getDisplayName
protected String getDisplayName()
- Description copied from class:
Form
- Returns the name of the element.
- Overrides:
getDisplayName
in class Form