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
public interface AbstractPanel extends IBmObject
A representation of the model object 'Abstract Panel'.The following features are supported:
- See Also:
CmiDerivedDataPackage.getAbstractPanel()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<CustomCommandItemGroup>getCustomGroups()Returns the value of the 'Custom Groups' containment reference list.booleanisCustomGroupsOrderCustomized()Returns the value of the 'Custom Groups Order Customized' attribute.voidsetCustomGroupsOrderCustomized(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
-
-
-
-
Method Detail
-
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(boolean),CmiDerivedDataPackage.getAbstractPanel_CustomGroupsOrderCustomized()
-
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:
isCustomGroupsOrderCustomized()
-
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:
CmiDerivedDataPackage.getAbstractPanel_CustomGroups()
-
-