Package com._1c.g5.v8.dt.form.model
Interface PageGroupExtInfo
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,EventHandlerContainer,ExtInfo,GroupExtInfo,IBmObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
PageGroupExtInfoImpl
public interface PageGroupExtInfo extends GroupExtInfo
A representation of the model object 'Page Group Ext Info'.The following features are supported:
- See Also:
FormPackage.getPageGroupExtInfo()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ColorgetBackColor()Returns the value of the 'Back Color' containment reference.FormChildrenAligngetChildrenAlign()Returns the value of the 'Children Align' attribute.org.eclipse.emf.common.util.EMap<String,String>getFormat()Returns the value of the 'Format' map.FormChildrenGroupgetGroup()Returns the value of the 'Group' attribute.ItemHorizontalAlignmentgetHorizontalAlign()Returns the value of the 'Horizontal Align' attribute.FormItemSpacinggetHorizontalSpacing()Returns the value of the 'Horizontal Spacing' attribute.PicturegetPicture()Returns the value of the 'Picture' containment reference.FormChildrenWidthgetSlaveItemsWidth()Returns the value of the 'Slave Items Width' attribute.AbstractDataPathgetTitleDataPath()Returns the value of the 'Title Data Path' containment reference.ItemVerticalAlignmentgetVerticalAlign()Returns the value of the 'Vertical Align' attribute.FormItemSpacinggetVerticalSpacing()Returns the value of the 'Vertical Spacing' attribute.booleanisScrollOnCompress()Returns the value of the 'Scroll On Compress' attribute.booleanisShowTitle()Returns the value of the 'Show Title' attribute.voidsetBackColor(Color value)Sets the value of the 'Back Color' containment reference.voidsetChildrenAlign(FormChildrenAlign value)Sets the value of the 'Children Align' attribute.voidsetGroup(FormChildrenGroup value)Sets the value of the 'Group' attribute.voidsetHorizontalAlign(ItemHorizontalAlignment value)Sets the value of the 'Horizontal Align' attribute.voidsetHorizontalSpacing(FormItemSpacing value)Sets the value of the 'Horizontal Spacing' attribute.voidsetPicture(Picture value)Sets the value of the 'Picture' containment reference.voidsetScrollOnCompress(boolean value)Sets the value of the 'Scroll On Compress' attribute.voidsetShowTitle(boolean value)Sets the value of the 'Show Title' attribute.voidsetSlaveItemsWidth(FormChildrenWidth value)Sets the value of the 'Slave Items Width' attribute.voidsetTitleDataPath(AbstractDataPath value)Sets the value of the 'Title Data Path' containment reference.voidsetVerticalAlign(ItemVerticalAlignment value)Sets the value of the 'Vertical Align' attribute.voidsetVerticalSpacing(FormItemSpacing value)Sets the value of the 'Vertical Spacing' 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
-
getPicture
Picture getPicture()
Returns the value of the 'Picture' containment reference.- Returns:
- the value of the 'Picture' containment reference.
- See Also:
setPicture(Picture),FormPackage.getPageGroupExtInfo_Picture()
-
setPicture
void setPicture(Picture value)
Sets the value of the 'Picture' containment reference.- Parameters:
value- the new value of the 'Picture' containment reference.- See Also:
getPicture()
-
getGroup
FormChildrenGroup getGroup()
Returns the value of the 'Group' attribute. The literals are from the enumerationFormChildrenGroup.- Returns:
- the value of the 'Group' attribute.
- See Also:
FormChildrenGroup,setGroup(FormChildrenGroup),FormPackage.getPageGroupExtInfo_Group()
-
setGroup
void setGroup(FormChildrenGroup value)
Sets the value of the 'Group' attribute.- Parameters:
value- the new value of the 'Group' attribute.- See Also:
FormChildrenGroup,getGroup()
-
getChildrenAlign
FormChildrenAlign getChildrenAlign()
Returns the value of the 'Children Align' attribute. The literals are from the enumerationFormChildrenAlign.- Returns:
- the value of the 'Children Align' attribute.
- See Also:
FormChildrenAlign,setChildrenAlign(FormChildrenAlign),FormPackage.getPageGroupExtInfo_ChildrenAlign()
-
setChildrenAlign
void setChildrenAlign(FormChildrenAlign value)
Sets the value of the 'Children Align' attribute.- Parameters:
value- the new value of the 'Children Align' attribute.- See Also:
FormChildrenAlign,getChildrenAlign()
-
getHorizontalSpacing
FormItemSpacing getHorizontalSpacing()
Returns the value of the 'Horizontal Spacing' attribute. The literals are from the enumerationFormItemSpacing.- Returns:
- the value of the 'Horizontal Spacing' attribute.
- See Also:
FormItemSpacing,setHorizontalSpacing(FormItemSpacing),FormPackage.getPageGroupExtInfo_HorizontalSpacing()
-
setHorizontalSpacing
void setHorizontalSpacing(FormItemSpacing value)
Sets the value of the 'Horizontal Spacing' attribute.- Parameters:
value- the new value of the 'Horizontal Spacing' attribute.- See Also:
FormItemSpacing,getHorizontalSpacing()
-
getVerticalSpacing
FormItemSpacing getVerticalSpacing()
Returns the value of the 'Vertical Spacing' attribute. The literals are from the enumerationFormItemSpacing.- Returns:
- the value of the 'Vertical Spacing' attribute.
- See Also:
FormItemSpacing,setVerticalSpacing(FormItemSpacing),FormPackage.getPageGroupExtInfo_VerticalSpacing()
-
setVerticalSpacing
void setVerticalSpacing(FormItemSpacing value)
Sets the value of the 'Vertical Spacing' attribute.- Parameters:
value- the new value of the 'Vertical Spacing' attribute.- See Also:
FormItemSpacing,getVerticalSpacing()
-
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.getPageGroupExtInfo_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()
-
getVerticalAlign
ItemVerticalAlignment getVerticalAlign()
Returns the value of the 'Vertical Align' attribute. The literals are from the enumerationItemVerticalAlignment.- Returns:
- the value of the 'Vertical Align' attribute.
- See Also:
ItemVerticalAlignment,setVerticalAlign(ItemVerticalAlignment),FormPackage.getPageGroupExtInfo_VerticalAlign()
-
setVerticalAlign
void setVerticalAlign(ItemVerticalAlignment value)
Sets the value of the 'Vertical Align' attribute.- Parameters:
value- the new value of the 'Vertical Align' attribute.- See Also:
ItemVerticalAlignment,getVerticalAlign()
-
getSlaveItemsWidth
FormChildrenWidth getSlaveItemsWidth()
Returns the value of the 'Slave Items Width' attribute. The literals are from the enumerationFormChildrenWidth.- Returns:
- the value of the 'Slave Items Width' attribute.
- See Also:
FormChildrenWidth,setSlaveItemsWidth(FormChildrenWidth),FormPackage.getPageGroupExtInfo_SlaveItemsWidth()
-
setSlaveItemsWidth
void setSlaveItemsWidth(FormChildrenWidth value)
Sets the value of the 'Slave Items Width' attribute.- Parameters:
value- the new value of the 'Slave Items Width' attribute.- See Also:
FormChildrenWidth,getSlaveItemsWidth()
-
getFormat
org.eclipse.emf.common.util.EMap<String,String> getFormat()
- Returns:
- the value of the 'Format' map.
- See Also:
FormPackage.getPageGroupExtInfo_Format()
-
isShowTitle
boolean isShowTitle()
Returns the value of the 'Show Title' attribute.- Returns:
- the value of the 'Show Title' attribute.
- See Also:
setShowTitle(boolean),FormPackage.getPageGroupExtInfo_ShowTitle()
-
setShowTitle
void setShowTitle(boolean value)
Sets the value of the 'Show Title' attribute.- Parameters:
value- the new value of the 'Show Title' attribute.- See Also:
isShowTitle()
-
getTitleDataPath
AbstractDataPath getTitleDataPath()
Returns the value of the 'Title Data Path' containment reference.- Returns:
- the value of the 'Title Data Path' containment reference.
- See Also:
setTitleDataPath(AbstractDataPath),FormPackage.getPageGroupExtInfo_TitleDataPath()
-
setTitleDataPath
void setTitleDataPath(AbstractDataPath value)
Sets the value of the 'Title Data Path' containment reference.- Parameters:
value- the new value of the 'Title Data Path' containment reference.- See Also:
getTitleDataPath()
-
getBackColor
Color getBackColor()
Returns the value of the 'Back Color' containment reference.- Returns:
- the value of the 'Back Color' containment reference.
- See Also:
setBackColor(Color),FormPackage.getPageGroupExtInfo_BackColor()
-
setBackColor
void setBackColor(Color value)
Sets the value of the 'Back Color' containment reference.- Parameters:
value- the new value of the 'Back Color' containment reference.- See Also:
getBackColor()
-
isScrollOnCompress
boolean isScrollOnCompress()
Returns the value of the 'Scroll On Compress' attribute.- Returns:
- the value of the 'Scroll On Compress' attribute.
- See Also:
setScrollOnCompress(boolean),FormPackage.getPageGroupExtInfo_ScrollOnCompress()
-
setScrollOnCompress
void setScrollOnCompress(boolean value)
Sets the value of the 'Scroll On Compress' attribute.- Parameters:
value- the new value of the 'Scroll On Compress' attribute.- See Also:
isScrollOnCompress()
-
-