Package com._1c.g5.v8.dt.form.model
Interface IElementDataSourceInfoProvider
-
- All Known Subinterfaces:
IElementDataSourceInfoProvider.Registry
- All Known Implementing Classes:
ElementDataSourceInfoRegistry
public interface IElementDataSourceInfoProviderProvider for calculating specific anElementDataSourceInfoobjects
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceIElementDataSourceInfoProvider.RegistryRegistry for aggregate all anIElementDataSourceInfoProvider
-
Field Summary
Fields Modifier and Type Field Description static StringFORM_ELEMENT_DATA_SOURCE_INFO_PROVIDERIt is basic provider type
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<ElementDataSourceInfo>getElementDataSourceInfo(ElementDataSourceInfo source)Calculating children elementList<ElementDataSourceInfo>getElementDataSourceInfo(Form source)Calculating children elementSet<String>getProvidedTypeNames()
-
-
-
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
-
getElementDataSourceInfo
List<ElementDataSourceInfo> getElementDataSourceInfo(ElementDataSourceInfo source)
Calculating children element- Parameters:
source- theElementDataSourceInfoobject- Returns:
- collection of child elements. If source has not children return empty list
-
getElementDataSourceInfo
List<ElementDataSourceInfo> getElementDataSourceInfo(Form source)
Calculating children element- Parameters:
source- theFormobject- Returns:
- collection of child elements. If source has not children return empty list
-
-