| AfterCompose |
Implemented by a component if it wants to know when ZK loader created it.
|
| BeforeCompose |
Implemented by a component if it wants to know when ZK loader created it.
|
| Blockable |
An interface that allows a Component to specify when
to block an AuRequest from client, for security control.
|
| Disable |
Implemented with Component to indicate
that a component can be disabled.
|
| DragControl |
Decorates Component to denote that
the component will control the default drag-and-drop behavior
of its children.
|
| DynamicPropertied |
Represents a component that supports a range of properties.
|
| DynamicTag |
Represents a component is used to represent a broad range of tags.
|
| Includer |
Implemented by a component to indicate that
it might include another ZUML page.
|
| Macro |
Implemented with Component to represent
a macro component.
|
| Native |
Implemented with Component to represent
a native component.
|
| Native.Helper |
The helper to generate the output for the native component.
|
| NonFellow |
Decorates Component to denote that
the component won't become a fellow of the ID space it belongs.
|
| RawId |
|
| Readonly |
Implemented with Component to indicate
that a component can be set to readonly.
|
| Scope |
Represents a scope of attributes.
|
| ScopeListener |
A listener used to listen whether a scope ( Scope) is changed.
|
| Uploadable |
Implemented with Component to indicate
that a component can be used for file upload.
|