Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: EE-4.2.0.GA
-
Component/s: ACE-Components
-
Labels:None
-
Environment:ICEfaces 4
-
Affects:Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial
Description
The ace:dataTable would benefit from adding support for the following new attributes:
- emptyMessage: Text string that is displayed in place of data rows when the dataTable view contains no rows.
- emptyMessageFacet: an optional facet that is rendered in place of data rows when the dataTable view contains no rows.
- emptyMessage: Text string that is displayed in place of data rows when the dataTable view contains no rows.
- emptyMessageFacet: an optional facet that is rendered in place of data rows when the dataTable view contains no rows.
Activity
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Arturo Zambrano [ artzambrano ] | |
| Fix Version/s | 4.1 [ 11375 ] | |
| Priority | Major [ 3 ] | Minor [ 4 ] |
| Affects | Documentation (User Guide, Ref. Guide, etc.),Sample App./Tutorial [ 10003, 10001 ] | |
| Assignee Priority | P2 [ 10011 ] |
| Assignee | Arturo Zambrano [ artzambrano ] | |
| Assignee Priority | P2 [ 10011 ] | |
| Fix Version/s | 4.2 [ 12870 ] | |
| Fix Version/s | 4.1 [ 11375 ] |
| Assignee | Arturo Zambrano [ artzambrano ] |
| Fix Version/s | EE-4.2.0.GA [ 13071 ] | |
| Fix Version/s | 4.2 [ 12870 ] |
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #51393 | Wed Mar 29 11:57:43 MDT 2017 | art.zambrano | |
| Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/datatable/DataTableRenderer.java
MODIFY
/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/datatable/DataTableMeta.java
|
| Status | Resolved [ 5 ] | Closed [ 6 ] |

r51393: added 'emptyMessage' facet
The 'emptyMessage' attribute already existed. The facet takes precedence over the attribute. Also updated TLD documentation.