Uses of Class
com._1c.g5.aef2.standard.components.ContainerComponent
-
-
Uses of ContainerComponent in com._1c.g5.aef2.standard.components
Subclasses of ContainerComponent in com._1c.g5.aef2.standard.components Modifier and Type Class Description class
CompositeComponent<M extends IModel,P extends IParameterization>
The composite component.class
DialogComponent<M extends IModel,P extends IDialogParametrization>
The dialog component.class
FieldComponent
The field component with the label on the left and actual control on the right.class
ScrolledCompositeComponent<M extends IModel,P extends IParameterization>
The composite component which know how to scroll content.class
SectionComponent
The section component. -
Uses of ContainerComponent in com._1c.g5.aef2.standard.definitions
Methods in com._1c.g5.aef2.standard.definitions that return ContainerComponent Modifier and Type Method Description ContainerComponent<?,?>
IFieldDefinitionCustomization. createFieldComponent(String label, Object[] objects)
Create field container component.Constructor parameters in com._1c.g5.aef2.standard.definitions with type arguments of type ContainerComponent Constructor Description ContainerDefinition(Class<? extends ContainerComponent<?,?>> componentClass, IParameterization parameterization)
Creates a new instance.ManagingDefinition(Class<? extends ContainerComponent<?,?>> componentClass, IParameterization parameterization)
Creates a new instance. -
Uses of ContainerComponent in com._1c.g5.aef2.standard.definitions.components
Subclasses of ContainerComponent in com._1c.g5.aef2.standard.definitions.components Modifier and Type Class Description class
DefinitionDrivenComponent<M extends IDefinitionModel,P extends IParameterization>
The component implementation that creates sub components by definition.class
SectionDefinitionComponent
Section definition component.Methods in com._1c.g5.aef2.standard.definitions.components that return ContainerComponent Modifier and Type Method Description protected ContainerComponent<?,?>
DefinitionDrivenComponent. createFieldComponent(IDefinition definition, String label, Object[] objects)
Creates the field component for the provided definition. -
Uses of ContainerComponent in com._1c.g5.properties.ui
Subclasses of ContainerComponent in com._1c.g5.properties.ui Modifier and Type Class Description class
PropertyPaletteComponent
Special implementation ofCompositeComponent
for property palette. -
Uses of ContainerComponent in com._1c.g5.v8.dt.addin.ui.aef.components
Subclasses of ContainerComponent in com._1c.g5.v8.dt.addin.ui.aef.components Modifier and Type Class Description class
AddInUploadButtonsComponent
Add in data loading component -
Uses of ContainerComponent in com._1c.g5.v8.dt.bp.scheme.ui.aef.components
Subclasses of ContainerComponent in com._1c.g5.v8.dt.bp.scheme.ui.aef.components Modifier and Type Class Description class
AddressingAttributesComponent
Container component for addressing attributes components.class
GraphicalSchemeEventHandlerComponent
Graphical scheme item event component -
Uses of ContainerComponent in com._1c.g5.v8.dt.dcs.ui.aef.component.chart
Subclasses of ContainerComponent in com._1c.g5.v8.dt.dcs.ui.aef.component.chart Modifier and Type Class Description class
ChartAxisValueDialogComponent
DialogComponent
implementation forChartAxis
editor. -
Uses of ContainerComponent in com._1c.g5.v8.dt.dcs.ui.aef.component.chart.reference
Subclasses of ContainerComponent in com._1c.g5.v8.dt.dcs.ui.aef.component.chart.reference Modifier and Type Class Description class
DcsChartReferenceBandsDialogComponent
Dialog component forChartReferenceBands
class
DcsChartReferenceLinesDialogComponent
Dialog component forChartReferenceLines
-
Uses of ContainerComponent in com._1c.g5.v8.dt.form.ui.aef.components
Subclasses of ContainerComponent in com._1c.g5.v8.dt.form.ui.aef.components Modifier and Type Class Description class
EventHandlerCollectionComponent
The form model object event handler collection component. -
Uses of ContainerComponent in com._1c.g5.v8.dt.form.ui.chart.aef.components
Subclasses of ContainerComponent in com._1c.g5.v8.dt.form.ui.chart.aef.components Modifier and Type Class Description class
ChartColorPaletteDescriptionDialogComponent
The dialog component forChartColorPaletteDescription
class
ChartScaleDialogComponent
Chart scale dialog component. -
Uses of ContainerComponent in com._1c.g5.v8.dt.form.ui.chart.aef.components.reference
Subclasses of ContainerComponent in com._1c.g5.v8.dt.form.ui.chart.aef.components.reference Modifier and Type Class Description class
ChartReferenceBandsDialogComponent
Dialog component forChartReferenceBands
protected class
ChartReferenceBandsDialogComponent.ChartReferenceBandsGridWithToolbarComponent
class
ChartReferenceLinesDialogComponent
Dialog component for editing chart reference lines.protected class
ChartReferenceLinesDialogComponent.ReferenceLinesGridWithToolbarComponent
-
Uses of ContainerComponent in com._1c.g5.v8.dt.form.ui.chart.aef.components.trendline
Subclasses of ContainerComponent in com._1c.g5.v8.dt.form.ui.chart.aef.components.trendline Modifier and Type Class Description class
TrendlineArrayDialogComponent
Dialog component for editing series' trendlines. -
Uses of ContainerComponent in com._1c.g5.v8.dt.form.ui.wizard
Subclasses of ContainerComponent in com._1c.g5.v8.dt.form.ui.wizard Modifier and Type Class Description class
FormWizardAttributesPage
Form attributes wizard page. -
Uses of ContainerComponent in com._1c.g5.v8.dt.md.ui.aef.components
Subclasses of ContainerComponent in com._1c.g5.v8.dt.md.ui.aef.components Modifier and Type Class Description class
NavigatorTreeDialogComponent
Navigator tree dialog component. -
Uses of ContainerComponent in com._1c.g5.v8.dt.md.ui.aef.components.commonpicture
Subclasses of ContainerComponent in com._1c.g5.v8.dt.md.ui.aef.components.commonpicture Modifier and Type Class Description class
CommonPictureContentEditComponent
CommonPicture content editor component -
Uses of ContainerComponent in com._1c.g5.v8.dt.md.ui.aef.components.commonpicture.grid
Subclasses of ContainerComponent in com._1c.g5.v8.dt.md.ui.aef.components.commonpicture.grid Modifier and Type Class Description class
CommonPictureEntriesComponent
Toolbar and table component for Common picture zip-based entries -
Uses of ContainerComponent in com._1c.g5.v8.dt.md.ui.aef.components.type
Subclasses of ContainerComponent in com._1c.g5.v8.dt.md.ui.aef.components.type Modifier and Type Class Description class
TypeDescriptionComponent
The composite component that encapsulates business processing of theTypeDescription
model.class
TypeDescriptionDialogComponent
The dialog component forTypeDescription
.Methods in com._1c.g5.v8.dt.md.ui.aef.components.type that return ContainerComponent Modifier and Type Method Description protected ContainerComponent<?,?>
TypeDescriptionComponent. createLabelField(String label)
Creates label field component for the provided label text. -
Uses of ContainerComponent in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.configuration
Subclasses of ContainerComponent in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.configuration Modifier and Type Class Description class
ConfigurationStandaloneContentExchangeSettingsDialogComponent
StandaloneContentDataExchangeSettings
dialog component. -
Uses of ContainerComponent in com._1c.g5.v8.dt.md.ui.extension.aef.components
Subclasses of ContainerComponent in com._1c.g5.v8.dt.md.ui.extension.aef.components Modifier and Type Class Description class
ExtendedFieldComponent
Extended field component that showsExtendedLabelComponent
instead of original simple label component.class
ExtendedTypeDescriptionComponent
Extended type description component that shows lable and allows to change metadata property state.Methods in com._1c.g5.v8.dt.md.ui.extension.aef.components that return ContainerComponent Modifier and Type Method Description protected ContainerComponent<?,?>
ExtendedTypeDescriptionComponent. createLabelField(String labelText)
-
Uses of ContainerComponent in com._1c.g5.v8.dt.md.ui.extension.aef.definitions
Methods in com._1c.g5.v8.dt.md.ui.extension.aef.definitions that return ContainerComponent Modifier and Type Method Description ContainerComponent<?,?>
ExtendedFieldDefinition. createFieldComponent(String label, Object[] objects)
-
Uses of ContainerComponent in com._1c.g5.v8.dt.md.ui.properties.components
Subclasses of ContainerComponent in com._1c.g5.v8.dt.md.ui.properties.components Modifier and Type Class Description class
MdPropertyPaletteComponent
Implementation ofPropertyPaletteComponent
containing EDT specific logic. -
Uses of ContainerComponent in com._1c.g5.v8.dt.md.ui.wizards
Subclasses of ContainerComponent in com._1c.g5.v8.dt.md.ui.wizards Modifier and Type Class Description protected class
AbstractDependentProjectWizard.DependedRootObjectPage
Root object wizard page.class
RootObjectPage<T extends AbstractProjectWizard.WizardModel<M>,M extends MdObject>
Root object wizard page. -
Uses of ContainerComponent in com._1c.g5.v8.dt.md.ui.wizards.base.aef
Subclasses of ContainerComponent in com._1c.g5.v8.dt.md.ui.wizards.base.aef Modifier and Type Class Description class
CharacteristicsDescriptionModelNewWizardPageComponent
Component for wizard page that operates withCharacteristicsDescription
properties.class
MdModelNewWizardPageComponent<M extends IMdObjectModel>
Component for wizard page that operates withMdObject
fields.class
MdTypedModelNewWizardPageComponent<M extends IMdTypedObjectModel>
Component for wizard page that operates withMdObject
fields and with additional features which are attached by extension pointMdModelTypesExtension
.class
NewWizardPageComponent<M extends IModel>
Base class for AEF wizard page componentsclass
PredefinedAccountNewWizardPage
Component for wizard page that operates withChartOfAccountsPredefinedItem
fields.class
PredefinedCalculationTypeNewWizardPage
Component for wizard page that operates withChartOfCalculationTypesPredefinedItem
fields.class
PredefinedCharacteristicTypeNewWizardPage
Component for wizard page that operates withChartOfCharacteristicTypesPredefinedItem
fields.class
PredefinedItemNewWizardPage<M extends IPredefinedItemModel>
Component for wizard page that operates withPredefinedItem
fields.class
TypeNewWizardPageComponent
Creates page for type description selection. -
Uses of ContainerComponent in com._1c.g5.v8.dt.ui.aef.component
Subclasses of ContainerComponent in com._1c.g5.v8.dt.ui.aef.component Modifier and Type Class Description class
AbstractGridWithToolbarComponent<T extends IGridItem,ME,M extends IGridModel<ME>,P extends IParameterization>
The container component that combines toolbar and grid components.class
AbstractTabFolderComponent<M extends IModel,P extends IParameterization>
The tab folder component.class
DialogWithToolbarComponent<M extends IModel,P extends IDialogParametrization>
Dialog component with toolbar.class
GridLayoutCompositeComponent
A helper composite component withgrid layout
and a static builder.class
UnsettablePropertyFieldComponent<T>
Unsettable property field component that showsCheckedLabelComponent
instead of original simple label component.Methods in com._1c.g5.v8.dt.ui.aef.component with parameters of type ContainerComponent Modifier and Type Method Description GridLayoutCompositeComponent
GridLayoutCompositeComponent.GridLayoutCompositeComponentBuilder. create(ContainerComponent<?,?> parent)
Creates a new grid component with the layout defined by builder, adds it to the specified parent and returns it. -
Uses of ContainerComponent in com._1c.g5.v8.dt.ui.editor.aef.components
Subclasses of ContainerComponent in com._1c.g5.v8.dt.ui.editor.aef.components Modifier and Type Class Description class
DtGranularEditorPageAefComponent
Parent component for AEF granular editor page.class
DtGranularEditorPageSectionComponent
The component that implements sections in editors.
-