org.zkoss.zk.ui.select.annotation
Annotation Type Listen


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface Listen

Annotation for specifying Event handling in SelectorComposer.

Since:
6.0.0
Author:
simonpai

Required Element Summary
 java.lang.String value
          The instruction string for adding EventListeners.
 

Element Detail

value

public abstract java.lang.String value
The instruction string for adding EventListeners. The string should contain a list of [event name] = [selector] pairs, separated by semicolon. For example:

 @Listen("onClick = button#submitBtn; onOK = textbox#passwordBox")
 



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