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


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

Annotation for specifying components to wire. SelectorComposer.

Since:
6.0.0
Author:
simonpai

Optional Element Summary
 boolean rewireOnActivate
          If true, the component will be rewired when the composer is deserialized in cluster environment.
 java.lang.String value
          The selector string that specifies the Components to wire.
 

value

public abstract java.lang.String value
The selector string that specifies the Components to wire. If empty, SelectorComposer will attempt to wire from fellows by name.

Default:
""

rewireOnActivate

public abstract boolean rewireOnActivate
If true, the component will be rewired when the composer is deserialized in cluster environment.

Default:
false


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