org.zkoss.bind.annotation
Annotation Type NotifyCommand


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface NotifyCommand

Notify a command to either server or client. If the server side VM object is not associated with a given command method, it won't throw an exception.

Since:
8.0.0
Author:
jumperchen
See Also:
NotifyCommands

Optional Element Summary
 java.lang.String onChange
           
 java.lang.String[] value
           
 

value

public abstract java.lang.String[] value
Default:
{}

onChange

public abstract java.lang.String onChange
Default:
""


Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo