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/27 08:04:10 UTC

[isis] branch 2877-compound.value.types updated (a0ff472 -> e27d049)

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 a0ff472  ISIS-2871: prepare FormExecutor for a new mode
     add 5212aef  ISIS-2877: simplify PromptFormAbstract by introducing layer of abstraction with OkCancelForm
     add 9ba712a  ISIS-2877: fixes for prev. commit
     add da8d8f1  ISIS-2877: minor polishing around PromptFormAbstract
     add ea62fd0  ISIS-2877: fixes prev. commit, also some comment
     add e27d049  ISIS-2877: collect all event topic javascript appenders into utility

No new revisions were added by this update.

Summary of changes:
 .../ui/components/ScalarPanelAbstractLegacy.java   |   6 +-
 .../wicket/model/models/ActionPromptProvider.java  |   9 +-
 .../viewer/wicket/model/models/FormExecutor.java   |  10 +-
 .../wicket/model/models/FormExecutorContext.java   |   2 +-
 .../actionprompt/ActionPromptModalWindow.java      |   7 +-
 .../components/actions/ActionParametersForm.java   |   2 +-
 .../ui/components/property/PropertyEditForm.java   |  33 +-
 .../ui/components/scalars/ScalarPanelAbstract.java |  11 +-
 .../scalars/ScalarPanelSelectAbstract.java         |   6 +-
 .../scalars/reference/ReferencePanel.java          |  10 +-
 .../widgets/linkandlabel/ActionLink.java           |  15 +-
 .../isis/viewer/wicket/ui/pages/PageAbstract.java  |  27 +-
 .../isis/viewer/wicket/ui/panels/FormAbstract.java |  18 +-
 .../wicket/ui/panels/FormExecutorDefault.java      |  43 ++-
 .../isis/viewer/wicket/ui/panels/OkCancelForm.java | 100 ++++++
 .../wicket/ui/panels/PromptFormAbstract.java       | 345 ++++++---------------
 .../org/apache/isis/viewer/wicket/ui/util/Wkt.java | 135 +++++++-
 17 files changed, 427 insertions(+), 352 deletions(-)
 create mode 100644 viewers/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/panels/OkCancelForm.java