Interface NavigationPanel
-
- All Superinterfaces:
AbstractPanel
,org.eclipse.emf.ecore.EObject
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
NavigationPanelImpl
public interface NavigationPanel extends AbstractPanel
A representation of the model object 'Navigation Panel'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommandItemGroup
getImportantGroup()
Returns the value of the 'Important Group' containment reference.CommandItemGroup
getOrdinaryGroup()
Returns the value of the 'Ordinary Group' containment reference.CommandItemGroup
getSeeAlsoGroup()
Returns the value of the 'See Also Group' containment reference.boolean
isCustomized()
Returns the value of the 'Customized' attribute.void
setImportantGroup(CommandItemGroup value)
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, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmListBinaryData, bmReadBinaryData, bmRemoveBinaryData, bmSetProperty, bmWriteBinaryData
-
-
-
-
Method Detail
-
getImportantGroup
CommandItemGroup getImportantGroup()
Returns the value of the 'Important Group' containment reference.- Returns:
- the value of the 'Important Group' containment reference.
- See Also:
setImportantGroup(CommandItemGroup)
,CmiDerivedDataPackage.getNavigationPanel_ImportantGroup()
-
setImportantGroup
void setImportantGroup(CommandItemGroup value)
Sets the value of the 'Important Group
' containment reference.- Parameters:
value
- the new value of the 'Important Group' containment reference.- See Also:
getImportantGroup()
-
getOrdinaryGroup
CommandItemGroup getOrdinaryGroup()
Returns the value of the 'Ordinary Group' containment reference.- Returns:
- the value of the 'Ordinary Group' containment reference.
- See Also:
setOrdinaryGroup(CommandItemGroup)
,CmiDerivedDataPackage.getNavigationPanel_OrdinaryGroup()
-
setOrdinaryGroup
void setOrdinaryGroup(CommandItemGroup value)
Sets the value of the 'Ordinary Group
' containment reference.- Parameters:
value
- the new value of the 'Ordinary Group' containment reference.- See Also:
getOrdinaryGroup()
-
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(CommandItemGroup)
,CmiDerivedDataPackage.getNavigationPanel_SeeAlsoGroup()
-
setSeeAlsoGroup
void setSeeAlsoGroup(CommandItemGroup value)
Sets the value of the 'See Also Group
' containment reference.- Parameters:
value
- the new value of the 'See Also Group' containment reference.- See Also:
getSeeAlsoGroup()
-
isCustomized
boolean isCustomized()
Returns the value of the 'Customized' attribute.- Returns:
- the value of the 'Customized' attribute.
- See Also:
CmiDerivedDataPackage.getNavigationPanel_Customized()
-
-