Interface IPropertyInfoProvider

    • Method Detail

      • getProvidedTypeNames

        Set<String> getProvidedTypeNames()
        Set of type prefix names that are supported by the provider
        Returns:
        the set of type prefix names
      • getPropertyInfo

        List<PropertyInfo> getPropertyInfo​(Form form)
        Returns List of PropertyInfo fields for given PropertyInfoSource.
        Parameters:
        form - the parent PropertyInfoSource
        Returns:
        list of PropertyInfo for given source (not null)