|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.primix.tapestry.callback.DirectCallback
Simple callback for re-invoking a IDirect
component trigger..
Constructor Summary | |
DirectCallback(IDirect component,
java.lang.String[] context)
Creates a new DirectCallback for the component. |
Method Summary | |
void |
peformCallback(IRequestCycle cycle)
Locates the IDirect component that was previously identified
(and whose page and id path were stored),
and invokes IDirect.trigger(IRequestCycle, String[]) upon it. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public DirectCallback(IDirect component, java.lang.String[] context)
Method Detail |
public java.lang.String toString()
toString
in class java.lang.Object
public void peformCallback(IRequestCycle cycle) throws RequestCycleException
IDirect
component that was previously identified
(and whose page and id path were stored),
and invokes IDirect.trigger(IRequestCycle, String[])
upon it.peformCallback
in interface ICallback
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |