ICEfaces
  1. ICEfaces
  2. ICE-7836

ace:dataTable add conditional rendering modes to ace:row.

    Details

    • Type: New Feature New Feature
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 3.0.1, EE-3.0.0.GA
    • Component/s: ACE-Components
    • Labels:
      None
    • Environment:
      IF 3.x
    • Affects:
      Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial

      Description

      Add mode to render non-object rows in particular definable locations in the table, using a table context object to supply information about the row objects around it.

        Activity

        Ken Fyten made changes -
        Status Resolved [ 5 ] Closed [ 6 ]
        Arran Mccullough made changes -
        Salesforce Case [5007000000KFTcl]
        Ken Fyten made changes -
        Salesforce Case []
        Component/s ACE-Components [ 10050 ]
        Fix Version/s EE-3.0.0.GA [ 10262 ]
        Fix Version/s 3.0.1 [ 10282 ]
        Affects [Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial]
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #28245 Fri Mar 09 10:23:59 MST 2012 nils.lundquist ICE-7836 - Improved fix to render time variable reinit. Moved logic from decode to visitTree.
        Files Changed
        Commit graph MODIFY /icefaces3/branches/icefaces-3.0.x-maintenance/icefaces/ace/component/src/org/icefaces/ace/component/datatable/DataTable.java
        Commit graph MODIFY /icefaces3/branches/icefaces-3.0.x-maintenance/icefaces/ace/component/src/org/icefaces/ace/component/row/Row.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #28244 Fri Mar 09 10:11:40 MST 2012 nils.lundquist ICE-7836 - Improved fix to render time variable reinit. Moved logic from decode to visitTree.
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/datatable/DataTable.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/row/Row.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #28243 Fri Mar 09 09:19:32 MST 2012 nils.lundquist ICE-7836 - Added showcase conditional row / column grouping example. Adding files not added to version control by patch from trunk.
        Files Changed
        Commit graph ADD /icefaces3/branches/icefaces-3.0.x-maintenance/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/dataTable/dataTableGrouping.xhtml
        Commit graph ADD /icefaces3/branches/icefaces-3.0.x-maintenance/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/dataTable/DataTableGrouping.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #28241 Thu Mar 08 15:23:28 MST 2012 nils.lundquist ICE-7836 - Added showcase conditional row / column grouping example and fixes.
        Files Changed
        Commit graph MODIFY /icefaces3/branches/icefaces-3.0.x-maintenance/icefaces/ace/component/src/org/icefaces/ace/component/datatable/DataTableRenderer.java
        Commit graph MODIFY /icefaces3/branches/icefaces-3.0.x-maintenance/icefaces/ace/component/src/org/icefaces/ace/component/datatable/DataTable.java
        Commit graph MODIFY /icefaces3/branches/icefaces-3.0.x-maintenance/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/dataTable/DataTableBean.java
        Commit graph MODIFY /icefaces3/branches/icefaces-3.0.x-maintenance/icefaces/ace/component/src/org/icefaces/ace/component/row/RowMeta.java
        Commit graph MODIFY /icefaces3/branches/icefaces-3.0.x-maintenance/icefaces/samples/showcase/showcase/src/main/resources/org/icefaces/samples/showcase/view/resources/messages.properties
        Commit graph MODIFY /icefaces3/branches/icefaces-3.0.x-maintenance/icefaces/ace/component/src/org/icefaces/ace/component/row/Row.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #28239 Thu Mar 08 14:58:52 MST 2012 nils.lundquist ICE-7836 - Added showcase conditional row / column grouping example. Fixed issue with variable persistence in Row and Column for grouping predicates and FacesContext.
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/datatable/DataTable.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/row/Row.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/dataTable/dataTableGrouping.xhtml
        Nils Lundquist made changes -
        Status Open [ 1 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        Hide
        Nils Lundquist added a comment - - edited

        Revision #28232
        ICE-7836 - Added showcase conditional row / column grouping example. Fixed 'before' mode for conditional row, had used == for string comparison. Added conditional row styling capability.

        Current enhancement complete. Will consider adding type based alternate rows at a later date.

        Show
        Nils Lundquist added a comment - - edited Revision #28232 ICE-7836 - Added showcase conditional row / column grouping example. Fixed 'before' mode for conditional row, had used == for string comparison. Added conditional row styling capability. Current enhancement complete. Will consider adding type based alternate rows at a later date.
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #28232 Thu Mar 08 12:45:23 MST 2012 nils.lundquist ICE-7836 - Added showcase conditional row / column grouping example. Fixed 'before' mode for conditional row, had used == for string comparison. Added conditional row styling capability.
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/datatable/DataTable.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/row/RowMeta.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/row/Row.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/datatable/DataTableRenderer.java
        Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/dataTable/DataTableGrouping.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/resources/org/icefaces/samples/showcase/view/resources/messages.properties
        Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/dataTable/dataTableGrouping.xhtml
        Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/dataTable/DataTableBean.java
        Hide
        Nils Lundquist added a comment -

        Revision #28213
        Committed by nils.lundquist
        Yesterday 2:37 PM

        ICE-7836 - Basic conditional rows implementation and fix for non-datamodel rows + column grouping rowspan sizing

        Show
        Nils Lundquist added a comment - Revision #28213 Committed by nils.lundquist Yesterday 2:37 PM ICE-7836 - Basic conditional rows implementation and fix for non-datamodel rows + column grouping rowspan sizing
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #28222 Wed Mar 07 16:16:55 MST 2012 nils.lundquist Revert: ICE-7836 - Row - Accidental commit with incorrect JIRA No.
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/datatable/DataTableRenderer.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/column/Column.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #28220 Wed Mar 07 16:09:51 MST 2012 nils.lundquist ICE-7836 - Row
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/datatable/DataTableRenderer.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/column/Column.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #28215 Wed Mar 07 15:37:11 MST 2012 nils.lundquist ICE-7836 - Basic conditional rows implementation and fix for non-datamodel rows + column grouping rowspan sizing - Fixed mangled patch
        Files Changed
        Commit graph MODIFY /icefaces3/branches/icefaces-3.0.x-maintenance/icefaces/ace/component/src/org/icefaces/ace/component/datatable/DataTableRenderer.java
        Commit graph MODIFY /icefaces3/branches/icefaces-3.0.x-maintenance/icefaces/ace/component/src/org/icefaces/ace/component/column/Column.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #28214 Wed Mar 07 14:47:18 MST 2012 nils.lundquist ICE-7836 - Basic conditional rows implementation and fix for non-datamodel rows + column grouping rowspan sizing
        Files Changed
        Commit graph MODIFY /icefaces3/branches/icefaces-3.0.x-maintenance/icefaces/ace/component/src/org/icefaces/ace/component/datatable/DataTableRenderer.java
        Commit graph MODIFY /icefaces3/branches/icefaces-3.0.x-maintenance/icefaces/ace/component/src/org/icefaces/ace/component/datatable/DataTable.java
        Commit graph MODIFY /icefaces3/branches/icefaces-3.0.x-maintenance/icefaces/ace/component/src/org/icefaces/ace/component/row/RowMeta.java
        Commit graph MODIFY /icefaces3/branches/icefaces-3.0.x-maintenance/icefaces/ace/component/src/org/icefaces/ace/component/column/Column.java
        Commit graph MODIFY /icefaces3/branches/icefaces-3.0.x-maintenance/icefaces/ace/component/src/org/icefaces/ace/component/row/Row.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #28213 Wed Mar 07 14:37:49 MST 2012 nils.lundquist ICE-7836 - Basic conditional rows implementation and fix for non-datamodel rows + column grouping rowspan sizing
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/datatable/DataTable.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/row/RowMeta.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/row/Row.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/datatable/DataTableRenderer.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/column/Column.java
        Nils Lundquist made changes -
        Field Original Value New Value
        Assignee Nils Lundquist [ nils.lundquist ]
        Nils Lundquist created issue -

          People

          • Assignee:
            Nils Lundquist
            Reporter:
            Nils Lundquist
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: