Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 3.0
-
Fix Version/s: 4.0.BETA, EE-3.3.0.GA_P02, 4.0
-
Component/s: ACE-Components
-
Labels:None
-
Environment:ICEfaces ace:dataTable TLDdoc
-
Affects:Documentation (User Guide, Ref. Guide, etc.)
Description
The ace:dataTable TLDdoc for the rowSelectListener and rowUnselectListener attributes use incorrect names for the event arguments passed in to each listener.
TLDdoc says: "The method receives a single argument, RowSelectEvent."
Should be: "The method receives a single argument, SelectEvent."
TLDdoc says: "The method receives a single argument, RowUnselectEvent."
Should be: "The method receives a single argument, UnselectEvent."
TLDdoc says: "The method receives a single argument, RowSelectEvent."
Should be: "The method receives a single argument, SelectEvent."
TLDdoc says: "The method receives a single argument, RowUnselectEvent."
Should be: "The method receives a single argument, UnselectEvent."
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #39477 | Mon Dec 23 10:49:39 MST 2013 | Ken | |
Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/datatable/DataTableMeta.java
|