| Enum | Description |
|---|---|
| ContextType |
To define the context object type for
ContextParam |
| Scope |
The implicit scopes of zk for
ScopeParam. |
| Annotation Type | Description |
|---|---|
| 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).
|
| ImmutableElements |
Marker annotation to indicate that the elements of the collection for
FormProxyObject are immutable class. |
| Init |
Marker annotation to identify a initial method.
|
| NotifyChange |
Notify value change.
|
| NotifyChangeDisabled |
To disable the default notify change when binder sets a property.
|
| NotifyCommand |
Notify a command to either server or client.
|
| NotifyCommands |
Notify a set of commands to either server or client.
|
| 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. |
| SmartNotifyChange |
Notify value change once it changed, unlike
NotifyChange. |
| ToClientCommand |
Notify a command to client.
|
| ToServerCommand |
Notify a command to server.
|
| Transient |
Marker annotation to indicate a transient method operation not to use proxy
mechanism.
|
Annotation for ZK Bind
Copyright © 2015. All rights reserved.