|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry5.corelib.base.AbstractLink
org.apache.tapestry5.corelib.base.AbstractComponentEventLink
public abstract class AbstractComponentEventLink
Base class for link-generating components that are based on a component event request. Such events have an event
context and may also update a Zone
.
Constructor Summary | |
---|---|
AbstractComponentEventLink()
|
Method Summary | |
---|---|
protected abstract Link |
createLink(java.lang.Object[] eventContext)
Invoked to create the Link that will become the href attribute of the output. |
Methods inherited from class org.apache.tapestry5.corelib.base.AbstractLink |
---|
addParameters, getClientId, getLink, isDisabled, writeLink |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractComponentEventLink()
Method Detail |
---|
protected abstract Link createLink(java.lang.Object[] eventContext)
eventContext
- the context as an object array, possibly null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |