You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2021/09/26 11:17:45 UTC

[isis] branch 2871-value.types.overhaul updated (f01807c -> 3cf62d1)

This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a change to branch 2871-value.types.overhaul
in repository https://gitbox.apache.org/repos/asf/isis.git.


    from f01807c  ISIS-2871: starting work on a DataTable model
     add 3cf62d1  ISIS-2871: add data column model

No new revisions were added by this update.

Summary of changes:
 .../interactions/managed/ManagedCollection.java    |  7 +----
 .../nonscalar/{DataRow.java => DataColumn.java}    | 30 +++++++++++-----------
 .../managed/nonscalar/DataTableModel.java          | 15 ++++++++---
 .../ui/components/ExcelFileModel.java              |  6 ++---
 .../ui/components/collections/TableViewFx.java     |  2 +-
 .../ui/components/collection/TableViewVaa.java     |  2 +-
 .../interact/CollectionInteractionTest.java        | 11 ++++++++
 .../model/interaction/InteractionDemo.java         |  2 ++
 .../util/interaction/DataTableTester.java          | 11 ++++++++
 9 files changed, 57 insertions(+), 29 deletions(-)
 copy core/metamodel/src/main/java/org/apache/isis/core/metamodel/interactions/managed/nonscalar/{DataRow.java => DataColumn.java} (51%)