Package com._1c.g5.v8.dt.form.model
Interface CommandBarExtInfo
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,EventHandlerContainer,ExtInfo,GroupExtInfo,IBmObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
CommandBarExtInfoImpl
public interface CommandBarExtInfo extends GroupExtInfo
A representation of the model object 'Command Bar Ext Info'.The following features are supported:
- See Also:
FormPackage.getCommandBarExtInfo()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FormStandardCommandSourcegetCommandSource()Returns the value of the 'Command Source' reference.ItemHorizontalAlignmentgetHorizontalAlign()Returns the value of the 'Horizontal Align' attribute.voidsetCommandSource(FormStandardCommandSource value)Sets the value of the 'Command Source' reference.voidsetHorizontalAlign(ItemHorizontalAlignment value)Sets the value of the 'Horizontal Align' 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.dt.form.model.EventHandlerContainer
getHandlers
-
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
-
getHorizontalAlign
ItemHorizontalAlignment getHorizontalAlign()
Returns the value of the 'Horizontal Align' attribute. The literals are from the enumerationItemHorizontalAlignment.- Returns:
- the value of the 'Horizontal Align' attribute.
- See Also:
ItemHorizontalAlignment,setHorizontalAlign(ItemHorizontalAlignment),FormPackage.getCommandBarExtInfo_HorizontalAlign()
-
setHorizontalAlign
void setHorizontalAlign(ItemHorizontalAlignment value)
Sets the value of the 'Horizontal Align' attribute.- Parameters:
value- the new value of the 'Horizontal Align' attribute.- See Also:
ItemHorizontalAlignment,getHorizontalAlign()
-
getCommandSource
FormStandardCommandSource getCommandSource()
Returns the value of the 'Command Source' reference.- Returns:
- the value of the 'Command Source' reference.
- See Also:
setCommandSource(FormStandardCommandSource),FormPackage.getCommandBarExtInfo_CommandSource()
-
setCommandSource
void setCommandSource(FormStandardCommandSource value)
Sets the value of the 'Command Source' reference.- Parameters:
value- the new value of the 'Command Source' reference.- See Also:
getCommandSource()
-
-