Package org.zkoss.bind.annotation

Annotation for ZK Bind

See:
          Description

Enum Summary
ContextType To define the context object type for ContextParam
Scope The implicit scopes of zk for ScopeParam.
 

Annotation Types Summary
AfterCompose Marker annotation to identify a life-cycle method in View Model. this method will be called after host component composition has been done (AfterCompose).
BindingParam Marker annotation to identify the name of a parameter of a method.
Command Marker annotation to identify a Command method.
ContextParam Marker annotation to identify the name of a parameter of a method.
CookieParam Marker annotation to identify the name of a parameter of a method.
Default Marker annotation to identify default value of a parameter of a method.
DefaultCommand Marker annotation to identify a default command method.
DefaultGlobalCommand Marker annotation to identify a global command method.
DependsOn Specify variable dependency.
ExecutionArgParam Marker annotation to identify the name of a parameter of a method.
ExecutionParam Marker annotation to identify the name of a parameter of a method.
GlobalCommand Marker annotation to identify a Global Command method.
HeaderParam Marker annotation to identify the name of a parameter of a method.
Immutable Marker annotation to indicate an immutable class (no setters).
Init Marker annotation to identify a initial method.
NotifyChange Notify value change.
NotifyChangeDisabled To disable the default notify change when binder sets a property.
QueryParam Marker annotation to identify the name of a parameter of a method.
ScopeParam Marker annotation to identify the name of a parameter of a method.
SelectorParam Marker annotation to identify the component of a parameter of a method
The SelectorParam.value() is the selector to find components.
 

Package org.zkoss.bind.annotation Description

Annotation for ZK Bind



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