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
public interface EventHandlerContainer extends IBmObject
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:
FormPackage.getEventHandlerContainer()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<EventHandler>getHandlers()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
-
-
-
-
Method Detail
-
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:
FormPackage.getEventHandlerContainer_Handlers()
-
-