Interface ActionPanel
-
- All Superinterfaces:
AbstractPanel
,org.eclipse.emf.ecore.EObject
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ActionPanelImpl
public interface ActionPanel extends AbstractPanel
A representation of the model object 'Action Panel'.The following features are supported:
- See Also:
CmiDerivedDataPackage.getActionPanel()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommandItemGroup
getCreateGroup()
Returns the value of the 'Create Group' containment reference.CommandItemGroup
getReportsGroup()
Returns the value of the 'Reports Group' containment reference.CommandItemGroup
getToolsGroup()
Returns the value of the 'Tools Group' containment reference.boolean
isCustomized()
Returns the value of the 'Customized' attribute.void
setCreateGroup(CommandItemGroup value)
Sets the value of the 'Create Group
' containment reference.void
setReportsGroup(CommandItemGroup value)
Sets the value of the 'Reports Group
' containment reference.void
setToolsGroup(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, 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
-
getCreateGroup
CommandItemGroup getCreateGroup()
Returns the value of the 'Create Group' containment reference.- Returns:
- the value of the 'Create Group' containment reference.
- See Also:
setCreateGroup(CommandItemGroup)
,CmiDerivedDataPackage.getActionPanel_CreateGroup()
-
setCreateGroup
void setCreateGroup(CommandItemGroup value)
Sets the value of the 'Create Group
' containment reference.- Parameters:
value
- the new value of the 'Create Group' containment reference.- See Also:
getCreateGroup()
-
getReportsGroup
CommandItemGroup getReportsGroup()
Returns the value of the 'Reports Group' containment reference.- Returns:
- the value of the 'Reports Group' containment reference.
- See Also:
setReportsGroup(CommandItemGroup)
,CmiDerivedDataPackage.getActionPanel_ReportsGroup()
-
setReportsGroup
void setReportsGroup(CommandItemGroup value)
Sets the value of the 'Reports Group
' containment reference.- Parameters:
value
- the new value of the 'Reports Group' containment reference.- See Also:
getReportsGroup()
-
getToolsGroup
CommandItemGroup getToolsGroup()
Returns the value of the 'Tools Group' containment reference.- Returns:
- the value of the 'Tools Group' containment reference.
- See Also:
setToolsGroup(CommandItemGroup)
,CmiDerivedDataPackage.getActionPanel_ToolsGroup()
-
setToolsGroup
void setToolsGroup(CommandItemGroup value)
Sets the value of the 'Tools Group
' containment reference.- Parameters:
value
- the new value of the 'Tools Group' containment reference.- See Also:
getToolsGroup()
-
isCustomized
boolean isCustomized()
Returns the value of the 'Customized' attribute.- Returns:
- the value of the 'Customized' attribute.
- See Also:
CmiDerivedDataPackage.getActionPanel_Customized()
-
-