Package com._1c.g5.v8.dt.form.model
Interface PopupGroupExtInfo
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,EventHandlerContainer
,ExtInfo
,GroupExtInfo
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
PopupGroupExtInfoImpl
A representation of the model object 'Popup 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 'Back Color' containment reference.Returns the value of the 'Border Color' containment reference.Returns the value of the 'Command Source' reference.Returns the value of the 'Picture' containment reference.Returns the value of the 'Representation' attribute.getShape()
Returns the value of the 'Shape' attribute.Returns the value of the 'Shape Representation' attribute.void
setBackColor
(Color value) Sets the value of the 'Back Color
' containment reference.void
setBorderColor
(Color value) Sets the value of the 'Border Color
' containment reference.void
Sets the value of the 'Command Source
' reference.void
setPicture
(Picture value) Sets the value of the 'Picture
' containment reference.void
Sets the value of the 'Representation
' attribute.void
setShape
(ButtonShape value) Sets the value of the 'Shape
' attribute.void
Sets the value of the 'Shape Representation
' 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
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getPicture
Picture getPicture()Returns the value of the 'Picture' containment reference.- Returns:
- the value of the 'Picture' containment reference.
- See Also:
-
setPicture
Sets the value of the 'Picture
' containment reference.- Parameters:
value
- the new value of the 'Picture' containment reference.- See Also:
-
getRepresentation
ButtonRepresentation getRepresentation()Returns the value of the 'Representation' attribute. The literals are from the enumerationButtonRepresentation
.- Returns:
- the value of the 'Representation' attribute.
- See Also:
-
setRepresentation
Sets the value of the 'Representation
' attribute.- Parameters:
value
- the new value of the 'Representation' attribute.- See Also:
-
getCommandSource
FormStandardCommandSource getCommandSource()Returns the value of the 'Command Source' reference.- Returns:
- the value of the 'Command Source' reference.
- See Also:
-
setCommandSource
Sets the value of the 'Command Source
' reference.- Parameters:
value
- the new value of the 'Command Source' reference.- See Also:
-
getShape
ButtonShape getShape()Returns the value of the 'Shape' attribute. The literals are from the enumerationButtonShape
.- Returns:
- the value of the 'Shape' attribute.
- See Also:
-
setShape
Sets the value of the 'Shape
' attribute.- Parameters:
value
- the new value of the 'Shape' attribute.- See Also:
-
getShapeRepresentation
ButtonShapeRepresentation getShapeRepresentation()Returns the value of the 'Shape Representation' attribute. The literals are from the enumerationButtonShapeRepresentation
.- Returns:
- the value of the 'Shape Representation' attribute.
- See Also:
-
setShapeRepresentation
Sets the value of the 'Shape Representation
' attribute.- Parameters:
value
- the new value of the 'Shape Representation' attribute.- See Also:
-
getBackColor
Color getBackColor()Returns the value of the 'Back Color' containment reference.- Returns:
- the value of the 'Back Color' containment reference.
- See Also:
-
setBackColor
Sets the value of the 'Back Color
' containment reference.- Parameters:
value
- the new value of the 'Back Color' containment reference.- See Also:
-
getBorderColor
Color getBorderColor()Returns the value of the 'Border Color' containment reference.- Returns:
- the value of the 'Border Color' containment reference.
- See Also:
-
setBorderColor
Sets the value of the 'Border Color
' containment reference.- Parameters:
value
- the new value of the 'Border Color' containment reference.- See Also:
-