|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=METHOD) @Documented public @interface DontBind
Marker annotation to specify that the event handled by the annotated method should skip
LifecycleStage.BindingAndValidation
altogether. This is useful for events which ignore
user input, such as cancel events. Note that the presence of this annotation on an event handler
implies DontValidate
as well.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |