You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by Judah Frangipane <fl...@gmail.com> on 2014/06/24 16:16:43 UTC

[Harbs/TLF-Table-Work] 2f46d0: Added new method for cell selection in ContainerCo...

  Branch: refs/heads/master
  Home:   https://github.com/Harbs/TLF-Table-Work
  Commit: 2f46d08044461c11aa8df00ac5808bf1f0c1a887
      https://github.com/Harbs/TLF-Table-Work/commit/2f46d08044461c11aa8df00ac5808bf1f0c1a887
  Author: Judah Frangipane <fl...@gmail.com>
  Date:   2014-06-24 (Tue, 24 Jun 2014)

  Changed paths:
    M flex-tlf/textLayout/src/flashx/textLayout/container/ContainerController.as
    M flex-tlf/textLayout/src/flashx/textLayout/edit/ISelectionManager.as
    M flex-tlf/textLayout/src/flashx/textLayout/edit/SelectionManager.as
    M flex-tlf/textLayout/src/flashx/textLayout/elements/TableColElement.as
    M flex-tlf/textLayout/src/flashx/textLayout/elements/TableElement.as
    M flex-tlf/textLayout/src/flashx/textLayout/elements/TableRowElement.as
    M tests/TableTest/src/TableExplorer.mxml

  Log Message:
  -----------
  Added new method for cell selection in ContainerController
Manually setting the alpha on cell selection in ContainerController. Comment out change to work on issue.
Added clearSelection to ISelectionManager
Added selectCellTextFlow in SelectionManager
Added functionality for selectCellAt, selectCells, selectRow, selectRowAt, selectRows, selectColumn, selectColumnAt and selectTable in SelectionManager
Added clearSelection to SelectionManager
Added colIndex to TableColElement
Fixed issue to where table was not set in TableColElement
Changed getCellsForRow from accepting an index to accepting a row and added getCellsForRowAt for using an index in TableElement
Added getCellsForRowAt, getCellsForColumn, getCellsForColumnAt and a few methods to get cells as array rather than vector in TableElement
Updated TableExplorer with test code for selection of table, selection of row, selection of cell, selection of cells, selection of column and clear selection in TableExplorer


  Commit: e1abf8959b702fe0aa121c8f47c3e61348ca0ea2
      https://github.com/Harbs/TLF-Table-Work/commit/e1abf8959b702fe0aa121c8f47c3e61348ca0ea2
  Author: Judah Frangipane <fl...@gmail.com>
  Date:   2014-06-24 (Tue, 24 Jun 2014)

  Changed paths:
    M flex-tlf/textLayout/src/flashx/textLayout/elements/TableElement.as
    M tests/TableTest/src/TableExplorer.mxml

  Log Message:
  -----------
  Added methods to create row and column with index and table reference in TableElement
Fixed case where rowIndex was not set on new table rows in TableElement
Added option to get randomize cells, rows and columns in TableExplorer


Compare: https://github.com/Harbs/TLF-Table-Work/compare/d90a44bb2fd4...e1abf8959b70