Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 2.1-Beta2
-
Component/s: ACE-Components
-
Labels:None
-
Environment:Any
-
Assignee Priority:P1
Description
Create a @ClientBehaviorHolder annotation that components can use to implement the interface javax.faces.component.behavior.ClientBehaviorHolder, as well as specifying its supported events and default event. Supporting documentation and related configuration entries should also be generated by using this annotation.
Issue Links
- depends on
-
ICE-7462 Add comprehensive support to ace components for <ace:ajax> configuration
- Closed
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Example of usage:
@ClientBehaviorHolder(events =
{ @ClientEvent(name="slideStart", javadoc="...", tlddoc="...", defaultRender="@all", defaultExecute="@all"), @ClientEvent(name="slide", javadoc="...", tlddoc="...", defaultRender="@all", defaultExecute="@all"), @ClientEvent(name="slideEnd", javadoc="...", tlddoc="...", defaultRender="@all", defaultExecute="@all") }, defaultEvent="slideEnd")