Details
Description
It would be useful to be able to dynamically change the row styling depending on row state. New attributes rowStyleClass and rowStyle would be rendered for each row and allow binding to a row level variable, so the developer could dynamically change the row style based on the row state.
Activity
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Steve Maryka [ steve.maryka ] | Philip Breau [ philip.breau ] |
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Fix Version/s | 1.3.1 [ 11376 ] | |
| Resolution | Fixed [ 1 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #39718 | Mon Jan 20 17:14:16 MST 2014 | philip.breau | DataView Row Style Binding |
| Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/dataview/DataViewMeta.java
MODIFY
/icemobile/trunk/icemobile/core/src/main/java/org/icemobile/component/IDataView.java
MODIFY
/icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/dataview/DataViewRenderer.java
MODIFY
/icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/WEB-INF/includes/examples/layout/dataview-example.xhtml
|

Revision: 39718
Author: philip.breau
Date: January-20-14 8:14:16 PM
Message:
MOBI-930DataView Row Style Binding
Modified : /icemobile/trunk/icemobile/core/src/main/java/org/icemobile/component/IDataView.java
Modified : /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/dataview/DataViewMeta.java
Modified : /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/dataview/DataViewRenderer.java
Modified : /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/WEB-INF/includes/examples/layout/dataview-example.xhtml