Package com._1c.g5.v8.dt.form.model
Interface ColumnGroupExtInfo
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,EventHandlerContainer
,ExtInfo
,GroupExtInfo
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ColumnGroupExtInfoImpl
public interface ColumnGroupExtInfo extends GroupExtInfo
A representation of the model object 'Column Group Ext Info'.The following features are supported:
- See Also:
FormPackage.getColumnGroupExtInfo()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FormFixedInTable
getFixingInTable()
Returns the value of the 'Fixing In Table' attribute.ColumnGrouping
getGroup()
Returns the value of the 'Group' attribute.AbstractDataPath
getHeaderDataPath()
Returns the value of the 'Header Data Path' containment reference.org.eclipse.emf.common.util.EMap<String,String>
getHeaderFormat()
Returns the value of the 'Header Format' map.ItemHorizontalAlignment
getHeaderHorizontalAlign()
Returns the value of the 'Header Horizontal Align' attribute.Picture
getHeaderPicture()
Returns the value of the 'Header Picture' containment reference.Color
getTitleBackColor()
Returns the value of the 'Title Back Color' containment reference.boolean
isShowInHeader()
Returns the value of the 'Show In Header' attribute.boolean
isShowTitle()
Returns the value of the 'Show Title' attribute.void
setFixingInTable(FormFixedInTable value)
Sets the value of the 'Fixing In Table
' attribute.void
setGroup(ColumnGrouping value)
Sets the value of the 'Group
' attribute.void
setHeaderDataPath(AbstractDataPath value)
Sets the value of the 'Header Data Path
' containment reference.void
setHeaderHorizontalAlign(ItemHorizontalAlignment value)
Sets the value of the 'Header Horizontal Align
' attribute.void
setHeaderPicture(Picture value)
Sets the value of the 'Header Picture
' containment reference.void
setShowInHeader(boolean value)
Sets the value of the 'Show In Header
' attribute.void
setShowTitle(boolean value)
Sets the value of the 'Show Title
' attribute.void
setTitleBackColor(Color value)
Sets the value of the 'Title Back Color
' containment reference.-
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, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmListBinaryData, bmReadBinaryData, bmRemoveBinaryData, bmSetProperty, bmWriteBinaryData
-
-
-
-
Method Detail
-
getGroup
ColumnGrouping getGroup()
Returns the value of the 'Group' attribute. The literals are from the enumerationColumnGrouping
.- Returns:
- the value of the 'Group' attribute.
- See Also:
ColumnGrouping
,setGroup(ColumnGrouping)
,FormPackage.getColumnGroupExtInfo_Group()
-
setGroup
void setGroup(ColumnGrouping value)
Sets the value of the 'Group
' attribute.- Parameters:
value
- the new value of the 'Group' attribute.- See Also:
ColumnGrouping
,getGroup()
-
isShowTitle
boolean isShowTitle()
Returns the value of the 'Show Title' attribute.- Returns:
- the value of the 'Show Title' attribute.
- See Also:
setShowTitle(boolean)
,FormPackage.getColumnGroupExtInfo_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()
-
getTitleBackColor
Color getTitleBackColor()
Returns the value of the 'Title Back Color' containment reference.- Returns:
- the value of the 'Title Back Color' containment reference.
- See Also:
setTitleBackColor(Color)
,FormPackage.getColumnGroupExtInfo_TitleBackColor()
-
setTitleBackColor
void setTitleBackColor(Color value)
Sets the value of the 'Title Back Color
' containment reference.- Parameters:
value
- the new value of the 'Title Back Color' containment reference.- See Also:
getTitleBackColor()
-
isShowInHeader
boolean isShowInHeader()
Returns the value of the 'Show In Header' attribute.- Returns:
- the value of the 'Show In Header' attribute.
- See Also:
setShowInHeader(boolean)
,FormPackage.getColumnGroupExtInfo_ShowInHeader()
-
setShowInHeader
void setShowInHeader(boolean value)
Sets the value of the 'Show In Header
' attribute.- Parameters:
value
- the new value of the 'Show In Header' attribute.- See Also:
isShowInHeader()
-
getHeaderDataPath
AbstractDataPath getHeaderDataPath()
Returns the value of the 'Header Data Path' containment reference.- Returns:
- the value of the 'Header Data Path' containment reference.
- See Also:
setHeaderDataPath(AbstractDataPath)
,FormPackage.getColumnGroupExtInfo_HeaderDataPath()
-
setHeaderDataPath
void setHeaderDataPath(AbstractDataPath value)
Sets the value of the 'Header Data Path
' containment reference.- Parameters:
value
- the new value of the 'Header Data Path' containment reference.- See Also:
getHeaderDataPath()
-
getHeaderHorizontalAlign
ItemHorizontalAlignment getHeaderHorizontalAlign()
Returns the value of the 'Header Horizontal Align' attribute. The literals are from the enumerationItemHorizontalAlignment
.- Returns:
- the value of the 'Header Horizontal Align' attribute.
- See Also:
ItemHorizontalAlignment
,setHeaderHorizontalAlign(ItemHorizontalAlignment)
,FormPackage.getColumnGroupExtInfo_HeaderHorizontalAlign()
-
setHeaderHorizontalAlign
void setHeaderHorizontalAlign(ItemHorizontalAlignment value)
Sets the value of the 'Header Horizontal Align
' attribute.- Parameters:
value
- the new value of the 'Header Horizontal Align' attribute.- See Also:
ItemHorizontalAlignment
,getHeaderHorizontalAlign()
-
getHeaderFormat
org.eclipse.emf.common.util.EMap<String,String> getHeaderFormat()
Returns the value of the 'Header Format' map. The key is of typeString
, and the value is of typeString
,- Returns:
- the value of the 'Header Format' map.
- See Also:
FormPackage.getColumnGroupExtInfo_HeaderFormat()
-
getHeaderPicture
Picture getHeaderPicture()
Returns the value of the 'Header Picture' containment reference.- Returns:
- the value of the 'Header Picture' containment reference.
- See Also:
setHeaderPicture(Picture)
,FormPackage.getColumnGroupExtInfo_HeaderPicture()
-
setHeaderPicture
void setHeaderPicture(Picture value)
Sets the value of the 'Header Picture
' containment reference.- Parameters:
value
- the new value of the 'Header Picture' containment reference.- See Also:
getHeaderPicture()
-
getFixingInTable
FormFixedInTable getFixingInTable()
Returns the value of the 'Fixing In Table' attribute. The literals are from the enumerationFormFixedInTable
.- Returns:
- the value of the 'Fixing In Table' attribute.
- See Also:
FormFixedInTable
,setFixingInTable(FormFixedInTable)
,FormPackage.getColumnGroupExtInfo_FixingInTable()
-
setFixingInTable
void setFixingInTable(FormFixedInTable value)
Sets the value of the 'Fixing In Table
' attribute.- Parameters:
value
- the new value of the 'Fixing In Table' attribute.- See Also:
FormFixedInTable
,getFixingInTable()
-
-