Package org.zkoss.zk.ui.ext

Additional Interfaces that might be implemented by special components, such as AfterCompose.

See:
          Description

Interface Summary
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 Decorates Component to denote that the UUID (Component.getUuid() must be the same as the ID (Component.getId()), if the application assigns an ID for it.
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.
 

Class Summary
Scopes Utilities to manage the current scope (Scope).
 

Package org.zkoss.zk.ui.ext Description

Additional Interfaces that might be implemented by special components, such as AfterCompose.



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