Interface AbstractPanel
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
ActionPanel
,DetachedGroupPanel
,FormActionPanel
,FormNavigationPanel
,NavigationPanel
- All Known Implementing Classes:
AbstractPanelImpl
,ActionPanelImpl
,DetachedGroupPanelImpl
,FormActionPanelImpl
,FormNavigationPanelImpl
,NavigationPanelImpl
A representation of the model object 'Abstract 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 TypeMethodDescriptionorg.eclipse.emf.common.util.EList<CustomCommandItemGroup>
Returns the value of the 'Custom Groups' containment reference list.boolean
Returns the value of the 'Custom Groups Order Customized' attribute.void
setCustomGroupsOrderCustomized
(boolean value) Sets the value of the 'Custom Groups Order Customized
' attribute.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
-
isCustomGroupsOrderCustomized
boolean isCustomGroupsOrderCustomized()Returns the value of the 'Custom Groups Order Customized' attribute.- Returns:
- the value of the 'Custom Groups Order Customized' attribute.
- See Also:
-
setCustomGroupsOrderCustomized
void setCustomGroupsOrderCustomized(boolean value) Sets the value of the 'Custom Groups Order Customized
' attribute.- Parameters:
value
- the new value of the 'Custom Groups Order Customized' attribute.- See Also:
-
getCustomGroups
org.eclipse.emf.common.util.EList<CustomCommandItemGroup> getCustomGroups()Returns the value of the 'Custom Groups' containment reference list. The list contents are of typeCustomCommandItemGroup
.- Returns:
- the value of the 'Custom Groups' containment reference list.
- See Also:
-