Class UserReferenceList

  • All Implemented Interfaces:
    Serializable, Cloneable, Iterable<org.xwiki.user.UserReference>, Collection<org.xwiki.user.UserReference>, List<org.xwiki.user.UserReference>, RandomAccess

    @Unstable
    public class UserReferenceList
    extends ArrayList<org.xwiki.user.UserReference>
    Class representing a list of user references. This class is needed to declare a valid PropertyDisplayType in the macros that need a picker for multiple users.
    Since:
    3.0
    Version:
    $Id$
    See Also:
    Serialized Form
    • Constructor Detail

      • UserReferenceList

        public UserReferenceList()