Package com._1c.g5.v8.dt.form.model
Interface IPropertyInfoProvider
- All Known Subinterfaces:
IPropertyInfoProvider.Registry
- All Known Implementing Classes:
AccountingRegisterListPropertyInfoProvider,AccountingRegisterRecordSetPropertyInfoProvider,AccumulationRegisterListPropertyInfoProvider,AccumulationRegisterRecordSetPropertyInfoProvider,AdditionColumnsPropertyInfoProvider,BusinessProcessListPropertyInfoProvider,BusinessProcessPropertyInfoProvider,BusinessProcessRoutePointPropertyInfoProvider,CalculationRegisterListPropertyInfoProvider,CalculationRegisterRecordSetPropertyInfoProvider,CatalogListPropertyInfoProvider,CatalogPropertyInfoProvider,ChartOfAccountsListPropertyInfoProvider,ChartOfAccountsPropertyInfoProvider,ChartOfCalculationTypesListPropertyInfoProvider,ChartOfCalculationTypesPropertyInfoProvider,ChartOfCharacteristicTypesListPropertyInfoProvider,ChartOfCharacteristicTypesPropertyInfoProvider,ConstantsSetPropertyInfoProvider,DataCompositionAppearanceFieldsPropertyInfoProvider,DataCompositionAvailableFieldsPropertyInfoProvider,DataCompositionConditionalAppearancePropertyInfoProvider,DataCompositionFilterPropertyInfoProvider,DataCompositionGroupFieldsPropertyInfoProvider,DataCompositionOrderPropertyInfoProvider,DataCompositionParameterPropertyInfoProvider,DataCompositionSelectedFieldsPropertyInfoProvider,DataCompositionSettingsComposerPropertyInfoProvider,DataCompositionSettingsPropertyInfoProvider,DataCompositionSettingsStructurePropertyInfoProvider,DataCompositionUserFieldsPropertyInfoProvider,DataCompositionUserSettingsPropertyInfoProvider,DataProcessorPropertyInfoProvider,DocumentJournalListPropertyInfoProvider,DocumentListPropertyInfoProvider,DocumentPropertyInfoProvider,DynamicListPropertyInfoProvider,EnumListPropertyInfoProvider,EnumPropertyInfoProvider,ExchangePlanListPropertyInfoProvider,ExchangePlanPropertyInfoProvider,ExtDimensionTypesTabularSectionPropertyInfoProvider,ExternalDataProcessorPropertyInfoProvider,ExternalDataSourceCubeListPropertyInfoProvider,ExternalDataSourceCubeRecordManagerPropertyInfoProvider,ExternalDataSourceCubeRecordSetPropertyInfoProvider,ExternalDataSourceDimensionTableListPropertyInfoProvider,ExternalDataSourceDimensionTableObjectPropertyInfoProvider,ExternalDataSourceTableListPropertyInfoProvider,ExternalDataSourceTableObjectPropertyInfoProvider,ExternalDataSourceTableRecordManagerPropertyInfoProvider,ExternalReportPropertyInfoProvider,FilterCriterionListPropertyInfoProvider,FormAttributesPropertyInfoProvider,GanttChartPropertyInfoProvider,InfoRegisterListPropertyInfoProvider,InfoRegisterRecordManagerPropertyInfoProvider,InfoRegisterRecordSetPropertyInfoProvider,PlannerPropertyInfoProvider,PropertyInfoProviderRegistryImpl,ReportPropertyInfoProvider,StandardBeginningDatePropertyInfoProvider,StandardPeriodPropertyInfoProvider,StandardTabularSectionPropertyInfoProvider,TabularSectionPropertyInfoProvider,TaskListPropertyInfoProvider,TaskPropertyInfoProvider,ValueListPropertyInfoProvider
public interface IPropertyInfoProvider
Lists of
PropertyInfo-s provider service.-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetPropertyInfo(Form form) Returns List ofPropertyInfofields for givenPropertyInfoSource.getPropertyInfo(PropertyInfo parent) Returns List ofPropertyInfofields for givenPropertyInfoSource.Set of type prefix names that are supported by the providerdefault booleanprovidesProperties(PropertyInfo parent) Checks whetherIPropertyInfoProviderprovides non-empty properties list
-
Field Details
-
FORM_PROPERTY_INFO_PROVIDER
- See Also:
-
-
Method Details
-
getProvidedTypeNames
Set of type prefix names that are supported by the provider- Returns:
- the set of type prefix names
-
getPropertyInfo
Returns List ofPropertyInfofields for givenPropertyInfoSource.- Parameters:
parent- the parentPropertyInfoSource- Returns:
- list of
PropertyInfofor given source (not null)
-
providesProperties
Checks whetherIPropertyInfoProviderprovides non-empty properties list- Parameters:
parent- the parentPropertyInfoSource- Returns:
trueif there are propertes under parent,falseotherwise
-
getPropertyInfo
Returns List ofPropertyInfofields for givenPropertyInfoSource.- Parameters:
form- the parentPropertyInfoSource- Returns:
- list of
PropertyInfofor given source (not null)
-