Class UserGroupPropertyInfo

    • Constructor Detail

      • UserGroupPropertyInfo

        public UserGroupPropertyInfo​(@NotNull
                                     java.lang.String propertyName,
                                     @NotNull
                                     java.lang.String displayName,
                                     @Nullable
                                     java.lang.String placeHolder,
                                     @Nullable
                                     UserGroupPropertyLinkProvider linkProvider,
                                     @NotNull
                                     UserGroupPropertyValidator... validators)
        Constructs new property descriptor.
        Parameters:
        propertyName - name of the property
        displayName - name of the property to show in the UI
        placeHolder - text to show in UI when property value is empty
        linkProvider - provides some link for this property to show in the UI