Hi Marianne,
(1) In order to hide items in a collection you will have to edit inside
the collection object using @PropertyLayout [1] for each separate
parameter. Simply set hidden attribute in the annotation as "hidden":
"EVERYWHERE" so that the unwanted contents should be hidden. Please note
that there is no method to use @CollectionLayout annotation and hide
contents separately . You must go inside the Collection. (According to
my knowledge)
(2) Sequence can be set either by ordering them in the JSON layout file
or providing sequence number manually as follows[2]. You will have to do
this inside the collection object.
[1] https://isis.apache.org/guides/rgant.html#_rgant-PropertyLayout
[2]https://isis.apache.org/guides/rgant.html#_rgant-MemberGroupLayout
Best Regards,
Vishma.
On 3/7/2016 4:33 AM, Marianne Hagaseth wrote:
1) Select which of the