Interface IElementDataSourceInfoProvider

    • Field Detail

      • FORM_ELEMENT_DATA_SOURCE_INFO_PROVIDER

        static final String FORM_ELEMENT_DATA_SOURCE_INFO_PROVIDER
        It is basic provider type
        See Also:
        Constant Field Values
    • Method Detail

      • getProvidedTypeNames

        Set<String> getProvidedTypeNames()
        Returns:
        supported type id
      • getElementDataSourceInfo

        List<ElementDataSourceInfo> getElementDataSourceInfo​(Form source)
        Calculating children element
        Parameters:
        source - the Form object
        Returns:
        collection of child elements. If source has not children return empty list