ICEfaces
  1. ICEfaces
  2. ICE-7794

ace:dataTable allow app controlled definition of editing activity at the cell level

    Details

    • Type: New Feature New Feature
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 3.0
    • 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

      Adding state for ongoing editing that is specifiable to the cell level.

        Activity

        Nils Lundquist created issue -
        Arran Mccullough made changes -
        Field Original Value New Value
        Salesforce Case [5007000000KGznD]
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #27999 Thu Feb 23 11:22:05 MST 2012 nils.lundquist ICE-7794 - Editing state of CellEditors now controllable via RowState at the individual column level. Style of CellEditor and RowEditor now dynamic, TD is no longer styled during editing.
        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
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/celleditor/CellEditorRenderer.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/model/table/RowState.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/roweditor/RowEditorRenderer.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #28000 Thu Feb 23 11:36:25 MST 2012 nils.lundquist ICE-7794 - Editing state of CellEditors now controllable via RowState at the individual column level. - SImplified some now obsolete logic.
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/datatable/DataTableRenderer.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #28001 Thu Feb 23 12:06:16 MST 2012 nils.lundquist ICE-7794 - Editing state of CellEditors now controllable via RowState at the individual column level. - Fixed unresolvable generator dependency.
        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/model/table/RowState.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/roweditor/RowEditorRenderer.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #28002 Thu Feb 23 12:08:29 MST 2012 nils.lundquist ICE-7794 - Editing state of CellEditors now controllable via RowState at the individual column level by the application.
        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/model/table/RowState.java
        Commit graph MODIFY /icefaces3/branches/icefaces-3.0.x-maintenance/icefaces/ace/component/src/org/icefaces/ace/component/roweditor/RowEditorRenderer.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/celleditor/CellEditorRenderer.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #28003 Thu Feb 23 12:21:26 MST 2012 nils.lundquist ICE-7794 - Editing state of CellEditors now controllable via RowState at the individual column level. - Fixed NPE bug introduced by previous change when a column doesn't have a cellEditor.
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/roweditor/RowEditorRenderer.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #28004 Thu Feb 23 12:23:23 MST 2012 nils.lundquist ICE-7794 - Editing state of CellEditors now controllable via RowState at the individual column level by the application. - Fixing NPE error when a column doesn't contain a CellEditor component.
        Files Changed
        Commit graph MODIFY /icefaces3/branches/icefaces-3.0.x-maintenance/icefaces/ace/component/src/org/icefaces/ace/component/roweditor/RowEditorRenderer.java
        Nils Lundquist made changes -
        Assignee Nils Lundquist [ nils.lundquist ]
        Hide
        Nils Lundquist added a comment -

        revision 27999
        ICE-7794 - Editing state of CellEditors now controllable via RowState at the individual column level. Style of CellEditor and RowEditor now dynamic, TD is no longer styled during editing.

        Show
        Nils Lundquist added a comment - revision 27999 ICE-7794 - Editing state of CellEditors now controllable via RowState at the individual column level. Style of CellEditor and RowEditor now dynamic, TD is no longer styled during editing.
        Nils Lundquist made changes -
        Status Open [ 1 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #28018 Fri Feb 24 13:24:01 MST 2012 nils.lundquist ICE-7794 - Added programmatic CellEditing example to RowState showcase example. Added convenience methods to RowState & RowStateMap. Fixed bug in selection from ICE-7501 due to out of sync files.
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/datatable/DataTable.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/dataTable/DataTableRowState.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/datatable/datatable.css
        Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/dataTable/dataTableRowState.xhtml
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/model/table/RowStateMap.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/datatable/DataTableMeta.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/datatable/datatable.js
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/model/table/RowState.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/roweditor/RowEditorRenderer.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #28019 Fri Feb 24 14:14:31 MST 2012 nils.lundquist ICE-7794 - Added file missing from programmatic cell editing patch. Refactored Cell selection convenience methods.
        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/model/table/RowState.java
        Commit graph MODIFY /icefaces3/branches/icefaces-3.0.x-maintenance/icefaces/ace/component/src/org/icefaces/ace/component/roweditor/RowEditorRenderer.java
        Commit graph MODIFY /icefaces3/branches/icefaces-3.0.x-maintenance/icefaces/ace/component/resources/icefaces.ace/datatable/datatable.js
        Commit graph MODIFY /icefaces3/branches/icefaces-3.0.x-maintenance/icefaces/ace/component/src/org/icefaces/ace/model/table/RowStateMap.java
        Commit graph MODIFY /icefaces3/branches/icefaces-3.0.x-maintenance/icefaces/ace/component/resources/icefaces.ace/datatable/datatable.css
        Commit graph MODIFY /icefaces3/branches/icefaces-3.0.x-maintenance/icefaces/ace/component/src/org/icefaces/ace/component/datatable/DataTableMeta.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #28036 Mon Feb 27 11:26:44 MST 2012 nils.lundquist ICE-7794 - Added showcase cell editing example.
        Files Changed
        Commit graph MODIFY /icefaces3/branches/icefaces-3.0.x-maintenance/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/dataTable/DataTableRowState.java
        Commit graph MODIFY /icefaces3/branches/icefaces-3.0.x-maintenance/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/dataTable/dataTableRowState.xhtml
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #28037 Mon Feb 27 11:31:01 MST 2012 nils.lundquist ICE-7794 - Adjusted CellEditor padding.
        Files Changed
        Commit graph MODIFY /icefaces3/branches/icefaces-3.0.x-maintenance/icefaces/ace/component/resources/icefaces.ace/datatable/datatable.css
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #28038 Mon Feb 27 11:31:45 MST 2012 nils.lundquist ICE-7794 - Adjusted CellEditor padding.
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/datatable/datatable.css
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #28039 Mon Feb 27 11:39:59 MST 2012 nils.lundquist ICE-7794 - Adjusted CellEditor input component width to not overlap padding.
        Files Changed
        Commit graph MODIFY /icefaces3/branches/icefaces-3.0.x-maintenance/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/dataTable/dataTableRowState.xhtml
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #28128 Fri Mar 02 13:19:57 MST 2012 nils.lundquist ICE-7794 - Added row editing control pointer css.
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/datatable/datatable.css
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #28129 Fri Mar 02 13:23:02 MST 2012 nils.lundquist ICE-7794 - Added row editing control pointer css
        Files Changed
        Commit graph MODIFY /icefaces3/branches/icefaces-3.0.x-maintenance/icefaces/ace/component/resources/icefaces.ace/datatable/datatable.css
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #28139 Fri Mar 02 16:55:00 MST 2012 nils.lundquist ICE-7794 - Fixed row editing IE bug via selector rewrite, bug only occured when 'siblings' selector was used.
        Files Changed
        Commit graph MODIFY /icefaces3/branches/icefaces-3.0.x-maintenance/icefaces/ace/component/resources/icefaces.ace/datatable/datatable.js
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #28140 Fri Mar 02 17:00:49 MST 2012 nils.lundquist ICE-7794 - Fixed row editing IE bug via selector rewrite, bug only occurred when siblings selector is used.
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/datatable/datatable.js
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #28180 Tue Mar 06 07:55:30 MST 2012 nils.lundquist ICE-7794 - Fixed another instance of row editing IE bug via selector rewrite, bug only occurred when siblings selector is used.
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/datatable/datatable.js
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #28181 Tue Mar 06 07:57:17 MST 2012 nils.lundquist ICE-7794 - Fixed another instance of row editing IE7 bug via selector rewrite, bug only occurs when siblings selector is used.
        Files Changed
        Commit graph MODIFY /icefaces3/branches/icefaces-3.0.x-maintenance/icefaces/ace/component/resources/icefaces.ace/datatable/datatable.js
        Ken Fyten made changes -
        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]
        Ken Fyten made changes -
        Affects Version/s 3.0 [ 10241 ]
        Ken Fyten made changes -
        Status Resolved [ 5 ] Closed [ 6 ]

          People

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

            Dates

            • Created:
              Updated:
              Resolved: