Uses of Interface
com._1c.g5.v8.dt.form.model.FormAttributeExtInfo
Packages that use FormAttributeExtInfo
Package
Description
-
Uses of FormAttributeExtInfo in com._1c.g5.v8.dt.form.internal.presentation.view
Methods in com._1c.g5.v8.dt.form.internal.presentation.view with parameters of type FormAttributeExtInfoModifier and TypeMethodDescriptionFormElementControlFactoryRegistry.getFactory
(FormAttributeExtInfo extInfo) Gets factory for ExtInfo. -
Uses of FormAttributeExtInfo in com._1c.g5.v8.dt.form.model
Subinterfaces of FormAttributeExtInfo in com._1c.g5.v8.dt.form.modelModifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Chart Ext Info'.interface
A representation of the model object 'Dendrogram Ext Info'.interface
A representation of the model object 'Dynamic List Ext Info'.interface
A representation of the model object 'Gantt Chart Ext Info'.interface
A representation of the model object 'Geographical Schema Ext Info'.interface
A representation of the model object 'Graphical Scheme Ext Info'.interface
A representation of the model object 'Planner Ext Info'.interface
A representation of the model object 'Spreadsheet Document Ext Info'.interface
A representation of the model object 'Value List Ext Info'.Methods in com._1c.g5.v8.dt.form.model that return FormAttributeExtInfoModifier and TypeMethodDescriptionFormAttribute.getExtInfo()
Returns the value of the 'Ext Info' containment reference.Methods in com._1c.g5.v8.dt.form.model with parameters of type FormAttributeExtInfoModifier and TypeMethodDescriptionvoid
FormAttribute.setExtInfo
(FormAttributeExtInfo value) Sets the value of the 'Ext Info
' containment reference. -
Uses of FormAttributeExtInfo in com._1c.g5.v8.dt.form.model.impl
Classes in com._1c.g5.v8.dt.form.model.impl that implement FormAttributeExtInfoModifier and TypeClassDescriptionclass
An implementation of the model object 'Chart Ext Info'.class
An implementation of the model object 'Dendrogram Ext Info'.class
An implementation of the model object 'Dynamic List Ext Info'.class
An implementation of the model object 'Attribute Ext Info'.class
An implementation of the model object 'Gantt Chart Ext Info'.class
An implementation of the model object 'Geographical Schema Ext Info'.class
An implementation of the model object 'Graphical Scheme Ext Info'.class
An implementation of the model object 'Planner Ext Info'.class
An implementation of the model object 'Spreadsheet Document Ext Info'.class
An implementation of the model object 'Value List Ext Info'.Methods in com._1c.g5.v8.dt.form.model.impl that return FormAttributeExtInfoMethods in com._1c.g5.v8.dt.form.model.impl with parameters of type FormAttributeExtInfoModifier and TypeMethodDescriptionvoid
FormAttributeImpl.setExtInfo
(FormAttributeExtInfo newExtInfo) -
Uses of FormAttributeExtInfo in com._1c.g5.v8.dt.form.model.util
Methods in com._1c.g5.v8.dt.form.model.util with parameters of type FormAttributeExtInfoModifier and TypeMethodDescriptionFormSwitch.caseFormAttributeExtInfo
(FormAttributeExtInfo object) Returns the result of interpreting the object as an instance of 'Attribute Ext Info'.boolean
FormValidator.validateFormAttributeExtInfo
(FormAttributeExtInfo formAttributeExtInfo, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of FormAttributeExtInfo in com._1c.g5.v8.dt.form.ui.chart.editor.model
Methods in com._1c.g5.v8.dt.form.ui.chart.editor.model that return FormAttributeExtInfoModifier and TypeMethodDescriptionAnyChartRepresentation.getExtInfo()
ChartRepresentation.getExtInfo()
DendrogramRepresentation.getExtInfo()
GanttChartRepresentation.getExtInfo()
-
Uses of FormAttributeExtInfo in com._1c.g5.v8.dt.form.ui.chart.editor.model.impl
Methods in com._1c.g5.v8.dt.form.ui.chart.editor.model.impl that return FormAttributeExtInfoModifier and TypeMethodDescriptionAnyChartRepresentationImpl.getExtInfo()
ChartRepresentationImpl.getExtInfo()
DendrogramRepresentationImpl.getExtInfo()
GanttChartRepresentationImpl.getExtInfo()