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 GroupBaseThe following features are supported:
- See Also:
FormPackage.getGroup()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ItemHorizontalAlignment
getGroupHorizontalAlign()
Returns the value of the 'Group Horizontal Align' attribute.ItemVerticalAlignment
getGroupVerticalAlign()
Returns the value of the 'Group Vertical Align' attribute.int
getHeight()
Returns the value of the 'Height' attribute.Boolean
getHorizontalStretch()
Returns the value of the 'Horizontal Stretch' attribute.String
getShortcut()
Returns the value of the 'Shortcut' attribute.Boolean
getVerticalStretch()
Returns the value of the 'Vertical Stretch' attribute.int
getWidth()
Returns the value of the 'Width' attribute.boolean
isEnableContentChange()
Returns the value of the 'Enable Content Change' attribute.boolean
isReadOnly()
Returns the value of the 'Read Only' attribute.void
setEnableContentChange(boolean value)
Sets the value of the 'Enable Content Change
' attribute.void
setGroupHorizontalAlign(ItemHorizontalAlignment value)
Sets the value of the 'Group Horizontal Align
' attribute.void
setGroupVerticalAlign(ItemVerticalAlignment value)
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, setDisplayImportance, setId
-
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, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmListBinaryData, bmReadBinaryData, bmRemoveBinaryData, bmSetProperty, bmWriteBinaryData
-
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 Detail
-
isReadOnly
boolean isReadOnly()
Returns the value of the 'Read Only' attribute.- Returns:
- the value of the 'Read Only' attribute.
- See Also:
setReadOnly(boolean)
,FormPackage.getGroup_ReadOnly()
-
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:
isReadOnly()
-
isEnableContentChange
boolean isEnableContentChange()
Returns the value of the 'Enable Content Change' attribute.- Returns:
- the value of the 'Enable Content Change' attribute.
- See Also:
setEnableContentChange(boolean)
,FormPackage.getGroup_EnableContentChange()
-
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:
isEnableContentChange()
-
getShortcut
String getShortcut()
Returns the value of the 'Shortcut' attribute.- Returns:
- the value of the 'Shortcut' attribute.
- See Also:
setShortcut(String)
,FormPackage.getGroup_Shortcut()
-
setShortcut
void setShortcut(String value)
Sets the value of the 'Shortcut
' attribute.- Parameters:
value
- the new value of the 'Shortcut' attribute.- See Also:
getShortcut()
-
getWidth
int getWidth()
Returns the value of the 'Width' attribute.- Returns:
- the value of the 'Width' attribute.
- See Also:
setWidth(int)
,FormPackage.getGroup_Width()
-
setWidth
void setWidth(int value)
Sets the value of the 'Width
' attribute.- Parameters:
value
- the new value of the 'Width' attribute.- See Also:
getWidth()
-
getHeight
int getHeight()
Returns the value of the 'Height' attribute.- Returns:
- the value of the 'Height' attribute.
- See Also:
setHeight(int)
,FormPackage.getGroup_Height()
-
setHeight
void setHeight(int value)
Sets the value of the 'Height
' attribute.- Parameters:
value
- the new value of the 'Height' attribute.- See Also:
getHeight()
-
getHorizontalStretch
Boolean getHorizontalStretch()
Returns the value of the 'Horizontal Stretch' attribute.- Returns:
- the value of the 'Horizontal Stretch' attribute.
- See Also:
setHorizontalStretch(Boolean)
,FormPackage.getGroup_HorizontalStretch()
-
setHorizontalStretch
void setHorizontalStretch(Boolean value)
Sets the value of the 'Horizontal Stretch
' attribute.- Parameters:
value
- the new value of the 'Horizontal Stretch' attribute.- See Also:
getHorizontalStretch()
-
getVerticalStretch
Boolean getVerticalStretch()
Returns the value of the 'Vertical Stretch' attribute.- Returns:
- the value of the 'Vertical Stretch' attribute.
- See Also:
setVerticalStretch(Boolean)
,FormPackage.getGroup_VerticalStretch()
-
setVerticalStretch
void setVerticalStretch(Boolean value)
Sets the value of the 'Vertical Stretch
' attribute.- Parameters:
value
- the new value of the 'Vertical Stretch' attribute.- See Also:
getVerticalStretch()
-
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:
ItemHorizontalAlignment
,setGroupHorizontalAlign(ItemHorizontalAlignment)
,FormPackage.getGroup_GroupHorizontalAlign()
-
setGroupHorizontalAlign
void setGroupHorizontalAlign(ItemHorizontalAlignment value)
Sets the value of the 'Group Horizontal Align
' attribute.- Parameters:
value
- the new value of the 'Group Horizontal Align' attribute.- See Also:
ItemHorizontalAlignment
,getGroupHorizontalAlign()
-
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:
ItemVerticalAlignment
,setGroupVerticalAlign(ItemVerticalAlignment)
,FormPackage.getGroup_GroupVerticalAlign()
-
setGroupVerticalAlign
void setGroupVerticalAlign(ItemVerticalAlignment value)
Sets the value of the 'Group Vertical Align
' attribute.- Parameters:
value
- the new value of the 'Group Vertical Align' attribute.- See Also:
ItemVerticalAlignment
,getGroupVerticalAlign()
-
-