Package com._1c.g5.v8.dt.form.model
Interface EventHandlerContainer
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
AdditionExtInfo
,BusinessProcesFormExtInfo
,ButtonGroupExtInfo
,CalendarFieldExtInfo
,CatalogFormExtInfo
,ChartFieldExtInfo
,ChartOfCharacteristicTypesFormExtInfo
,CheckBoxFieldExtInfo
,ColumnGroupExtInfo
,CommandBarExtInfo
,ConstantsFormExtInfo
,CubeRecordFormExtInfo
,CubeRecordSetFormExtInfo
,DecorationExtInfo
,DendrogramFieldExtInfo
,DocumentFormExtInfo
,DynamicListFormExtInfo
,DynamicListTableExtInfo
,FieldExtInfo
,FlowchartFieldExtInfo
,Form
,FormattedDocFieldExtInfo
,FormExtInfo
,FormField
,GanttChartFieldExtInfo
,GeographicalMapFieldExtInfo
,GroupExtInfo
,HtmlFieldExtInfo
,ImageFieldExtInfo
,InformationRegisterManagerFormExtInfo
,InputFieldExtInfo
,LabelDecorationExtInfo
,LabelFieldExtInfo
,ObjectFormExtInfo
,PageGroupExtInfo
,PagesGroupExtInfo
,PDFDocumentFieldExtInfo
,PeriodFieldExtInfo
,PictureDecorationExtInfo
,PlannerFieldExtInfo
,PopupGroupExtInfo
,ProgressBarFieldExtInfo
,RadioButtonsFieldExtInfo
,RecordSetFormExtInfo
,ReportFormExtInfo
,SearchControlAdditionExtInfo
,SearchStringAdditionExtInfo
,SettingsComposerFormExtInfo
,SpreadSheetDocFieldExtInfo
,Table
,TableExtInfo
,TableObjectFormExtInfo
,TableRecordFormExtInfo
,TaskFormExtInfo
,TextDocFieldExtInfo
,TrackBarFieldExtInfo
,UsualGroupExtInfo
,ViewStatusAdditionExtInfo
- All Known Implementing Classes:
AdditionExtInfoImpl
,BusinessProcesFormExtInfoImpl
,ButtonGroupExtInfoImpl
,CalendarFieldExtInfoImpl
,CatalogFormExtInfoImpl
,ChartFieldExtInfoImpl
,ChartOfCharacteristicTypesFormExtInfoImpl
,CheckBoxFieldExtInfoImpl
,ColumnGroupExtInfoImpl
,CommandBarExtInfoImpl
,ConstantsFormExtInfoImpl
,CubeRecordFormExtInfoImpl
,CubeRecordSetFormExtInfoImpl
,DecorationExtInfoImpl
,DendrogramFieldExtInfoImpl
,DocumentFormExtInfoImpl
,DynamicListFormExtInfoImpl
,DynamicListTableExtInfoImpl
,FieldExtInfoImpl
,FlowchartFieldExtInfoImpl
,FormattedDocFieldExtInfoImpl
,FormExtInfoImpl
,FormFieldImpl
,FormImpl
,GanttChartFieldExtInfoImpl
,GeographicalMapFieldExtInfoImpl
,GroupExtInfoImpl
,HtmlFieldExtInfoImpl
,ImageFieldExtInfoImpl
,InformationRegisterManagerFormExtInfoImpl
,InputFieldExtInfoImpl
,LabelDecorationExtInfoImpl
,LabelFieldExtInfoImpl
,ObjectFormExtInfoImpl
,PageGroupExtInfoImpl
,PagesGroupExtInfoImpl
,PDFDocumentFieldExtInfoImpl
,PeriodFieldExtInfoImpl
,PictureDecorationExtInfoImpl
,PlannerFieldExtInfoImpl
,PopupGroupExtInfoImpl
,ProgressBarFieldExtInfoImpl
,RadioButtonsFieldExtInfoImpl
,RecordSetFormExtInfoImpl
,ReportFormExtInfoImpl
,SearchControlAdditionExtInfoImpl
,SearchStringAdditionExtInfoImpl
,SettingsComposerFormExtInfoImpl
,SpreadSheetDocFieldExtInfoImpl
,TableExtInfoImpl
,TableImpl
,TableObjectFormExtInfoImpl
,TableRecordFormExtInfoImpl
,TaskFormExtInfoImpl
,TextDocFieldExtInfoImpl
,TrackBarFieldExtInfoImpl
,UsualGroupExtInfoImpl
,ViewStatusAdditionExtInfoImpl
A representation of the model object 'Event Handler Container'.
Event handler container is an abstraction that contains collection of event handlers.
The following features are supported:
- See Also:
-
Field Summary
Fields inherited from interface com._1c.g5.v8.bm.core.IBmObject
BM_NULL_ID
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<EventHandler>
Returns the value of the 'Handlers' containment reference list.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface com._1c.g5.v8.bm.core.IBmObject
bmGetEngine, bmGetFqn, bmGetId, bmGetNamespace, bmGetPlatformTransaction, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmMatchSingleReference, bmSetProperty
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getHandlers
org.eclipse.emf.common.util.EList<EventHandler> getHandlers()Returns the value of the 'Handlers' containment reference list. The list contents are of typeEventHandler
.- Returns:
- the value of the 'Handlers' containment reference list.
- See Also:
-