Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 4.0.BETA
-
Fix Version/s: EE-4.0.0.GA, 4.1
-
Component/s: MOBI-Components
-
Labels:None
-
Environment:jsf 2 icemobile icefaces-3
-
Assignee Priority:P2
-
Support Case References:Support Case 12788 https://icesoft.my.salesforce.com/5007000000c0wpt
-
Affects:Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial
Description
Note that all dataViewColumn headers are by default sortable. Use a "sortable" attribute that defaults to true but could also be set to false for those columns that sorting is not desired.
Activity
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Steve Maryka [ steve.maryka ] | Philip Breau [ philip.breau ] |
| Fix Version/s | 1.3.1 [ 11376 ] |
| Fix Version/s | 1.3.1 [ 11376 ] |
| Project | ICEmobile [ 10060 ] | ICEfaces [ 10021 ] |
| Key |
|
|
| Affects Version/s | 4.0.BETA [ 10770 ] | |
| Affects Version/s | 1.3 Final [ 10873 ] | |
| Affects | Documentation (User Guide, Ref. Guide, etc.),Sample App./Tutorial [ 10003, 10001 ] | |
| Assignee Priority | P2 [ 10011 ] | |
| Component/s | MOBI-Components [ 10270 ] | |
| Component/s | Faces [ 10062 ] |
| Fix Version/s | 4.0 [ 11382 ] |
| Fix Version/s | EE-4.0.0.GA [ 11171 ] | |
| Fix Version/s | 4.0 [ 11382 ] |
| Assignee | Philip Breau [ philip.breau ] | Mircea Toma [ mircea.toma ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #42067 | Mon Aug 04 12:02:07 MDT 2014 | mircea.toma | |
| Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/mobi/component/src/org/icefaces/mobi/component/dataview/DataViewColumn.java
MODIFY
/icefaces4/trunk/icefaces/mobi/component/src/org/icefaces/mobi/component/dataview/DataViewColumnMeta.java
MODIFY
/icefaces4/trunk/icefaces/mobi/component/src/org/icefaces/mobi/component/dataview/DataViewRenderer.java
MODIFY
/icefaces4/trunk/icefaces/mobi/component/src/org/icefaces/mobi/model/dataview/DataViewColumnModel.java
MODIFY
/icefaces4/trunk/icefaces/mobi/component/resources/org.icefaces.component.util/component.js
|
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #42068 | Mon Aug 04 13:23:05 MDT 2014 | mircea.toma | |
| Files Changed | ||||
MODIFY
/icepush/trunk/icepush/core/src/main/javascript/slot.js
|
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #42069 | Mon Aug 04 14:10:46 MDT 2014 | mircea.toma | |
| Files Changed | ||||
MODIFY
/icepush/trunk/icepush/core/src/main/javascript/slot.js
|
| Status | Resolved [ 5 ] | Closed [ 6 ] |
| Resolution | Fixed [ 1 ] | |
| Status | Closed [ 6 ] | Reopened [ 4 ] |
| Fix Version/s | 4.1 [ 11375 ] |
| Status | Reopened [ 4 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |

Introduced 'sortable' attribute for the mobi:dataViewColumn component. Modified JS component code to not show sort handle or run sort on component instances that have the sorting disabled.