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.int
Returns 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.int
getWidth()
Returns the value of the 'Width' attribute.boolean
Returns the value of the 'Enable Content Change' attribute.boolean
Returns the value of the 'Read Only' attribute.void
setEnableContentChange
(boolean value) Sets the value of the 'Enable Content Change
' attribute.void
Sets the value of the 'Group Horizontal Align
' attribute.void
Sets the value of the 'Group Vertical Align
' attribute.void
setHeight
(int value) Sets the value of the 'Height
' attribute.void
setHorizontalStretch
(Boolean value) Sets the value of the 'Horizontal Stretch
' attribute.void
setReadOnly
(boolean value) Sets the value of the 'Read Only
' attribute.void
setShortcut
(String value) Sets the value of the 'Shortcut
' attribute.void
setVerticalStretch
(Boolean value) Sets the value of the 'Vertical Stretch
' attribute.void
setWidth
(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, eUnset
Methods inherited from interface com._1c.g5.v8.dt.form.model.FormItem
getDisplayImportance, getId, isPositionChanged, setDisplayImportance, setId, setPositionChanged
Methods inherited from interface com._1c.g5.v8.dt.form.model.FormItemContainer
getItems
Methods inherited from interface com._1c.g5.v8.dt.form.model.FormVisualEntity
getUserChangedProperties
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 com._1c.g5.v8.dt.mcore.NamedElement
getName, setName
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
Methods inherited from interface com._1c.g5.v8.dt.form.model.TitleStyle
getTitleFont, getTitleTextColor, setTitleFont, setTitleTextColor
Methods inherited from interface com._1c.g5.v8.dt.form.model.TooltipContainer
getToolTip, getToolTipRepresentation, setToolTipRepresentation
Methods 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:
-