org.zkoss.bind.annotation
Annotation Type NotifyChange
@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface NotifyChange
Notify value change.
By default, a property set by binder will notify this property changed.
You could use this annotation on the set method to change or add notification target.
You could also add this annotation on a command method to notify properties that will be changed after the command.
To avoid the default notification, use NotifyChangeDisabled
on the set method independently.
- Since:
- 6.0.0
- Author:
- henrichen
- See Also:
NotifyChangeDisabled
Optional Element Summary |
java.lang.String[] |
value
|
value
public abstract java.lang.String[] value
- Default:
- {}
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.