|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tonbeller.wcf.component.FormSupport
default implementation of Form
. Ensures that
two different FormSupport
instances may listen to
each other without endless recursion.
Form
Constructor Summary | |
FormSupport()
|
Method Summary | |
void |
addFormListener(FormListener listener)
|
void |
removeFormListener(FormListener listener)
|
void |
revert(RequestContext context)
calls revert() on all listeners. |
boolean |
validate(RequestContext context)
calls validate() on all components |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FormSupport()
Method Detail |
public boolean validate(RequestContext context)
validate
in interface FormListener
public void revert(RequestContext context)
revert
in interface FormListener
public void addFormListener(FormListener listener)
addFormListener
in interface Form
public void removeFormListener(FormListener listener)
removeFormListener
in interface Form
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |