Package com._1c.g5.v8.dt.form.model
Interface IPropertyInfoProvider.Registry
- All Superinterfaces:
IPropertyInfoProvider
- All Known Implementing Classes:
PropertyInfoProviderRegistryImpl
- Enclosing interface:
- IPropertyInfoProvider
-
Nested Class Summary
Nested classes/interfaces inherited from interface com._1c.g5.v8.dt.form.model.IPropertyInfoProvider
IPropertyInfoProvider.Registry -
Field Summary
FieldsFields inherited from interface com._1c.g5.v8.dt.form.model.IPropertyInfoProvider
FORM_PROPERTY_INFO_PROVIDER -
Method Summary
Modifier and TypeMethodDescriptionvoidaddDataInfoProvider(IPropertyInfoProvider provider) AddsIPropertyInfoProviderto registry.getPropertyInfoProvider(PropertyInfo propertyInfo) ReturnsOptionalof theIPropertyInfoProviderbooleanhasPropertyInfoProvider(PropertyInfo propertyInfo) Deprecated.Methods inherited from interface com._1c.g5.v8.dt.form.model.IPropertyInfoProvider
getPropertyInfo, getPropertyInfo, getProvidedTypeNames, providesProperties
-
Field Details
-
INSTANCE
-
-
Method Details
-
addDataInfoProvider
AddsIPropertyInfoProviderto registry.- Parameters:
provider-IPropertyInfoProviderinstance (notnull).
-
hasPropertyInfoProvider
Deprecated.Checks thatPropertyInfohasIPropertyInfoProvider- Parameters:
propertyInfo- checkingPropertyInfo, can't benull- Returns:
trueifPropertyInfohasIPropertyInfoProvider,falseotherwise
-
getPropertyInfoProvider
ReturnsOptionalof theIPropertyInfoProvider- Parameters:
propertyInfo- the property infoPropertyInfo, cannot benull- Returns:
Optionalof theIPropertyInfoProvider, nevernull
-
getPropertyInfoProvider(com._1c.g5.v8.dt.form.model.PropertyInfo)instead