Package com._1c.g5.v8.dt.form.model
Interface Group
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,FormItem,FormItemContainer,FormVisualEntity,IBmObject,NamedElement,org.eclipse.emf.common.notify.Notifier,Titled,TitleStyle,TooltipContainer,Visible
- All Known Subinterfaces:
AutoCommandBar,ContextMenu,FormGroup
- All Known Implementing Classes:
AutoCommandBarImpl,ContextMenuImpl,FormGroupImpl,GroupImpl
public interface Group
extends FormItem, FormItemContainer, Visible, Titled, TitleStyle, TooltipContainer
A representation of the model object 'Group'.
Origin GroupBase
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 TypeMethodDescriptionReturns the value of the 'Group Horizontal Align' attribute.Returns the value of the 'Group Vertical Align' attribute.intReturns the value of the 'Height' attribute.Returns the value of the 'Horizontal Stretch' attribute.Returns the value of the 'Shortcut' attribute.Returns the value of the 'Vertical Stretch' attribute.intgetWidth()Returns the value of the 'Width' attribute.booleanReturns the value of the 'Enable Content Change' attribute.booleanReturns the value of the 'Read Only' attribute.voidsetEnableContentChange(boolean value) Sets the value of the 'Enable Content Change' attribute.voidSets the value of the 'Group Horizontal Align' attribute.voidSets the value of the 'Group Vertical Align' attribute.voidsetHeight(int value) Sets the value of the 'Height' attribute.voidsetHorizontalStretch(Boolean value) Sets the value of the 'Horizontal Stretch' attribute.voidsetReadOnly(boolean value) Sets the value of the 'Read Only' attribute.voidsetShortcut(String value) Sets the value of the 'Shortcut' attribute.voidsetVerticalStretch(Boolean value) Sets the value of the 'Vertical Stretch' attribute.voidsetWidth(int value) Sets the value of the 'Width' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface com._1c.g5.v8.dt.form.model.FormItem
getDisplayImportance, getId, isPositionChanged, setDisplayImportance, setId, setPositionChangedMethods inherited from interface com._1c.g5.v8.dt.form.model.FormItemContainer
getItemsMethods inherited from interface com._1c.g5.v8.dt.form.model.FormVisualEntity
getUserChangedPropertiesMethods 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, bmSetPropertyMethods inherited from interface com._1c.g5.v8.dt.mcore.NamedElement
getName, setNameMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface com._1c.g5.v8.dt.form.model.TitleStyle
getTitleFont, getTitleTextColor, setTitleFont, setTitleTextColorMethods inherited from interface com._1c.g5.v8.dt.form.model.TooltipContainer
getToolTip, getToolTipRepresentation, setToolTipRepresentationMethods inherited from interface com._1c.g5.v8.dt.form.model.Visible
getUserVisible, isEnabled, isVisible, setEnabled, setUserVisible, setVisible
-
Method Details
-
isReadOnly
boolean isReadOnly()Returns the value of the 'Read Only' attribute.- Returns:
- the value of the 'Read Only' attribute.
- See Also:
-
setReadOnly
void setReadOnly(boolean value) Sets the value of the 'Read Only' attribute.- Parameters:
value- the new value of the 'Read Only' attribute.- See Also:
-
isEnableContentChange
boolean isEnableContentChange()Returns the value of the 'Enable Content Change' attribute.- Returns:
- the value of the 'Enable Content Change' attribute.
- See Also:
-
setEnableContentChange
void setEnableContentChange(boolean value) Sets the value of the 'Enable Content Change' attribute.- Parameters:
value- the new value of the 'Enable Content Change' attribute.- See Also:
-
getShortcut
String getShortcut()Returns the value of the 'Shortcut' attribute.- Returns:
- the value of the 'Shortcut' attribute.
- See Also:
-
setShortcut
Sets the value of the 'Shortcut' attribute.- Parameters:
value- the new value of the 'Shortcut' attribute.- See Also:
-
getWidth
int getWidth()Returns the value of the 'Width' attribute.- Returns:
- the value of the 'Width' attribute.
- See Also:
-
setWidth
void setWidth(int value) Sets the value of the 'Width' attribute.- Parameters:
value- the new value of the 'Width' attribute.- See Also:
-
getHeight
int getHeight()Returns the value of the 'Height' attribute.- Returns:
- the value of the 'Height' attribute.
- See Also:
-
setHeight
void setHeight(int value) Sets the value of the 'Height' attribute.- Parameters:
value- the new value of the 'Height' attribute.- See Also:
-
getHorizontalStretch
Boolean getHorizontalStretch()Returns the value of the 'Horizontal Stretch' attribute.- Returns:
- the value of the 'Horizontal Stretch' attribute.
- See Also:
-
setHorizontalStretch
Sets the value of the 'Horizontal Stretch' attribute.- Parameters:
value- the new value of the 'Horizontal Stretch' attribute.- See Also:
-
getVerticalStretch
Boolean getVerticalStretch()Returns the value of the 'Vertical Stretch' attribute.- Returns:
- the value of the 'Vertical Stretch' attribute.
- See Also:
-
setVerticalStretch
Sets the value of the 'Vertical Stretch' attribute.- Parameters:
value- the new value of the 'Vertical Stretch' attribute.- See Also:
-
getGroupHorizontalAlign
ItemHorizontalAlignment getGroupHorizontalAlign()Returns the value of the 'Group Horizontal Align' attribute. The literals are from the enumerationItemHorizontalAlignment.- Returns:
- the value of the 'Group Horizontal Align' attribute.
- See Also:
-
setGroupHorizontalAlign
Sets the value of the 'Group Horizontal Align' attribute.- Parameters:
value- the new value of the 'Group Horizontal Align' attribute.- See Also:
-
getGroupVerticalAlign
ItemVerticalAlignment getGroupVerticalAlign()Returns the value of the 'Group Vertical Align' attribute. The literals are from the enumerationItemVerticalAlignment.- Returns:
- the value of the 'Group Vertical Align' attribute.
- See Also:
-
setGroupVerticalAlign
Sets the value of the 'Group Vertical Align' attribute.- Parameters:
value- the new value of the 'Group Vertical Align' attribute.- See Also:
-