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
public interface PopupGroupExtInfo extends GroupExtInfo
A representation of the model object 'Popup Group Ext Info'.The following features are supported:
- See Also:
FormPackage.getPopupGroupExtInfo()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ColorgetBackColor()Returns the value of the 'Back Color' containment reference.ColorgetBorderColor()Returns the value of the 'Border Color' containment reference.FormStandardCommandSourcegetCommandSource()Returns the value of the 'Command Source' reference.PicturegetPicture()Returns the value of the 'Picture' containment reference.ButtonRepresentationgetRepresentation()Returns the value of the 'Representation' attribute.ButtonShapegetShape()Returns the value of the 'Shape' attribute.ButtonShapeRepresentationgetShapeRepresentation()Returns the value of the 'Shape Representation' attribute.voidsetBackColor(Color value)Sets the value of the 'Back Color' containment reference.voidsetBorderColor(Color value)Sets the value of the 'Border Color' containment reference.voidsetCommandSource(FormStandardCommandSource value)Sets the value of the 'Command Source' reference.voidsetPicture(Picture value)Sets the value of the 'Picture' containment reference.voidsetRepresentation(ButtonRepresentation value)Sets the value of the 'Representation' attribute.voidsetShape(ButtonShape value)Sets the value of the 'Shape' attribute.voidsetShapeRepresentation(ButtonShapeRepresentation value)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
-
-
-
-
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.getPopupGroupExtInfo_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()
-
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:
ButtonRepresentation,setRepresentation(ButtonRepresentation),FormPackage.getPopupGroupExtInfo_Representation()
-
setRepresentation
void setRepresentation(ButtonRepresentation value)
Sets the value of the 'Representation' attribute.- Parameters:
value- the new value of the 'Representation' attribute.- See Also:
ButtonRepresentation,getRepresentation()
-
getCommandSource
FormStandardCommandSource getCommandSource()
Returns the value of the 'Command Source' reference.- Returns:
- the value of the 'Command Source' reference.
- See Also:
setCommandSource(FormStandardCommandSource),FormPackage.getPopupGroupExtInfo_CommandSource()
-
setCommandSource
void setCommandSource(FormStandardCommandSource value)
Sets the value of the 'Command Source' reference.- Parameters:
value- the new value of the 'Command Source' reference.- See Also:
getCommandSource()
-
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:
ButtonShape,setShape(ButtonShape),FormPackage.getPopupGroupExtInfo_Shape()
-
setShape
void setShape(ButtonShape value)
Sets the value of the 'Shape' attribute.- Parameters:
value- the new value of the 'Shape' attribute.- See Also:
ButtonShape,getShape()
-
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:
ButtonShapeRepresentation,setShapeRepresentation(ButtonShapeRepresentation),FormPackage.getPopupGroupExtInfo_ShapeRepresentation()
-
setShapeRepresentation
void setShapeRepresentation(ButtonShapeRepresentation value)
Sets the value of the 'Shape Representation' attribute.- Parameters:
value- the new value of the 'Shape Representation' attribute.- See Also:
ButtonShapeRepresentation,getShapeRepresentation()
-
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.getPopupGroupExtInfo_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()
-
getBorderColor
Color getBorderColor()
Returns the value of the 'Border Color' containment reference.- Returns:
- the value of the 'Border Color' containment reference.
- See Also:
setBorderColor(Color),FormPackage.getPopupGroupExtInfo_BorderColor()
-
setBorderColor
void setBorderColor(Color value)
Sets the value of the 'Border Color' containment reference.- Parameters:
value- the new value of the 'Border Color' containment reference.- See Also:
getBorderColor()
-
-