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
A representation of the model object 'Column Group Ext Info'.
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 'Fixing In Table' attribute.getGroup()
Returns the value of the 'Group' attribute.Returns the value of the 'Header Data Path' containment reference.Returns the value of the 'Header Format' map.Returns the value of the 'Header Horizontal Align' attribute.Returns the value of the 'Header Picture' containment reference.Returns the value of the 'Title Back Color' containment reference.boolean
Returns the value of the 'Show In Header' attribute.boolean
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
Sets the value of the 'Header Data Path
' containment reference.void
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, bmGetNamespace, bmGetPlatformTransaction, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmMatchSingleReference, bmSetProperty
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
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:
-
setGroup
Sets the value of the 'Group
' attribute.- Parameters:
value
- the new value of the 'Group' attribute.- See Also:
-
isShowTitle
boolean isShowTitle()Returns the value of the 'Show Title' attribute.- Returns:
- the value of the 'Show Title' attribute.
- See Also:
-
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:
-
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
Sets the value of the 'Title Back Color
' containment reference.- Parameters:
value
- the new value of the 'Title Back Color' containment reference.- See Also:
-
isShowInHeader
boolean isShowInHeader()Returns the value of the 'Show In Header' attribute.- Returns:
- the value of the 'Show In Header' attribute.
- See Also:
-
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:
-
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
Sets the value of the 'Header Data Path
' containment reference.- Parameters:
value
- the new value of the 'Header Data Path' containment reference.- See Also:
-
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:
-
setHeaderHorizontalAlign
Sets the value of the 'Header Horizontal Align
' attribute.- Parameters:
value
- the new value of the 'Header Horizontal Align' attribute.- See Also:
-
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:
-
getHeaderPicture
Picture getHeaderPicture()Returns the value of the 'Header Picture' containment reference.- Returns:
- the value of the 'Header Picture' containment reference.
- See Also:
-
setHeaderPicture
Sets the value of the 'Header Picture
' containment reference.- Parameters:
value
- the new value of the 'Header Picture' containment reference.- See Also:
-
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:
-
setFixingInTable
Sets the value of the 'Fixing In Table
' attribute.- Parameters:
value
- the new value of the 'Fixing In Table' attribute.- See Also:
-