|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tapestry.callback.DirectCallback
public class DirectCallback
Simple callback for re-invoking a IDirect trigger.
| Constructor Summary | |
|---|---|
DirectCallback(IDirect component,
java.lang.Object[] parameters)
Creates a new DirectCallback for the component. |
|
| Method Summary | |
|---|---|
void |
performCallback(IRequestCycle cycle)
Locates the IDirectcomponent that was previously identified (and whose page and id
path were stored). |
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.Object[] parameters)
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic void performCallback(IRequestCycle cycle)
IDirectcomponent that was previously identified (and whose page and id
path were stored). Invokes IRequestCycle.setListenerParameters(Object[])(Object[])to
restore the service parameters, then invokes IDirect.trigger(IRequestCycle)on the
component.
performCallback in interface ICallback
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||