You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2020/06/21 14:18:15 UTC

[isis] branch ISIS-2222 updated (8860e54 -> 71e3b6b)

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

danhaywood pushed a change to branch ISIS-2222
in repository https://gitbox.apache.org/repos/asf/isis.git.


    from 8860e54  ISIS-2222: fleshes out a PrimitiveChar demo
     add 71e06b0  ISIS-2222: fleshes out a little bit more
     add 71e3b6b  ISIS-2222: further small refinements

No new revisions were added by this update.

Summary of changes:
 .../demoapp/dom/homepage/DemoHomePage.layout.xml   | 15 ++++---
 .../demoapp/dom/tooltip/TooltipDemo.layout.xml     |  1 -
 .../chars/PrimitiveChars-description.adoc          | 52 ++++++++++++++++++++--
 .../dom/types/primitive/chars/PrimitiveChars.java  | 11 ++---
 .../chars/holder/PrimitiveCharHolder.java}         | 34 +++++++-------
 .../PrimitiveCharHolder_actionReturning.java}      | 22 ++++-----
 ...rimitiveCharHolder_updateReadOnlyProperty.java} | 36 +++++++--------
 ...rHolder_updateReadOnlyPropertyWithChoices.java} | 45 ++++++++++++-------
 .../jdo/PrimitiveCharJdoEntity-description.adoc    | 30 ++++++++++++-
 .../chars/jdo/PrimitiveCharJdoEntity.java          | 34 +++-----------
 .../chars/jdo/PrimitiveCharJdoEntity.layout.xml    |  1 +
 .../vm/PrimitiveCharViewModel-description.adoc     | 34 +++++++++++++-
 .../primitive/chars/vm/PrimitiveCharViewModel.java | 47 +++++++++----------
 .../StatefulViewModelJaxbRefsEntity.layout.xml     | 15 ++++---
 .../StatefulViewModelUsingJaxb.layout.xml          | 15 ++++---
 15 files changed, 244 insertions(+), 148 deletions(-)
 copy examples/demo/domain/src/main/java/demoapp/dom/types/{uuid/UuidDemo.java => primitive/chars/holder/PrimitiveCharHolder.java} (63%)
 copy examples/demo/domain/src/main/java/demoapp/dom/types/{blob/BlobDemo_downloadLogo.java => primitive/chars/holder/PrimitiveCharHolder_actionReturning.java} (69%)
 copy examples/demo/domain/src/main/java/demoapp/dom/{mixins/legacy/MixinLegacyDemo_mixedInCollection.java => types/primitive/chars/holder/PrimitiveCharHolder_updateReadOnlyProperty.java} (63%)
 copy examples/demo/domain/src/main/java/demoapp/dom/{mixins/legacy/MixinLegacyDemo_mixedInCollection.java => types/primitive/chars/holder/PrimitiveCharHolder_updateReadOnlyPropertyWithChoices.java} (52%)