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
Arturo Zambrano
created issue -
Arturo Zambrano
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Arturo Zambrano [ artzambrano ] |
Arturo Zambrano
made changes -
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. |
Arturo Zambrano
made changes -
Ken Fyten
made changes -
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 | ||||
ADD
/icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/ajax/AjaxBehaviorHandler.java
ADD /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/ajax/AjaxBehaviorRenderer.java ADD /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/ajax ADD /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/ajax/AjaxBehavior.java ADD /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/ajax/AjaxBehaviorHandlerMeta.java |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #26556 | Thu Nov 24 09:00:57 MST 2011 | art.zambrano | |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/generator/src/org/icefaces/ace/generator/xmlbuilder/TLDBuilder.java
|
Ken Fyten
made changes -
Fix Version/s | 3.1 [ 10312 ] | |
Fix Version/s | 3.0 [ 10241 ] |
Arturo Zambrano
made changes -
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 | ||||
MODIFY
/icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/panel/panelListener.xhtml
MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/templates/content-template.xhtml |
Ken Fyten
made changes -
Fix Version/s | 3.0.RC1 [ 10300 ] | |
Fix Version/s | 3.1 [ 10312 ] |
Ken Fyten
made changes -
Link | This issue is duplicated by ICE-6111 [ ICE-6111 ] |
Ken Fyten
made changes -
Fix Version/s | 3.0 [ 10241 ] |
Ken Fyten
made changes -
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")