|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Method Summary | |
void |
event(Path path,
InputData input)
Widget received an event. |
void |
render(OutputData output)
Widget outputs its graphical representation to OutputData. |
void |
update(InputData data)
Widget starts its request cycle. |
| Method Detail |
public void update(InputData data)
update(InputData) gives the
widget the chance to update itself with the current InputData and do the necessary
updates.
public void event(Path path,
InputData input)
path - input -
Exception
public void render(OutputData output)
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||