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
Field | Original Value | New Value |
---|---|---|
Assignee | Arturo Zambrano [ artzambrano ] |
Salesforce Case | [] | |
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 annotation. | 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. |
Salesforce Case | [] | |
Fix Version/s | 2.1 [ 10241 ] | |
Assignee Priority | P1 |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #26439 | Fri Nov 18 10:22:58 MST 2011 | ken.fyten | |
Files Changed | ||||
![]() ![]() ![]() ![]() ![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #26556 | Thu Nov 24 09:00:57 MST 2011 | art.zambrano | |
Files Changed | ||||
![]() |
Fix Version/s | 3.1 [ 10312 ] | |
Fix Version/s | 3.0 [ 10241 ] |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #26647 | Wed Nov 30 11:59:52 MST 2011 | ken.fyten | |
Files Changed | ||||
![]() ![]() |
Fix Version/s | 3.0.RC1 [ 10300 ] | |
Fix Version/s | 3.1 [ 10312 ] |
Link | This issue is duplicated by ICE-6111 [ ICE-6111 ] |
Fix Version/s | 3.0 [ 10241 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
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")