Interface ActionPanel
- All Superinterfaces:
AbstractPanel,org.eclipse.emf.ecore.EObject,IBmObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ActionPanelImpl
A representation of the model object 'Action Panel'.
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 TypeMethodDescriptionReturns the value of the 'Create Group' containment reference.Returns the value of the 'Reports Group' containment reference.Returns the value of the 'Tools Group' containment reference.booleanReturns the value of the 'Customized' attribute.voidsetCreateGroup(CommandItemGroup value) Sets the value of the 'Create Group' containment reference.voidsetReportsGroup(CommandItemGroup value) Sets the value of the 'Reports Group' containment reference.voidsetToolsGroup(CommandItemGroup value) Sets the value of the 'Tools Group' containment reference.Methods inherited from interface com._1c.g5.v8.dt.cmi.model.deriveddata.AbstractPanel
getCustomGroups, isCustomGroupsOrderCustomized, setCustomGroupsOrderCustomizedMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods 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, bmSetPropertyMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getCreateGroup
CommandItemGroup getCreateGroup()Returns the value of the 'Create Group' containment reference.- Returns:
- the value of the 'Create Group' containment reference.
- See Also:
-
setCreateGroup
Sets the value of the 'Create Group' containment reference.- Parameters:
value- the new value of the 'Create Group' containment reference.- See Also:
-
getReportsGroup
CommandItemGroup getReportsGroup()Returns the value of the 'Reports Group' containment reference.- Returns:
- the value of the 'Reports Group' containment reference.
- See Also:
-
setReportsGroup
Sets the value of the 'Reports Group' containment reference.- Parameters:
value- the new value of the 'Reports Group' containment reference.- See Also:
-
getToolsGroup
CommandItemGroup getToolsGroup()Returns the value of the 'Tools Group' containment reference.- Returns:
- the value of the 'Tools Group' containment reference.
- See Also:
-
setToolsGroup
Sets the value of the 'Tools Group' containment reference.- Parameters:
value- the new value of the 'Tools Group' containment reference.- See Also:
-
isCustomized
boolean isCustomized()Returns the value of the 'Customized' attribute.- Returns:
- the value of the 'Customized' attribute.
- See Also:
-