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


@Retention(value=RUNTIME)
@Target(value={FIELD,METHOD})
public @interface WireVariable

Annotation for specifying variables to wire, from XEL, implicit objects, or custom variable resolvers. SelectorComposer.

Since:
6.0.0
Author:
simonpai

Optional Element Summary
 boolean rewireOnActivate
          If true, the variable will be rewired when the composer is deserialized in cluster environment.
 java.lang.String value
          The name of variable to wire.
 

value

public abstract java.lang.String value
The name of variable to wire. If empty, it will use field name or method name (without "set" prefix).

Default:
""

rewireOnActivate

public abstract boolean rewireOnActivate
If true, the variable will be rewired when the composer is deserialized in cluster environment. Session and Webapp variables are always rewired.

Default:
false


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