Package com._1c.g5.v8.dt.form.model
Interface IElementDataSourceInfoProvider
- All Known Subinterfaces:
IElementDataSourceInfoProvider.Registry
- All Known Implementing Classes:
ElementDataSourceInfoProvider
,ElementDataSourceInfoRegistry
,FormElementDataSourceInfoProvider
,PropertyInfoElementDataSourceInfoProvider
public interface IElementDataSourceInfoProvider
Provider for calculating specific an
ElementDataSourceInfo
objects-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Registry for aggregate all anIElementDataSourceInfoProvider
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionCalculating children elementgetElementDataSourceInfo
(Form source) Calculating children element
-
Field Details
-
FORM_ELEMENT_DATA_SOURCE_INFO_PROVIDER
It is basic provider type- See Also:
-
-
Method Details
-
getProvidedTypeNames
- Returns:
- supported type id
-
getElementDataSourceInfo
Calculating children element- Parameters:
source
- theElementDataSourceInfo
object- Returns:
- collection of child elements. If source has not children return empty list
-
getElementDataSourceInfo
Calculating children element- Parameters:
source
- theForm
object- Returns:
- collection of child elements. If source has not children return empty list
-