Uses of Class
com._1c.g5.v8.dt.dcs.settings.DcsAvailableFieldInfo
Packages that use DcsAvailableFieldInfo
Package
Description
-
Uses of DcsAvailableFieldInfo in com._1c.g5.v8.dt.dcs.settings
Methods in com._1c.g5.v8.dt.dcs.settings that return DcsAvailableFieldInfoModifier and TypeMethodDescriptionDcsAvailableFields.findField(DataCompositionField field) Get available field info by fieldMethods in com._1c.g5.v8.dt.dcs.settings with parameters of type DcsAvailableFieldInfoModifier and TypeMethodDescriptionbooleanDcsAvailableSettingsSourceForSchema.getColumnOrPointGroupPercent(DcsAvailableSettingsSourceForSchema.FieldUse use, DcsPath parentFieldPath, DcsAvailableFieldInfo fieldInfo) booleanDcsAvailableSettingsSourceForSchema.getColumnOrPointPercent(DcsAvailableSettingsSourceForSchema.FieldUse use, DcsPath parentFieldPath, DcsAvailableFieldInfo fieldInfo) booleanDcsAvailableSettingsSourceForSchema.getFieldInfo(DcsPath setupObjectPath, DcsAvailableSettingsSourceForSchema.FieldUse use, DcsPath fieldPathUnk, DcsAvailableFieldInfo fieldInfo) booleanDcsAvailableSettingsSourceForSchema.getGroupPercentInfo(DcsAvailableSettingsSourceForSchema.FieldUse use, DcsPath parentFieldPath, DcsAvailableFieldInfo fieldInfo) booleanDcsAvailableSettingsSourceForSchema.getHierarchicalPercentInfo(DcsAvailableSettingsSourceForSchema.FieldUse use, DcsPath parentFieldPath, DcsAvailableFieldInfo fieldInfo) booleanDcsAvailableSettingsSourceForSchema.getOverallPercentInfo(DcsAvailableSettingsSourceForSchema.FieldUse use, DcsPath parentFieldPath, DcsAvailableFieldInfo fieldInfo) booleanDcsAvailableSettingsSourceForSchema.getPercentInColumnOrPointHierarchy(DcsAvailableSettingsSourceForSchema.FieldUse use, DcsPath parentFieldPath, DcsAvailableFieldInfo fieldInfo) booleanDcsAvailableSettingsSourceForSchema.getPercentInRowOrSeriesHierarchy(DcsAvailableSettingsSourceForSchema.FieldUse use, DcsPath parentFieldPath, DcsAvailableFieldInfo fieldInfo) booleanDcsAvailableSettingsSourceForSchema.getRowOrSeriesGroupPercent(DcsAvailableSettingsSourceForSchema.FieldUse use, DcsPath parentFieldPath, DcsAvailableFieldInfo fieldInfo) booleanDcsAvailableSettingsSourceForSchema.getRowOrSeriesPercent(DcsAvailableSettingsSourceForSchema.FieldUse use, DcsPath parentFieldPath, DcsAvailableFieldInfo fieldInfo) Method parameters in com._1c.g5.v8.dt.dcs.settings with type arguments of type DcsAvailableFieldInfoModifier and TypeMethodDescriptionvoidDcsAvailableSettingsSourceForSchema.getChildFields(DcsPath setupObjectPath, DcsAvailableSettingsSourceForSchema.FieldUse use, DcsPath parentFieldPath, List<DcsAvailableFieldInfo> childFields, int levelCount, DcsAvailableSettingsSourceForSchema.OrderType orderType, boolean withUserFields) Get child fields (with parameters)voidDcsAvailableSettingsSourceForSchema.getChildFields(DcsPath setupObjectPath, DcsAvailableSettingsSourceForSchema.FieldUse use, DcsPath parentFieldPath, List<DcsAvailableFieldInfo> childFields, int levelCount, DcsAvailableSettingsSourceForSchema.OrderType orderType, boolean withUserFields, boolean withParameters) Get child fields -
Uses of DcsAvailableFieldInfo in com._1c.g5.v8.dt.dcs.ui.settings
Methods in com._1c.g5.v8.dt.dcs.ui.settings that return types with arguments of type DcsAvailableFieldInfoModifier and TypeMethodDescriptionIDcsSettingsProvider.getSelectedAvailableFields()Get info of selected available fields in current folderSettings.getSelectedAvailableFields()SettingsDialog.getSelectedAvailableFields() -
Uses of DcsAvailableFieldInfo in com._1c.g5.v8.dt.dcs.ui.settings.available
Fields in com._1c.g5.v8.dt.dcs.ui.settings.available with type parameters of type DcsAvailableFieldInfoModifier and TypeFieldDescriptionprotected Map<String,DcsAvailableFieldInfo> AvailableFields.availableFieldsprotected List<DcsAvailableFieldInfo>AvailableFields.selectedAvailableFieldsMethods in com._1c.g5.v8.dt.dcs.ui.settings.available that return DcsAvailableFieldInfoModifier and TypeMethodDescriptionAvailableFields.getAvailableField(String name) Получить информацию о доступном полеAvailableFieldsDialog.getSelectedFieldInfo()Get info of selected fieldMethods in com._1c.g5.v8.dt.dcs.ui.settings.available that return types with arguments of type DcsAvailableFieldInfoModifier and TypeMethodDescriptionAvailableFields.getSelectedAvailableFields()Get selected available fieldsMethods in com._1c.g5.v8.dt.dcs.ui.settings.available with parameters of type DcsAvailableFieldInfoModifier and TypeMethodDescriptionstatic voidAvailableFieldsSelectHandler.addField(IBmEditingContext editingContext, IDcsSettingsProvider settingsProvider, Object owner, DcsAvailableFieldInfo fieldInfo, int alias) Add field -
Uses of DcsAvailableFieldInfo in com._1c.g5.v8.dt.dcs.ui.settings.conditional
Fields in com._1c.g5.v8.dt.dcs.ui.settings.conditional with type parameters of type DcsAvailableFieldInfoModifier and TypeFieldDescriptionprotected Map<String,DcsAvailableFieldInfo> ConditionalAppearance.availableFieldsMethods in com._1c.g5.v8.dt.dcs.ui.settings.conditional that return DcsAvailableFieldInfoModifier and TypeMethodDescriptionConditionalAppearance.getAvailableField(String name) Get available field infoMethods in com._1c.g5.v8.dt.dcs.ui.settings.conditional that return types with arguments of type DcsAvailableFieldInfo -
Uses of DcsAvailableFieldInfo in com._1c.g5.v8.dt.dcs.ui.settings.structure
Methods in com._1c.g5.v8.dt.dcs.ui.settings.structure that return types with arguments of type DcsAvailableFieldInfo -
Uses of DcsAvailableFieldInfo in com._1c.g5.v8.dt.dcs.ui.settings.user
Fields in com._1c.g5.v8.dt.dcs.ui.settings.user with type parameters of type DcsAvailableFieldInfoModifier and TypeFieldDescriptionprotected Map<String,DcsAvailableFieldInfo> UserFields.availableFieldsMethods in com._1c.g5.v8.dt.dcs.ui.settings.user that return DcsAvailableFieldInfo -
Uses of DcsAvailableFieldInfo in com._1c.g5.v8.dt.dcs.ui.templates.dialogs
Methods in com._1c.g5.v8.dt.dcs.ui.templates.dialogs that return DcsAvailableFieldInfoModifier and TypeMethodDescriptionFieldSelectionDialog.getFieldInfo()protected DcsAvailableFieldInfoBaseFieldSelectionDialog.getViewerSelectedFieldInfo()GetDcsAvailableFieldInfoof currently selected field. -
Uses of DcsAvailableFieldInfo in com._1c.g5.v8.dt.dcs.ui.templates.util
Methods in com._1c.g5.v8.dt.dcs.ui.templates.util that return DcsAvailableFieldInfoModifier and TypeMethodDescriptionstatic DcsAvailableFieldInfoExpressionMatcher.getAvailableField(String name) GetDcsAvailableFieldInfofor respective name. -
Uses of DcsAvailableFieldInfo in com._1c.g5.v8.dt.dcs.ui.valueeditors
Methods in com._1c.g5.v8.dt.dcs.ui.valueeditors that return DcsAvailableFieldInfoModifier and TypeMethodDescriptionAvailableFieldInfoProvider.getAvailableFieldInfo(String name, DcsAvailableSettingsSourceForSchema.FieldUse use) AvailableFormItemInfoProvider.getAvailableFieldInfo(String name, DcsAvailableSettingsSourceForSchema.FieldUse use) IAvailableFieldInfoProvider.getAvailableFieldInfo(String name, DcsAvailableSettingsSourceForSchema.FieldUse use) Gets information about field.Methods in com._1c.g5.v8.dt.dcs.ui.valueeditors that return types with arguments of type DcsAvailableFieldInfoModifier and TypeMethodDescriptionAvailableFormItemInfoProvider.findAvailableFieldsInfo(String prefix, DcsAvailableSettingsSourceForSchema.FieldUse use) Finds available fields info by a path prefix.DataCompositionFilterDialog.getSelectedAvailableFields()Methods in com._1c.g5.v8.dt.dcs.ui.valueeditors with parameters of type DcsAvailableFieldInfoModifier and TypeMethodDescriptionorg.eclipse.swt.graphics.ImageAvailableFieldInfoProvider.getImage(DcsAvailableFieldInfo fieldInfo) org.eclipse.swt.graphics.ImageAvailableFormItemInfoProvider.getImage(DcsAvailableFieldInfo fieldInfo) org.eclipse.swt.graphics.ImageIAvailableFieldInfoProvider.getImage(DcsAvailableFieldInfo fieldInfo) Gets image for dcs field info. -
Uses of DcsAvailableFieldInfo in com._1c.g5.v8.dt.dcs.ui.valueeditors.settings
Methods in com._1c.g5.v8.dt.dcs.ui.valueeditors.settings that return types with arguments of type DcsAvailableFieldInfo -
Uses of DcsAvailableFieldInfo in com._1c.g5.v8.dt.form.ui.aef.swt.views
Methods in com._1c.g5.v8.dt.form.ui.aef.swt.views that return types with arguments of type DcsAvailableFieldInfoModifier and TypeMethodDescriptionFormConditionalAppearanceSettingsService.getSelectedAvailableFields()Method parameters in com._1c.g5.v8.dt.form.ui.aef.swt.views with type arguments of type DcsAvailableFieldInfoModifier and TypeMethodDescriptionvoidDcsAvailableSettingsSourceForForm.getChildFields(DcsPath setupObjectPath, DcsAvailableSettingsSourceForSchema.FieldUse use, DcsPath parentFieldPath, List<DcsAvailableFieldInfo> childFields, int levelCount, DcsAvailableSettingsSourceForSchema.OrderType orderType, boolean withUserFields) voidFormConditionalAppearanceElementsProvider.getChildFields(DcsPath setupObjectPath, DcsAvailableSettingsSourceForSchema.FieldUse use, DcsPath parentPath, List<DcsAvailableFieldInfo> childFields, int levelCount, DcsAvailableSettingsSourceForSchema.OrderType orderType, boolean withUserFields) voidFormConditionalAppearancePropertyInfoProvider.getChildFields(DcsPath setupObjectPath, DcsAvailableSettingsSourceForSchema.FieldUse use, DcsPath parentFieldPath, List<DcsAvailableFieldInfo> childFields, int levelCount, DcsAvailableSettingsSourceForSchema.OrderType orderType, boolean withUserFields) voidIFormConditionalAppearanceFieldInfoProvider.getChildFields(DcsPath setupObjectPath, DcsAvailableSettingsSourceForSchema.FieldUse use, DcsPath parentFieldPath, List<DcsAvailableFieldInfo> childFields, int levelCount, DcsAvailableSettingsSourceForSchema.OrderType orderType, boolean withUserFields) Get child fields with parameters. -
Uses of DcsAvailableFieldInfo in com._1c.g5.v8.dt.internal.form.datasourceinfo.property
Modifier and TypeClassDescriptionclassProvidesDcsAvailableFieldInfofor both extension and extended projectsMethods in com._1c.g5.v8.dt.internal.form.datasourceinfo.property that return DcsAvailableFieldInfoModifier and TypeMethodDescriptionCombinedDcsAvailableFieldInfo.getExtensionProjectFieldInfo()ReturnsDcsAvailableFieldInfofor parent projectCombinedDcsAvailableFieldInfo.getParentProjectFieldInfo()ReturnsDcsAvailableFieldInfofor extension projectConstructors in com._1c.g5.v8.dt.internal.form.datasourceinfo.property with parameters of type DcsAvailableFieldInfoModifierConstructorDescriptionCombinedDcsAvailableFieldInfo(DcsAvailableFieldInfo extensionProjectFieldInfo, DcsAvailableFieldInfo parentProjectFieldInfo) Constructs combinedDcsAvailableFieldInfo -
Uses of DcsAvailableFieldInfo in com._1c.g5.v8.dt.internal.form.ui.dynamiclist
Methods in com._1c.g5.v8.dt.internal.form.ui.dynamiclist that return types with arguments of type DcsAvailableFieldInfo