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/10/15 15:06:35 UTC

[isis] branch 2877-compound.value.types updated (7f07528 -> 5bd3297)

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

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


    from 7f07528  ISIS-2877: simplify LinkAndLabelFactory
     add 5bd3297  ISIS-2877: cleaning up LinkAndLabelFactory

No new revisions were added by this update.

Summary of changes:
 ...ionModelForEntity.java => ActionModelImpl.java} | 27 +++-------
 .../viewer/wicket/model/models/ActionPrompt.java   |  2 +-
 .../wicket/model/models/BookmarkTreeNode.java      |  6 +--
 .../viewer/wicket/model/models/FormExecutor.java   |  2 +-
 .../viewer/wicket/model/models/ValueModel.java     |  2 +-
 .../isis/viewer/wicket/model/models/VoidModel.java |  4 +-
 .../wicket/model/util/PageParameterUtils.java      | 15 ++++--
 .../entityactions/LinkAndLabelFactory.java         | 62 ++++++++++------------
 .../entitysimplelink/EntityLinkSimplePanel.java    |  5 --
 9 files changed, 52 insertions(+), 73 deletions(-)
 rename viewers/wicket/model/src/main/java/org/apache/isis/viewer/wicket/model/models/{ActionModelForEntity.java => ActionModelImpl.java} (87%)