Interface NavigationPanel
- All Superinterfaces:
AbstractPanel
,org.eclipse.emf.ecore.EObject
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
NavigationPanelImpl
A representation of the model object 'Navigation Panel'.
The following features are supported:
-
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 'Important Group' containment reference.Returns the value of the 'Ordinary Group' containment reference.Returns the value of the 'See Also Group' containment reference.boolean
Returns the value of the 'Customized' attribute.void
Sets the value of the 'Important Group
' containment reference.void
setOrdinaryGroup
(CommandItemGroup value) Sets the value of the 'Ordinary Group
' containment reference.void
setSeeAlsoGroup
(CommandItemGroup value) Sets the value of the 'See Also Group
' containment reference.Methods inherited from interface com._1c.g5.v8.dt.cmi.model.deriveddata.AbstractPanel
getCustomGroups, isCustomGroupsOrderCustomized, setCustomGroupsOrderCustomized
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
-
getImportantGroup
CommandItemGroup getImportantGroup()Returns the value of the 'Important Group' containment reference.- Returns:
- the value of the 'Important Group' containment reference.
- See Also:
-
setImportantGroup
Sets the value of the 'Important Group
' containment reference.- Parameters:
value
- the new value of the 'Important Group' containment reference.- See Also:
-
getOrdinaryGroup
CommandItemGroup getOrdinaryGroup()Returns the value of the 'Ordinary Group' containment reference.- Returns:
- the value of the 'Ordinary Group' containment reference.
- See Also:
-
setOrdinaryGroup
Sets the value of the 'Ordinary Group
' containment reference.- Parameters:
value
- the new value of the 'Ordinary Group' containment reference.- See Also:
-
getSeeAlsoGroup
CommandItemGroup getSeeAlsoGroup()Returns the value of the 'See Also Group' containment reference.- Returns:
- the value of the 'See Also Group' containment reference.
- See Also:
-
setSeeAlsoGroup
Sets the value of the 'See Also Group
' containment reference.- Parameters:
value
- the new value of the 'See Also Group' containment reference.- See Also:
-
isCustomized
boolean isCustomized()Returns the value of the 'Customized' attribute.- Returns:
- the value of the 'Customized' attribute.
- See Also:
-