Uses of Interface
com._1c.g5.aef2.components.IComponent
Packages that use IComponent
Package
Description
-
Uses of IComponent in com._1c.g5.aef2.components
Classes in com._1c.g5.aef2.components that implement IComponentModifier and TypeClassDescriptionclass
Component<M extends IModel,
P extends IParameterization> BaseIComponent
implementation.Methods in com._1c.g5.aef2.components with type parameters of type IComponentModifier and TypeMethodDescriptionprotected <C extends IComponent<?>>
CComponent.addComponent
(C component) Adds the child component.Methods in com._1c.g5.aef2.components that return IComponentModifier and TypeMethodDescriptionIComponent<?>
Component.getParent()
IComponent<?>
IComponent.getParent()
Methods in com._1c.g5.aef2.components that return types with arguments of type IComponentModifier and TypeMethodDescriptionIterable<IComponent<?>>
Component.getComponents()
Iterable<IComponent<?>>
IComponent.getComponents()
Methods in com._1c.g5.aef2.components with parameters of type IComponentModifier and TypeMethodDescriptionprotected void
Component.removeComponent
(IComponent<?> component) Removes the child component.void
Component.setParent
(IComponent<?> parent) void
IComponent.setParent
(IComponent<?> component) -
Uses of IComponent in com._1c.g5.aef2.engines
Methods in com._1c.g5.aef2.engines with parameters of type IComponentModifier and TypeMethodDescriptionEngine.createScene
(IComponent<?> component, IRenderingParameters parameters) IEngine.createScene
(IComponent<?> component, IRenderingParameters parameters) Creates the scene.Engine.showDialog
(IComponent<M> component, M model) IEngine.showDialog
(IComponent<M> component, M model) Shows a dialog. -
Uses of IComponent in com._1c.g5.aef2.models
Methods in com._1c.g5.aef2.models that return IComponentModifier and TypeMethodDescriptionIComponent<?>
IModel.getComponent()
IComponent<?>
Model.getComponent()
Methods in com._1c.g5.aef2.models with parameters of type IComponentModifier and TypeMethodDescriptionvoid
CompoundModel.setComponent
(IComponent<?> component) void
IModel.setComponent
(IComponent<?> component) Associate this model with the component.void
Model.setComponent
(IComponent<?> component) -
Uses of IComponent in com._1c.g5.aef2.scenes
Methods in com._1c.g5.aef2.scenes that return IComponentModifier and TypeMethodDescriptionIComponent<?>
ComponentSearch.IIdentifierHost.getComponent
(Object id) Returns a component with the specified identifier ornull
if no component with such identifier is known to the host.IComponent<?>
IScene.getComponent()
Returns the root component of this scene.final IComponent<?>
Scene.getComponent()
Methods in com._1c.g5.aef2.scenes that return types with arguments of type IComponentModifier and TypeMethodDescriptionStream<IComponent<?>>
IComponentSearchProvider.find
(IComponent<?> rootComponent, Object query) Searches for components using a query in the component tree defined by a root component.Methods in com._1c.g5.aef2.scenes with parameters of type IComponentModifier and TypeMethodDescriptionboolean
ComponentSearch.ComponentPredicate.applies
(IComponent<?> component) Evaluates the predicate on a given component.IScene.clearState
(IComponent<?> component) Clears state for the givencomponent
.Scene.clearState
(IComponent<?> component) void
IScene.commit
(IComponent<?> component) Commits the model for the given component.void
Scene.commit
(IComponent<?> component) Stream<IComponent<?>>
IComponentSearchProvider.find
(IComponent<?> rootComponent, Object query) Searches for components using a query in the component tree defined by a root component.ComponentSearch.IIdentifierHost.getId
(IComponent<?> component) Returns an identifier for the specified component ornull
if not applicableIComponentSearchProvider.getQuery
(IComponent<?> rootComponent, IComponent<?> component) Returns a query object representing a given component.IComponentSearchProvider.IComponentQueryMatcher.getQuery
(IComponent<?> rootComponent, IComponent<?> component) Returns a query for a given component relative to a given parent component that will be recognized by this matcher.IScene.getState
(IComponent<?> component) Returns the current state for the givencomponent
.Scene.getState
(IComponent<?> component) void
IScene.handleComponentEvent
(IComponent<?> component, IEvent event) Notifies the scene that a component-specific event has happened.void
Scene.handleComponentEvent
(IComponent<?> component, IEvent event) boolean
IComponentSearchProvider.IComponentQueryMatcher.matches
(IComponent<?> component, Object query) Returnstrue
if a given component matches a given query,false
otherwise.IScene.putState
(IComponent<?> component, IState state) Puts the specifiedstate
for the givencomponent
.Scene.putState
(IComponent<?> component, IState state) void
IScene.refresh
(IComponent<?> component) Refreshes this scene's subtree presentation starting at the given component.void
Scene.refresh
(IComponent<?> component) void
IScene.setComponent
(IComponent<?> component) Sets the root component of this scene.void
Scene.setComponent
(IComponent<?> component) Constructor parameters in com._1c.g5.aef2.scenes with type arguments of type IComponentModifierConstructorDescriptionComponentPredicate
(Predicate<IComponent<?>> predicate) Constructs a new component predicate. -
Uses of IComponent in com._1c.g5.aef2.standard.components
Classes in com._1c.g5.aef2.standard.components that implement IComponentModifier and TypeClassDescriptionclass
AbstractControlComponent<M extends IModel,
P extends IParameterization, V extends ControlViewModel> The basic class for all control components.class
Component for big decimal spinner.class
The button component.class
CheckableLabelComponent<M,
VM extends CheckableLabelViewModel> Checkable label component that shows lable and checkbox.class
The SWT checkbox component.class
The combo component.class
ComboLabelComponent<M,
VM extends ComboLabelViewModel> Combo label component that shows lable and picture expanded as combo.class
CompositeComponent<M extends IModel,
P extends IParameterization> The composite component.class
ContainerComponent<M extends IModel,
P extends IParameterization> The container component.class
DialogComponent<M extends IModel,
P extends IDialogParametrization> The dialog component.class
Component for double spinner.class
The field component with the label on the left and actual control on the right.class
The image button component.class
The label component.class
LinkComponent<M extends IModel>
The link component.class
Component for long spinner.class
The radio group component.final class
ScrolledCompositeComponent<M extends IModel,
P extends IParameterization> The composite component which know how to scroll content.class
The section component.class
Separator component.class
Component that manages the integer model as the one value of the allowed value set.class
StandardComponent<M extends IModel,
P extends IParameterization> BaseIComponent
class for all of the components that use EMF-basedControlViewModel
implementation.class
The text component.Methods in com._1c.g5.aef2.standard.components with type parameters of type IComponentModifier and TypeMethodDescription<C extends IComponent<?>>
CContainerComponent.addComponent
(C component) Methods in com._1c.g5.aef2.standard.components with parameters of type IComponentModifier and TypeMethodDescriptionvoid
DialogComponent.setChildActive
(IComponent<?> component) Given a child component, sets its first view model as the active view model of the dialog. -
Uses of IComponent in com._1c.g5.aef2.standard.definitions
Methods in com._1c.g5.aef2.standard.definitions that return IComponentModifier and TypeMethodDescriptionAbstractDefinition.createComponent
(Object[] objects) IComponent<?>
IComponentFactory.createComponent
(Object[] objects) Creates a component with the specified EObjects as input.Methods in com._1c.g5.aef2.standard.definitions that return types with arguments of type IComponentModifier and TypeMethodDescriptionClass<? extends IComponent<?>>
AbstractDefinition.getComponentClass()
Class<? extends IComponent<?>>
IDefinition.getComponentClass()
Returns the class of the component that was created using this definition last time.Method parameters in com._1c.g5.aef2.standard.definitions with type arguments of type IComponentModifier and TypeMethodDescriptionstatic Constructor<?>
AbstractDefinition.getConstructor
(Class<? extends IComponent<?>> classCandidate, IParameterization parameterizationCandidate, boolean logWarnings) For aIComponent
class, returns a suitable constructor taking a given parameterization as the single argument.void
AbstractDefinition.setComponentClass
(Class<? extends IComponent<?>> componentClass) Sets the class of the component.Constructor parameters in com._1c.g5.aef2.standard.definitions with type arguments of type IComponentModifierConstructorDescriptionprotected
AbstractDefinition
(IDefinitionIdentifier id, Class<? extends IComponent<?>> componentClass) Creates a new instance with void parameterization.protected
AbstractDefinition
(IDefinitionIdentifier id, Class<? extends IComponent<?>> componentClass, IParameterization parameterization) Creates a new instance.FieldDefinition
(Class<? extends IComponent<?>> componentClass, IParameterization parameterization, String label, org.eclipse.emf.databinding.FeaturePath... paths) Creates a new instance with the specified arguments.FieldDefinition
(Class<? extends IComponent<?>> componentClass, IParameterization parameterization, String label, org.eclipse.emf.ecore.EStructuralFeature... features) Creates a new instance with the single feature path defined by its features.LabeledDefinition
(IDefinitionIdentifier id, Class<? extends IComponent<?>> componentClass, IParameterization parameterization, String label) Creates a new instance with the given arguments.OperationFieldDefinition
(Class<? extends IComponent<?>> componentClass, IParameterization parameterization, String label, org.eclipse.emf.ecore.EOperation operation) Creates a new instance.StringFieldDefinition
(Class<? extends IComponent<?>> componentClass, IParameterization parameterization, String label, String stringIdentifier) Creates a new definition. -
Uses of IComponent in com._1c.g5.aef2.standard.definitions.builders
Fields in com._1c.g5.aef2.standard.definitions.builders with type parameters of type IComponentModifier and TypeFieldDescriptionClass<? extends IComponent<?>>
SectionDefinitionBuilder.ComponentParameterizationInfo.componentClass
The component class.Method parameters in com._1c.g5.aef2.standard.definitions.builders with type arguments of type IComponentModifier and TypeMethodDescriptionSectionDefinitionBuilder.component
(Class<? extends IComponent> componentClass, IParameterization parameterization) A convenience wrapper forSetupDefinitionBuilder.component(Class, IParameterization)
.SetupDefinitionBuilder.component
(Class<? extends IComponent> componentClass, IParameterization parameterization) Sets the class of component and corresponding parameterization.protected IDefinition
SectionDefinitionBuilder.fieldDefinition
(Class<? extends IComponent<?>> componentClass, IParameterization parameterization, String label, org.eclipse.emf.databinding.FeaturePath... featurePaths) Cretets field definition for the provided parameters.protected static SectionDefinitionBuilder.ComponentParameterizationInfo
SectionDefinitionBuilder.info
(Class<? extends IComponent<?>> componentClass, IParameterization parameterization) BuildsSectionDefinitionBuilder.ComponentParameterizationInfo
with the given parameters and returns it.protected IDefinition
SectionDefinitionBuilder.labeledDefinition
(Class<? extends IComponent<?>> componentClass, IParameterization parameterization, String label, IDefinitionIdentifier definitionIdentifier) Cretets labeled definition for the provided parameters.protected IDefinition
SectionDefinitionBuilder.operationFieldDefinition
(Class<? extends IComponent<?>> componentClass, IParameterization parameterization, String label, org.eclipse.emf.ecore.EOperation operation) Cretets operation field definition for the provided parameters.protected IDefinition
SectionDefinitionBuilder.stringIdDefiniton
(Class<? extends IComponent<?>> componentClass, IParameterization parameterization, String label, String stringId) Cretets string identified field definition for the provided parameters. -
Uses of IComponent in com._1c.g5.aef2.standard.definitions.components
Subinterfaces of IComponent in com._1c.g5.aef2.standard.definitions.componentsModifier and TypeInterfaceDescriptioninterface
IManagingComponent<M extends IManagingModel>
This interface should be implemented by the root component that corresponds toIManagingDefinition
.Classes in com._1c.g5.aef2.standard.definitions.components that implement IComponentModifier and TypeClassDescriptionclass
DefinitionDrivenComponent<M extends IDefinitionModel,
P extends IParameterization> The component implementation that creates sub components by definition.class
Section definition component.Methods in com._1c.g5.aef2.standard.definitions.components that return IComponentModifier and TypeMethodDescriptionIComponent<?>
DefinitionDrivenComponent.getComponent
(Object id) Methods in com._1c.g5.aef2.standard.definitions.components with parameters of type IComponent -
Uses of IComponent in com._1c.g5.aef2.standard.definitions.rules
Methods in com._1c.g5.aef2.standard.definitions.rules with parameters of type IComponentModifier and TypeMethodDescriptionvoid
CompositeRuleResultProcessor.process
(IComponent<?> component, IDefinition componentDefinition, IRuleResult oldRuleResult, IRuleResult newRuleResult) void
IRuleResultProcessor.process
(IComponent<?> component, IDefinition componentDefinition, IRuleResult oldRuleResult, IRuleResult newRuleResult) Processes the givenoldRuleResult
andnewRuleResult
for the specifiedcomponent
and correspondingcomponentDefinition
.void
StandardComponentRuleResultProcessor.process
(IComponent<?> component, IDefinition definition, IRuleResult oldRuleResult, IRuleResult newRuleResult) -
Uses of IComponent in com._1c.g5.aef2.standard.models
Methods in com._1c.g5.aef2.standard.models with parameters of type IComponentModifier and TypeMethodDescriptionvoid
ViewModelList.setComponent
(IComponent<?> component) void
ViewModelValue.setComponent
(IComponent<?> component) -
Uses of IComponent in com._1c.g5.aef2.standard.validation
Classes in com._1c.g5.aef2.standard.validation with type parameters of type IComponentModifier and TypeClassDescriptionclass
AbstractExternalValidationSupport<T extends IComponent<? extends IModel>,
EVR> Provides the external validation support for components. -
Uses of IComponent in com._1c.g5.properties.ui
Classes in com._1c.g5.properties.ui that implement IComponentModifier and TypeClassDescriptionclass
Special implementation ofCompositeComponent
for property palette. -
Uses of IComponent in com._1c.g5.v8.dt.addin.ui.aef.components
Classes in com._1c.g5.v8.dt.addin.ui.aef.components that implement IComponent -
Uses of IComponent in com._1c.g5.v8.dt.bp.scheme.ui.aef.components
Classes in com._1c.g5.v8.dt.bp.scheme.ui.aef.components that implement IComponentModifier and TypeClassDescriptionclass
Container component for addressing attributes components.class
Graphical scheme item event componentclass
Component forGraphicalSchemeLine
.class
Special implementation ofPictureSelectionComponent
forGraphicalSchemePicture
class
VersionedEnumComponent
implementation for feature withGraphicalSchemePictureStyle
type.class
Component for event handler selection. -
Uses of IComponent in com._1c.g5.v8.dt.bp.scheme.ui.aef.descriptors
Methods in com._1c.g5.v8.dt.bp.scheme.ui.aef.descriptors that return IComponentModifier and TypeMethodDescriptionIComponent<?>
GraphicalSchemeFigureDescriptor.GraphicalSchemePictureComponentFactory.createComponent
(Object[] arg) IComponent<?>
GraphicalSchemeItemDescriptor.GraphicalSchemeLineComponentFactory.createComponent
(Object[] arg0) -
Uses of IComponent in com._1c.g5.v8.dt.dcs.ui.aef.component.chart
Classes in com._1c.g5.v8.dt.dcs.ui.aef.component.chart that implement IComponent -
Uses of IComponent in com._1c.g5.v8.dt.dcs.ui.aef.component.chart.reference
Classes in com._1c.g5.v8.dt.dcs.ui.aef.component.chart.reference that implement IComponentModifier and TypeClassDescriptionclass
Grid component forChartReferenceBand
class
Dialog component forChartReferenceBands
class
Grid component forChartReferenceLine
.class
Dialog component forChartReferenceLines
-
Uses of IComponent in com._1c.g5.v8.dt.dcs.ui.valueeditors
Methods in com._1c.g5.v8.dt.dcs.ui.valueeditors that return IComponentModifier and TypeMethodDescriptionprotected IComponent<IChartReferenceBandGridModel>
ChartReferenceBandsValueEditor.getComponent()
Methods in com._1c.g5.v8.dt.dcs.ui.valueeditors with parameters of type IComponentModifier and TypeMethodDescriptionprotected <T extends IModel>
voidAefValueEditorBase.openDialog
(IComponent<T> component, T model, Consumer<T> onSuccessConsumer) Creates dialog. -
Uses of IComponent in com._1c.g5.v8.dt.form.internal.ui.aef.components
Classes in com._1c.g5.v8.dt.form.internal.ui.aef.components that implement IComponentModifier and TypeClassDescriptionclass
Component forAdditionSource
Indirectly affects type of AdditionSourceclass
ManagedFormAdditionType
type component.class
The component of sets the data path in button with parameterized command.class
TheIComponent
forInputFieldExtInfo.getChoiceForm()
feature.class
The form choice list component.class
The component for choosing command inButton
.class
Conditional appearance component.class
The component forCheckBoxKind
.class
The versioned component for children alignmentFormChildrenAlign
.class
The versioned enum component forFormChildrenGroup
.class
The form choice parameter links component.class
Form conditional appearance component.class
FormItem type component.class
The component forFormPagesRepresentation
.class
The compontent for form type link.class
The versioned enum component forUsualGroupBehavior
.class
TheGroupListComponent
for a dynamic list form.class
The component forSearchStringLocation
filters combo items depending on the context.class
The component which shows scroll bar property for the form spreadsheet document.class
The table name selection component.class
The table name selection component.class
The combo component that allows to select groups for 'user settings group' features.class
User visibility component. -
Uses of IComponent in com._1c.g5.v8.dt.form.internal.ui.aef.components.choicelist
Classes in com._1c.g5.v8.dt.form.internal.ui.aef.components.choicelist that implement IComponentModifier and TypeClassDescriptionclass
The dialog component for 'choice list' feature.class
The choice list dialog content component.class
The grid component for choice list.Methods in com._1c.g5.v8.dt.form.internal.ui.aef.components.choicelist that return IComponentModifier and TypeMethodDescriptionprotected IComponent<?>
ChoiceListGridComponent.createComponent
(GridColumnViewModel column, FormChoiceListDesTimeValue object) -
Uses of IComponent in com._1c.g5.v8.dt.form.internal.ui.aef.components.datapath
Classes in com._1c.g5.v8.dt.form.internal.ui.aef.components.datapath that implement IComponent -
Uses of IComponent in com._1c.g5.v8.dt.form.internal.ui.aef.components.valuelist
Classes in com._1c.g5.v8.dt.form.internal.ui.aef.components.valuelist that implement IComponentModifier and TypeClassDescriptionclass
The mobile command bar elements dialog component.class
The mobile command bar elements dialog content component.class
The grid component for mobile command bar elements.class
The component opens the list of mobile command bar's elements.Methods in com._1c.g5.v8.dt.form.internal.ui.aef.components.valuelist that return IComponentModifier and TypeMethodDescriptionprotected IComponent<?>
MobileCommandBarElementsGridComponent.createComponent
(GridColumnViewModel column, ValueListItem object) -
Uses of IComponent in com._1c.g5.v8.dt.form.ui.aef.components
Classes in com._1c.g5.v8.dt.form.ui.aef.components that implement IComponentModifier and TypeClassDescriptionclass
The form model object event handler collection component.class
The form command set component.class
The handler selection component.class
Tree selection component for form dynamic list attribute main table whose selected objects areTreePath
in order to support selection within collapsed treeclass
Min (max) value component forNumberValue
class
The component opens page for chart editing.class
The component opens page for dendrogram editing.class
OpenEditorInFormByLinkComponent<M extends IFormValue<? extends org.eclipse.emf.ecore.EObject,
? extends org.eclipse.emf.ecore.EObject>> The component opens additional editor page in a form editor.class
The component opens page for gantt chart editing.class
OpenGeographicalSchemaEditorInFormByLinkComponent<M extends IFormValue<? extends org.eclipse.emf.ecore.EObject,
? extends org.eclipse.emf.ecore.EObject>> The component opens additional geographical schema editor page in a form editor.class
OpenGraphicalSchemeEditorInFormByLinkComponent<M extends IFormValue<? extends org.eclipse.emf.ecore.EObject,
? extends org.eclipse.emf.ecore.EObject>> The component opens additional graphical scheme editor page in a form editor.class
Open moxel (spreadsheet) editor by link componentMethods in com._1c.g5.v8.dt.form.ui.aef.components that return IComponentModifier and TypeMethodDescriptionIComponent<?>
EventHandlerCollectionComponent.getComponent
(Object id) Methods in com._1c.g5.v8.dt.form.ui.aef.components with parameters of type IComponent -
Uses of IComponent in com._1c.g5.v8.dt.form.ui.aef.components.datapath
Classes in com._1c.g5.v8.dt.form.ui.aef.components.datapath that implement IComponent -
Uses of IComponent in com._1c.g5.v8.dt.form.ui.chart.aef.components
Classes in com._1c.g5.v8.dt.form.ui.chart.aef.components that implement IComponentModifier and TypeClassDescriptionclass
The dialog component forChartColorPaletteDescription
class
Chart scale dialog component.class
Component for interval's lower or upper bound.class
Open time scale editor by link component -
Uses of IComponent in com._1c.g5.v8.dt.form.ui.chart.aef.components.reference
Classes in com._1c.g5.v8.dt.form.ui.chart.aef.components.reference that implement IComponentModifier and TypeClassDescriptionclass
Grid component forChartReferenceBand
class
Dialog component forChartReferenceBands
protected class
class
Grid component forChartReferenceLine
.class
Dialog component for editing chart reference lines.protected class
Methods in com._1c.g5.v8.dt.form.ui.chart.aef.components.reference that return IComponentModifier and TypeMethodDescriptionprotected IComponent<?>
ChartReferenceBandGridComponent.createComponent
(GridColumnViewModel column, IndexedChartReferenceBand element) protected IComponent<?>
ChartReferenceLineGridComponent.createComponent
(GridColumnViewModel column, IndexedChartReferenceLine element) -
Uses of IComponent in com._1c.g5.v8.dt.form.ui.chart.aef.components.trendline
Classes in com._1c.g5.v8.dt.form.ui.chart.aef.components.trendline that implement IComponentModifier and TypeClassDescriptionclass
Dialog component for editing series' trendlines. -
Uses of IComponent in com._1c.g5.v8.dt.form.ui.internal.chart.aef.components
Classes in com._1c.g5.v8.dt.form.ui.internal.chart.aef.components that implement IComponentModifier and TypeClassDescriptionclass
Component forIChartAxisModel
.class
Component forIChartPointModel
.class
Component forIChartSeriesModel
.class
Component forChartLabelLocation
.class
Component forChartLabelType
.class
Chart line selection component.class
Component to manage optional integer chart properties with predefined valuesclass
Component forChartType
.class
Component for chart custom color palette.class
The gantt chart background intervals component.class
The gantt chart background intervals grid component.class
The gantt chart settings dialog component.class
Component forIGanttChartTimeScaleLevelModel
.class
Component forGaugeChartQualityBands
.class
Dialog component for editing chart's quality bands.class
Grid component forGaugeChartQualityBands
.class
Component forMarkerType
.class
Open gantt chart settings editor by link componentclass
Component for real stock series property of aChart
.class
Component for real stock series property of aChart
.class
Editable combo component which works with couples of String-Integer.Methods in com._1c.g5.v8.dt.form.ui.internal.chart.aef.components that return IComponentModifier and TypeMethodDescriptionprotected IComponent<?>
GanttChartBackgroundIntervalsGridComponent.createComponent
(GridColumnViewModel column, GanttChartBackgroundInterval element) protected IComponent<?>
GaugeChartQualityBandsGridComponent.createComponent
(GridColumnViewModel column, GaugeChartQualityBand element) -
Uses of IComponent in com._1c.g5.v8.dt.form.ui.internal.chart.aef.components.chartscale
Classes in com._1c.g5.v8.dt.form.ui.internal.chart.aef.components.chartscale that implement IComponent -
Uses of IComponent in com._1c.g5.v8.dt.form.ui.internal.chart.aef.components.colorpalettedescription
Classes in com._1c.g5.v8.dt.form.ui.internal.chart.aef.components.colorpalettedescription that implement IComponent -
Uses of IComponent in com._1c.g5.v8.dt.form.ui.internal.chart.aef.components.labelarea
Classes in com._1c.g5.v8.dt.form.ui.internal.chart.aef.components.labelarea that implement IComponentModifier and TypeClassDescriptionclass
Label area component.class
Label area dialog component. -
Uses of IComponent in com._1c.g5.v8.dt.form.ui.internal.chart.aef.components.reference
Classes in com._1c.g5.v8.dt.form.ui.internal.chart.aef.components.reference that implement IComponentModifier and TypeClassDescriptionclass
AbstractChartReferenceGridComponent<T extends IGridItem,
ME, M extends IGridModel<ME>, RT extends org.eclipse.emf.ecore.EObject> Grid component for chart reference line / band.class
Component forChartReferenceBands
.class
Component forChartReferenceLine
Methods in com._1c.g5.v8.dt.form.ui.internal.chart.aef.components.reference that return IComponentModifier and TypeMethodDescriptionprotected IComponent<?>
AbstractChartReferenceGridComponent.createEnumComponent
(IndexedChartReference<RT> element, org.eclipse.emf.ecore.EStructuralFeature feature, org.eclipse.emf.ecore.EEnum eEnum) Creates enum component.protected IComponent<?>
AbstractChartReferenceGridComponent.createSpinnerComponent
(IndexedChartReference<RT> element, org.eclipse.emf.ecore.EStructuralFeature feature) Creates spinner component.protected IComponent<?>
AbstractChartReferenceGridComponent.createTextComponent
(IndexedChartReference<RT> element, org.eclipse.emf.ecore.EStructuralFeature feature) Creates text component. -
Uses of IComponent in com._1c.g5.v8.dt.form.ui.internal.chart.aef.components.timescale
Classes in com._1c.g5.v8.dt.form.ui.internal.chart.aef.components.timescale that implement IComponentModifier and TypeClassDescriptionclass
Create time scale dialog.class
The time scale labels component.
It aggregates grid component with toolbar.class
The time scale labels dialog component.final class
The component forTimeScaleLabels.getLabels()
selection.class
The time scale labels grid component.class
The time scale levels component.class
The time scale levels grid component.Methods in com._1c.g5.v8.dt.form.ui.internal.chart.aef.components.timescale that return IComponentModifier and TypeMethodDescriptionprotected IComponent<?>
TimeScaleLabelsGridComponent.createComponent
(GridColumnViewModel column, TimeScaleLabel element) protected IComponent<?>
TimeScaleLevelsGridComponent.createComponent
(GridColumnViewModel column, TimeScaleLevel element) -
Uses of IComponent in com._1c.g5.v8.dt.form.ui.internal.chart.aef.components.trendline
Classes in com._1c.g5.v8.dt.form.ui.internal.chart.aef.components.trendline that implement IComponentModifier and TypeClassDescriptionclass
Component forTrendlineArray
.class
Grid component forTrendlineArray
.Methods in com._1c.g5.v8.dt.form.ui.internal.chart.aef.components.trendline that return IComponentModifier and TypeMethodDescriptionprotected IComponent<?>
TrendlineArrayGridComponent.createComponent
(GridColumnViewModel column, IndexedTrendline element) -
Uses of IComponent in com._1c.g5.v8.dt.form.ui.internal.planner.aef.components
Classes in com._1c.g5.v8.dt.form.ui.internal.planner.aef.components that implement IComponentModifier and TypeClassDescriptionclass
Open planner dimensions editor by link componentclass
The planner dimensions component.class
The planner dimensions dialog component.final class
The planner dimensions grid component.Methods in com._1c.g5.v8.dt.form.ui.internal.planner.aef.components that return IComponentModifier and TypeMethodDescriptionprotected IComponent<?>
PlannerDimensionsGridComponent.createComponent
(GridColumnViewModel column, org.eclipse.emf.ecore.EObject object) -
Uses of IComponent in com._1c.g5.v8.dt.form.ui.wizard
Classes in com._1c.g5.v8.dt.form.ui.wizard that implement IComponent -
Uses of IComponent in com._1c.g5.v8.dt.geographicalschema.ui.internal.aef.models
Classes in com._1c.g5.v8.dt.geographicalschema.ui.internal.aef.models that implement IComponentModifier and TypeClassDescriptionclass
The component for geographical coordinates selection.class
Layers items component.class
Legend elements component. -
Uses of IComponent in com._1c.g5.v8.dt.internal.aggregates.ui.aef
Classes in com._1c.g5.v8.dt.internal.aggregates.ui.aef that implement IComponentModifier and TypeClassDescriptionclass
The aggregates table based component -
Uses of IComponent in com._1c.g5.v8.dt.internal.binary.ui.aef.components
Classes in com._1c.g5.v8.dt.internal.binary.ui.aef.components that implement IComponentModifier and TypeClassDescriptionclass
The component for embedding in granular editor page for binaryTemplate
object. -
Uses of IComponent in com._1c.g5.v8.dt.internal.form.ui.dynamiclist.aef.components
Classes in com._1c.g5.v8.dt.internal.form.ui.dynamiclist.aef.components that implement IComponentModifier and TypeClassDescriptionclass
The component for dynamic list query text. -
Uses of IComponent in com._1c.g5.v8.dt.internal.form.ui.extension.properties.aef.components
Classes in com._1c.g5.v8.dt.internal.form.ui.extension.properties.aef.components that implement IComponentModifier and TypeClassDescriptionclass
The extension form data path component.class
The form extension command handler collection component.class
EventHandlerCollectionComponent
extension for form extensions.class
HandlerSelectionComponent
extension with ability to create event handlers for form extension elements.Methods in com._1c.g5.v8.dt.internal.form.ui.extension.properties.aef.components that return IComponentModifier and TypeMethodDescriptionIComponent<?>
CommandActionComponentFactory.createComponent
(Object[] objects) IComponent<?>
EventHandlerCollectionComponentFactory.createComponent
(Object[] objects) -
Uses of IComponent in com._1c.g5.v8.dt.internal.md.ui.aef.mobileapplicationurls
Classes in com._1c.g5.v8.dt.internal.md.ui.aef.mobileapplicationurls that implement IComponentModifier and TypeClassDescriptionclass
MobileApplicationUrl
s dialog component.class
MobileApplicationUrl
table component. -
Uses of IComponent in com._1c.g5.v8.dt.internal.md.ui.aef.mobilefunctionality
Classes in com._1c.g5.v8.dt.internal.md.ui.aef.mobilefunctionality that implement IComponentMethods in com._1c.g5.v8.dt.internal.md.ui.aef.mobilefunctionality that return IComponentModifier and TypeMethodDescriptionIComponent<?>
UsedMobileApplicationFunctionalitiesDialogComponent.getComponent
(Object id) Methods in com._1c.g5.v8.dt.internal.md.ui.aef.mobilefunctionality with parameters of type IComponentModifier and TypeMethodDescriptionUsedMobileApplicationFunctionalitiesDialogComponent.getId
(IComponent<?> component) -
Uses of IComponent in com._1c.g5.v8.dt.internal.md.ui.aef.requiredpermissions
Classes in com._1c.g5.v8.dt.internal.md.ui.aef.requiredpermissions that implement IComponentModifier and TypeClassDescriptionclass
Required permissions dialog component. -
Uses of IComponent in com._1c.g5.v8.dt.internal.md.ui.aef.websocketclientheaders
Classes in com._1c.g5.v8.dt.internal.md.ui.aef.websocketclientheaders that implement IComponentModifier and TypeClassDescriptionclass
WebSocketClient
headers dialog component.class
WebSocketClient
headers table component. -
Uses of IComponent in com._1c.g5.v8.dt.internal.md.ui.editors.catalog
Classes in com._1c.g5.v8.dt.internal.md.ui.editors.catalog that implement IComponentModifier and TypeClassDescriptionclass
Catalog owners page component.class
The catalog subordination use component. -
Uses of IComponent in com._1c.g5.v8.dt.internal.md.ui.editors.chartofcalculationtypes
Classes in com._1c.g5.v8.dt.internal.md.ui.editors.chartofcalculationtypes that implement IComponentModifier and TypeClassDescriptionclass
The enum radio group component for 'dependenceOnCalculationTypes' featureChartOfCalculationTypes
. -
Uses of IComponent in com._1c.g5.v8.dt.internal.md.ui.editors.document
Classes in com._1c.g5.v8.dt.internal.md.ui.editors.document that implement IComponentModifier and TypeClassDescriptionclass
Document editor journals page component.class
DocumentEditorSequencesPage
component. -
Uses of IComponent in com._1c.g5.v8.dt.internal.md.ui.editors.filtercriterion
Classes in com._1c.g5.v8.dt.internal.md.ui.editors.filtercriterion that implement IComponentModifier and TypeClassDescriptionclass
Filter criterion editor content page component. -
Uses of IComponent in com._1c.g5.v8.dt.internal.md.ui.editors.functionaloption
Classes in com._1c.g5.v8.dt.internal.md.ui.editors.functionaloption that implement IComponentModifier and TypeClassDescriptionclass
Functional option editor content page component. -
Uses of IComponent in com._1c.g5.v8.dt.internal.md.ui.editors.functionaloptionsparameter
Classes in com._1c.g5.v8.dt.internal.md.ui.editors.functionaloptionsparameter that implement IComponentModifier and TypeClassDescriptionclass
Functional option parameter editor use component. -
Uses of IComponent in com._1c.g5.v8.dt.internal.md.ui.editors.pages.cattributes
Classes in com._1c.g5.v8.dt.internal.md.ui.editors.pages.cattributes that implement IComponentModifier and TypeClassDescriptionclass
NavigatorTableComponent
extension to show and edit common attributes in granular editor data page. -
Uses of IComponent in com._1c.g5.v8.dt.internal.md.ui.editors.pages.characteristics
Classes in com._1c.g5.v8.dt.internal.md.ui.editors.pages.characteristics that implement IComponentModifier and TypeClassDescriptionclass
Characteristics table component. -
Uses of IComponent in com._1c.g5.v8.dt.internal.md.ui.editors.pages.functionaloptions
Classes in com._1c.g5.v8.dt.internal.md.ui.editors.pages.functionaloptions that implement IComponentModifier and TypeClassDescriptionclass
DtGranularEditorFunctionalOptionsPage
md-object content component.class
DtGranularEditorFunctionalOptionsPage
component. -
Uses of IComponent in com._1c.g5.v8.dt.internal.md.ui.editors.pages.generation
Classes in com._1c.g5.v8.dt.internal.md.ui.editors.pages.generation that implement IComponentModifier and TypeClassDescriptionclass
Generation Base editor content page component.class
Basis for component. -
Uses of IComponent in com._1c.g5.v8.dt.internal.md.ui.editors.pages.predefineddata
Classes in com._1c.g5.v8.dt.internal.md.ui.editors.pages.predefineddata that implement IComponentModifier and TypeClassDescriptionclass
DtDynamicTableComponent
extension to show and edit account flags in granular editor predefined data page.class
Composite component for editingChartOfAccountsPredefinedItem
accounting flags and ext dimension types.class
DtDynamicTableComponent
extension to show and edit ext dimension types in granular editor predefined data page.class
Predefined calculation type calculation base (base, leading, displacing calculation types) tree component.class
Composite component for editingChartOfCalculationTypesPredefinedItem
calculation base (base, leading and displacing calculation types). -
Uses of IComponent in com._1c.g5.v8.dt.internal.md.ui.editors.pages.recorders
Classes in com._1c.g5.v8.dt.internal.md.ui.editors.pages.recorders that implement IComponent -
Uses of IComponent in com._1c.g5.v8.dt.internal.md.ui.editors.pages.subsystems
Classes in com._1c.g5.v8.dt.internal.md.ui.editors.pages.subsystems that implement IComponent -
Uses of IComponent in com._1c.g5.v8.dt.internal.md.ui.editors.subsystem
Classes in com._1c.g5.v8.dt.internal.md.ui.editors.subsystem that implement IComponentModifier and TypeClassDescriptionclass
Subsystem editor content page component. -
Uses of IComponent in com._1c.g5.v8.dt.internal.md.ui.extension.editor.descriptors.commonattribute
Classes in com._1c.g5.v8.dt.internal.md.ui.extension.editor.descriptors.commonattribute that implement IComponentModifier and TypeClassDescriptionclass
The AEF 2.0 component for the adopted common attribute content. -
Uses of IComponent in com._1c.g5.v8.dt.internal.md.ui.extension.editor.descriptors.exchangeplan
Classes in com._1c.g5.v8.dt.internal.md.ui.extension.editor.descriptors.exchangeplan that implement IComponentModifier and TypeClassDescriptionclass
The AEF 2.0 component for the adopted exchange plan content. -
Uses of IComponent in com._1c.g5.v8.dt.internal.md.ui.extension.editor.page.predefineddata
Classes in com._1c.g5.v8.dt.internal.md.ui.extension.editor.page.predefineddata that implement IComponentModifier and TypeClassDescriptionclass
Adopted predefined data page tree component.Methods in com._1c.g5.v8.dt.internal.md.ui.extension.editor.page.predefineddata that return types with arguments of type IComponentModifier and TypeMethodDescriptionprotected Class<? extends IComponent<?>>
AdoptedDtGranularEditorPredefinedDataPage.getPredefinedDataTreeComponentClass()
-
Uses of IComponent in com._1c.g5.v8.dt.internal.platform.services.ui.aef.components
Classes in com._1c.g5.v8.dt.internal.platform.services.ui.aef.components that implement IComponentModifier and TypeClassDescriptionclass
AbstractDynamicTableComponent<T,
M extends IDynamicTableModel & IList<T>, VM extends TableItemViewModel> class
Enum component with specific labels for CA certificate source type.class
AbstractDynamicTableComponent
extension to control data separator changes.class
AbstractDynamicTableComponent
extension to control HTTP services changes.class
Infobase access settings component.class
NotSupportedComponent<M extends IModel,
P extends IParameterization> AEF component indicating that requested feature is not supported yet.class
Publication link component.class
AbstractDynamicTableComponent
extension to control OpenID return to addresses.class
Selectable label component.class
Label component for web server type.class
Component for web server type selection.class
AbstractDynamicTableComponent
extension to control web services changes. -
Uses of IComponent in com._1c.g5.v8.dt.internal.platform.services.ui.editors.webserver
Classes in com._1c.g5.v8.dt.internal.platform.services.ui.editors.webserver that implement IComponent -
Uses of IComponent in com._1c.g5.v8.dt.internal.style.ui.aef.components
Classes in com._1c.g5.v8.dt.internal.style.ui.aef.components that implement IComponentMethods in com._1c.g5.v8.dt.internal.style.ui.aef.components that return IComponentMethods in com._1c.g5.v8.dt.internal.style.ui.aef.components with parameters of type IComponent -
Uses of IComponent in com._1c.g5.v8.dt.internal.ws.ui.aef.components
Classes in com._1c.g5.v8.dt.internal.ws.ui.aef.components that implement IComponent -
Uses of IComponent in com._1c.g5.v8.dt.md.help.ui.aef
Classes in com._1c.g5.v8.dt.md.help.ui.aef that implement IComponent -
Uses of IComponent in com._1c.g5.v8.dt.md.mobiledigisign.ui
Classes in com._1c.g5.v8.dt.md.mobiledigisign.ui that implement IComponentModifier and TypeClassDescriptionclass
Component for working with mobile client digital signature -
Uses of IComponent in com._1c.g5.v8.dt.md.ui.aef.components
Classes in com._1c.g5.v8.dt.md.ui.aef.components that implement IComponentModifier and TypeClassDescriptionclass
AbstractChoiceParameterLinksComponent<T extends AbstractChoiceParameterLink,
U, M extends IChoiceParameterLinksModel<T, U>> The abstract component for working with choice parameter links features.class
AbstractDtActionBarHandlerSelectComponent<M extends IBaseBmHandlerNameModel,
P extends IDtActionBarParameterization> AbstractDtActionBarComponent
implementation for handle selection component.class
AbstractMobileApplicationUrlsComponent<T extends AbstractMobileApplicationUrl,
M extends IAbstractMobileApplicationUrlsModel<T>> The abstract component for mobile application URL's features.class
AbstractMultilanguageComponent<MultilanguageModel extends IMultilanguageModel>
The component that processes the given map as a set of fields.class
AbstractSingleLanguageComponent<SingleLanguageModel extends ISingleLanguageModel>
The component that processes the given value which is a text field.class
AbstractTypeLinkComponent<T extends AbstractTypeLink,
U, M extends ITypeLinkModel<T, U>> Abstract Type link component.class
Allowed incoming share request type componentclass
The component that works with @CharacteristicsDescription
data path field models as with selectable values from DT combo.class
The component that works with @CharacteristicsDescription
Field
models as with selectable values from DT combo.class
The choice parameter links component.class
Predefined item code component.class
Color component for processing model ofColor
type.class
The AEF 2.0 tree component for the common attribute content.class
DataSeparation ofCommonAttribute
edit componentclass
Configuration compatibility mode component.class
TheListSelectionComponent
implementation with specific operations for Configuration.getRequiredMobileApplicationPermissions feature.class
TheListSelectionComponent
implementation with specific operations for Configuration.usePurposes feature.class
Component for managing the model that is the one possible events forEventSubscription
.class
Handler selection component for EventSubscription md objectclass
The component forFont
object selection.class
The component that processes the multilanguage string with format dialog helper.class
TheValueSelectionComponent
for form choosing.class
Handler selection component.class
Indexing
type componentclass
InformationRegisterPeriodicity component.class
TheValueSelectionComponent
for theReport
main DCS choosing.class
MdPicture
component.class
Min (max) value component.class
The mobile application URL's component.class
Multilanguage component with text.class
Multilanguage component with support of formatted text.class
The implementation ofAbstractSelectionActionBarComponent
for navigator selection dialog.class
Navigator tree dialog component.class
Number (code) max length spinner component.class
OpenEditorByLinkComponent<T extends org.eclipse.emf.ecore.EObject>
Open editor by link component.class
Picture selection component.class
Component forPictureSize
class
A tree-based clone ofFormSelectionComponent
used for selection of forms of reports and external reports.class
The required permissions component.class
Scheduled job method name component.class
SingleLanguage component with support of formatted text.class
The Ws-reference source URL component.class
The extension ofNavigatorTreeComponent
for Standard attributes and Standard tabular sectionsclass
The component for handling Type link features of MD object attributes.class
TheMobileApplicationFunctionalities
component.class
TheWebSocketClient
headers component.class
Xdto packages selection component. -
Uses of IComponent in com._1c.g5.v8.dt.md.ui.aef.components.choiceparameters
Classes in com._1c.g5.v8.dt.md.ui.aef.components.choiceparameters that implement IComponent -
Uses of IComponent in com._1c.g5.v8.dt.md.ui.aef.components.commonpicture
Classes in com._1c.g5.v8.dt.md.ui.aef.components.commonpicture that implement IComponentModifier and TypeClassDescriptionclass
CommonPicture content editor componentclass
CommonPicture content type componentclass
Empty heavy component.class
Component to preview single image ofCommonPicture
, or image from zip-based picture set.class
Component to show size of preview single image ofCommonPicture
, or image from zip-based picture set. -
Uses of IComponent in com._1c.g5.v8.dt.md.ui.aef.components.commonpicture.grid
Classes in com._1c.g5.v8.dt.md.ui.aef.components.commonpicture.grid that implement IComponentModifier and TypeClassDescriptionclass
Toolbar and table component for Common picture zip-based entriesclass
Grid component for Common picture zip-based entriesMethods in com._1c.g5.v8.dt.md.ui.aef.components.commonpicture.grid that return IComponentModifier and TypeMethodDescriptionprotected IComponent<?>
CommonPictureEntriesGridComponent.createComponent
(GridColumnViewModel column, ZipPictureManifestEntry entry) -
Uses of IComponent in com._1c.g5.v8.dt.md.ui.aef.components.eds
Classes in com._1c.g5.v8.dt.md.ui.aef.components.eds that implement IComponentModifier and TypeClassDescriptionclass
Extension ofAbstractDtComboSelectComponent
for "Sign of unfilled parent" property.class
Value of unfilled parent component -
Uses of IComponent in com._1c.g5.v8.dt.md.ui.aef.components.type
Classes in com._1c.g5.v8.dt.md.ui.aef.components.type that implement IComponentModifier and TypeClassDescriptionclass
The composite component that encapsulates business processing of theTypeDescription
model.class
The dialog component forTypeDescription
.Methods in com._1c.g5.v8.dt.md.ui.aef.components.type that return IComponentModifier and TypeMethodDescriptionIComponent<?>
TypeDescriptionComponent.getComponent
(Object id) IComponent<?>
TypeDescriptionDialogComponent.getComponent
(Object id) Methods in com._1c.g5.v8.dt.md.ui.aef.components.type with parameters of type IComponentModifier and TypeMethodDescriptionTypeDescriptionComponent.getId
(IComponent<?> component) TypeDescriptionDialogComponent.getId
(IComponent<?> component) -
Uses of IComponent in com._1c.g5.v8.dt.md.ui.aef.components.value
Classes in com._1c.g5.v8.dt.md.ui.aef.components.value that implement IComponent -
Uses of IComponent in com._1c.g5.v8.dt.md.ui.aef.models.type
Methods in com._1c.g5.v8.dt.md.ui.aef.models.type with parameters of type IComponentModifier and TypeMethodDescriptionvoid
AbstractTypeDescriptionModel.setComponent
(IComponent<?> component) -
Uses of IComponent in com._1c.g5.v8.dt.md.ui.aef.models.value
Methods in com._1c.g5.v8.dt.md.ui.aef.models.value with parameters of type IComponentModifier and TypeMethodDescriptionvoid
BmCharacteristicsDescriptionValueModel.setComponent
(IComponent<?> component) void
BmValueModel.setComponent
(IComponent<?> component) void
EmfCharacteristicsDescriptionValueModel.setComponent
(IComponent<?> component) void
EmfValueModel.setComponent
(IComponent<?> component) -
Uses of IComponent in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.configuration
Classes in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.configuration that implement IComponentModifier and TypeClassDescriptionclass
The AEF 2.0 component for the configuration standalone content.class
StandaloneContentDataExchangeSettings
dialog component. -
Uses of IComponent in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.dataexchange
Classes in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.dataexchange that implement IComponentModifier and TypeClassDescriptionclass
The AEF 2.0 component for the data exchange. -
Uses of IComponent in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.document
Classes in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.document that implement IComponentModifier and TypeClassDescriptionclass
Document posting content page component. -
Uses of IComponent in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.exchangeplan
Classes in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.exchangeplan that implement IComponentModifier and TypeClassDescriptionclass
The AEF 2.0 component for the exchange plan content. -
Uses of IComponent in com._1c.g5.v8.dt.md.ui.editor.predefineddata
Classes in com._1c.g5.v8.dt.md.ui.editor.predefineddata that implement IComponentModifier and TypeClassDescriptionclass
Predefined data page tree component.Methods in com._1c.g5.v8.dt.md.ui.editor.predefineddata that return types with arguments of type IComponentModifier and TypeMethodDescriptionprotected Class<? extends IComponent<?>>
DtGranularEditorPredefinedDataPage.getPredefinedDataTreeComponentClass()
Gets class of PredefinedData tree component -
Uses of IComponent in com._1c.g5.v8.dt.md.ui.extension.aef.components
Classes in com._1c.g5.v8.dt.md.ui.extension.aef.components that implement IComponentModifier and TypeClassDescriptionclass
Extended combo label component that shows label and allows to change metadata property state.class
ValueSelectionComponent
forMdObject
feature ExtendedconfiguationObject (see {@link MdClassPackage#Literals#MD_OBJECT__EXTENDED_CONFIGURATION_OBJECT})class
Extended field component that showsExtendedLabelComponent
instead of original simple label component.class
Extended label component that shows lable and allows to change metadata property state.class
Extended type description component that shows lable and allows to change metadata property state.class
Type description editing component for extension configuration. -
Uses of IComponent in com._1c.g5.v8.dt.md.ui.extension.aef.definitions
Method parameters in com._1c.g5.v8.dt.md.ui.extension.aef.definitions with type arguments of type IComponentModifier and TypeMethodDescriptionvoid
ExtendedFieldDefinition.setComponentClass
(Class<? extends IComponent<?>> componentClass) Constructor parameters in com._1c.g5.v8.dt.md.ui.extension.aef.definitions with type arguments of type IComponentModifierConstructorDescriptionExtendedFieldDefinition
(Class<? extends IComponent<?>> componentClass, IParameterization parameterization, String label, org.eclipse.emf.databinding.FeaturePath[] paths, IModelFactory modelFactory, IRuntimeVersionSupport runtimeVersionSupport, IMdPropertyTypeProvider mdPropertyTypeProvider) Creates an instance ofExtendedFieldDefinition
. -
Uses of IComponent in com._1c.g5.v8.dt.md.ui.extension.aef.rules
Methods in com._1c.g5.v8.dt.md.ui.extension.aef.rules with parameters of type IComponentModifier and TypeMethodDescriptionvoid
AdoptedObjectRuleResultProcessor.process
(IComponent<?> component, IDefinition definition, IRuleResult oldRuleResult, IRuleResult newRuleResult) -
Uses of IComponent in com._1c.g5.v8.dt.md.ui.properties.components
Classes in com._1c.g5.v8.dt.md.ui.properties.components that implement IComponentModifier and TypeClassDescriptionclass
Implementation ofPropertyPaletteComponent
containing EDT specific logic. -
Uses of IComponent in com._1c.g5.v8.dt.md.ui.properties.models
Methods in com._1c.g5.v8.dt.md.ui.properties.models with parameters of type IComponentModifier and TypeMethodDescriptionvoid
MdPropertyPaletteModel.setComponent
(IComponent<?> component) -
Uses of IComponent in com._1c.g5.v8.dt.md.ui.wizards
Classes in com._1c.g5.v8.dt.md.ui.wizards that implement IComponentModifier and TypeClassDescriptionprotected class
Root object wizard page.class
The first page of the new configuration wizard.class
RootObjectPage<T extends AbstractProjectWizard.WizardModel<M>,
M extends MdObject> Root object wizard page. -
Uses of IComponent in com._1c.g5.v8.dt.md.ui.wizards.base.aef
Classes in com._1c.g5.v8.dt.md.ui.wizards.base.aef that implement IComponentModifier and TypeClassDescriptionclass
Component for wizard page that operates withCharacteristicsDescription
properties.class
MdModelNewWizardPageComponent<M extends IMdObjectModel>
Component for wizard page that operates withMdObject
fields.class
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
Component for wizard page that operates withChartOfAccountsPredefinedItem
fields.class
Component for wizard page that operates withChartOfCalculationTypesPredefinedItem
fields.class
Component for wizard page that operates withChartOfCharacteristicTypesPredefinedItem
fields.class
PredefinedItemNewWizardPage<M extends IPredefinedItemModel>
Component for wizard page that operates withPredefinedItem
fields.class
Creates page for type description selection.Methods in com._1c.g5.v8.dt.md.ui.wizards.base.aef that return types with arguments of type IComponentModifier and TypeMethodDescriptionprotected List<IComponent<?>>
MdTypedModelNewWizardPageComponent.createAdditionalComponents()
Creates and embed additional features pointed in extensions. -
Uses of IComponent in com._1c.g5.v8.dt.moxel.ui.aef.components
Classes in com._1c.g5.v8.dt.moxel.ui.aef.components that implement IComponentModifier and TypeClassDescriptionclass
Moxel area component.class
Moxel content pattern component.class
Spreadsheet line component. -
Uses of IComponent in com._1c.g5.v8.dt.ui.aef.component
Classes in com._1c.g5.v8.dt.ui.aef.component that implement IComponentModifier and TypeClassDescriptionclass
AbstractDtActionBarComponent<M extends IModel,
P extends IDtActionBarParameterization> Base component for components that works with model that can be represented as string.class
AbstractDtColorActionBarComponent<M extends IModel,
P extends IDtActionBarParameterization> TheAbstractDtReadonlyActionBarComponent
implementation for controls that displays color within the text box.class
AbstractDtComboSelectComponent<T,
M extends IValue<T>, P extends IComboSelectParameterization> Abstract implementation of the component for manipulating with the model as with the selectable from DT combo value.class
AbstractDtEditableComboComponent<T,
M extends IValue<T>, P extends IEditableComboParameterization> Abstract implementation of the component for manipulating with the model as with the editable value via combo box.class
The simple implementation ofAbstractDtActionBarComponent
that maps the given list model to action bar view model.class
AbstractDtReadonlyActionBarComponent<M extends IModel,
P extends IDtActionBarParameterization> TheAbstractDtActionBarComponent
with the read-only editor.class
AbstractDtSelectComponent<M extends IModel,
P extends IParameterization, VM extends SelectViewModel> Base component for components that allow to select new value with feasible buttons in action bar.class
AbstractGridComponent<T extends IGridItem,
ME, M extends IGridModel<ME>, P extends IParameterization> The abstract grid component.class
AbstractGridWithToolbarComponent<T extends IGridItem,
ME, M extends IGridModel<ME>, P extends IParameterization> The container component that combines toolbar and grid components.class
AbstractSelectionActionBarComponent<M extends IModel,
P extends ISelectionParameterization> TheAbstractDtReadonlyActionBarComponent
implementation that allows to select values from dialog.class
AbstractSelectionComponent<M extends IEmfSelectionModel<? extends org.eclipse.emf.ecore.EObject>,
P extends ISelectionParameterization> TheAbstractDtActionBarComponent
implementation that allows to select values from dialog.class
AbstractSelectionFromListDialogComponent<M extends IEmfSelectionModel<? extends org.eclipse.emf.ecore.EObject>>
The abstract implementation ofAbstractSelectionComponent
that creates theItemSelectionDialog
atAbstractSelectionComponent.createSelectionDialog(org.eclipse.swt.widgets.Shell)
point.class
AbstractSelectionFromTreeDialogComponent<M extends IEmfTreeSelectionModel<? extends org.eclipse.emf.ecore.EObject>>
The abstract implementation ofAbstractSelectionComponent
that creates theTreeDialog
atAbstractSelectionComponent.createSelectionDialog(org.eclipse.swt.widgets.Shell)
point.class
AbstractTabFolderComponent<M extends IModel,
P extends IParameterization> The tab folder component.class
The component that works withBoolean
models as with selectable values from DT combo.class
DialogWithToolbarComponent<M extends IModel,
P extends IDialogParametrization> Dialog component with toolbar.class
Directory selection component.class
Border style componentclass
The component that operates with the date in given.class
DtDynamicTableComponent<T,
M extends IDynamicTableModel, VM extends TableViewModel, P extends IStructuredParameterization> Abstract implementation of the table component that operates withIDynamicTableModel
.class
DtDynamicTreeComponent<T,
M extends IDynamicTreeModel<T>, VM extends TreeViewModel, P extends ITreeParameterization> Abstract implementation of the tree component that operates withIDynamicTreeModel
.class
The DT checkbox component that can be mapped on any model type.class
The picture component for displaying the model value as image.class
The component that operates with the given model as with text field.class
DtValueActionBarComponent<T,
P extends IDtActionBarParameterization> AbstractDtSelectComponent
implementation forIValue
models.class
Component for managing the model that is the one possible value of some enumeration.class
The enum radio group component.class
File selection component.final class
A helper composite component withgrid layout
and a static builder.class
TheAbstractSelectionFromListDialogComponent
implementation forIList
.class
Table component for navigator objects.class
Tree component for navigator objects.class
Component that manages theInteger
model as the one value of the allowed value set.class
The shortcut editing componentclass
TextPreviewComponent<M extends IModel>
Component for displaying text with given color and font properties.class
The toolbar component.class
TheAbstractSelectionFromTreeDialogComponent
implementation forIList
.class
TheAbstractSelectionFromTreeDialogComponent
implementation forIValue
.class
Unsettable property field component that showsCheckedLabelComponent
instead of original simple label component.class
TheAbstractSelectionComponent
implementation forIValue
class
Version-aware component for managing the model that is the one possible value of some enumeration.Methods in com._1c.g5.v8.dt.ui.aef.component that return IComponentModifier and TypeMethodDescriptionprotected abstract IComponent<?>
AbstractGridComponent.createComponent
(GridColumnViewModel column, ME element) Creates cell editor component for the givencolumn
andelement
.IComponent<?>
NavigatorTreeComponent.getComponent
(Object id) Methods in com._1c.g5.v8.dt.ui.aef.component that return types with arguments of type IComponentModifier and TypeMethodDescriptionprotected abstract List<IComponent<?>>
AbstractTabFolderComponent.getTabItemComponents
(int index) Gets the components for tab with given index.Methods in com._1c.g5.v8.dt.ui.aef.component with parameters of type IComponent -
Uses of IComponent in com._1c.g5.v8.dt.ui.aef.definitions.builder
Method parameters in com._1c.g5.v8.dt.ui.aef.definitions.builder with type arguments of type IComponentModifier and TypeMethodDescriptionDtSectionDefinitionBuilder.multiFeaturePathsElement
(Class<? extends IComponent<?>> componentClass, IParameterization parameterization, org.eclipse.emf.databinding.FeaturePath... featurePaths) -
Uses of IComponent in com._1c.g5.v8.dt.ui.editor.aef.components
Classes in com._1c.g5.v8.dt.ui.editor.aef.components that implement IComponentModifier and TypeClassDescriptionclass
Parent component for AEF granular editor page.class
The component that implements sections in editors.Methods in com._1c.g5.v8.dt.ui.editor.aef.components with parameters of type IComponentModifier and TypeMethodDescriptionprotected void
DtGranularEditorPageAefComponent.processChildComponents
(IComponent<?> component) Processes child components. -
Uses of IComponent in com._1c.g5.v8.dt.xdto.ui.aef.components
Classes in com._1c.g5.v8.dt.xdto.ui.aef.components that implement IComponent -
Uses of IComponent in com.e1c.g5.dt.applications.ui.editor.aef.components
Classes in com.e1c.g5.dt.applications.ui.editor.aef.components that implement IComponentModifier and TypeClassDescriptionclass
The radio group component for application editor purposes.class
The tree component for application editor puproses. -
Uses of IComponent in com.e1c.g5.dt.internal.applications.ui.editor.aef.components
Subinterfaces of IComponent in com.e1c.g5.dt.internal.applications.ui.editor.aef.componentsModifier and TypeInterfaceDescriptioninterface
The application editor component.Classes in com.e1c.g5.dt.internal.applications.ui.editor.aef.components that implement IComponentModifier and TypeClassDescriptionclass
The application editor component implementation. -
Uses of IComponent in com.e1c.g5.dt.internal.applications.ui.editor.infobases.aef.components
Classes in com.e1c.g5.dt.internal.applications.ui.editor.infobases.aef.components that implement IComponentModifier and TypeClassDescriptionclass
The link component with a 'infobase access settings'-specific logic. -
Uses of IComponent in com.e1c.g5.v8.dt.check.suppress.ui.aef.components
Classes in com.e1c.g5.v8.dt.check.suppress.ui.aef.components that implement IComponentModifier and TypeClassDescriptionclass
Provides suppression settings editor component available on link click. -
Uses of IComponent in com.e1c.g5.v8.dt.check.suppress.ui.internal.aef.components
Classes in com.e1c.g5.v8.dt.check.suppress.ui.internal.aef.components that implement IComponentModifier and TypeClassDescriptionclass
Component for suppression settings dialog. -
Uses of IComponent in com.e1c.g5.v8.dt.internal.md.distribution.support.ui.aef.components
Classes in com.e1c.g5.v8.dt.internal.md.distribution.support.ui.aef.components that implement IComponentModifier and TypeClassDescriptionclass
Change distribution settings dialog component.class
Change user mode dialog component.class
DistributionSupport
navigator tree component for handling distribute settings.class
DistributionSupport
navigator tree component for handling support settings.class
The icon label component.class
Merge support rule settings dialog component.class
SupportLanguages
dialog component.class
Support rule settings dialog component.class
User rules legend component.class
Vendor rules legend component.