Package com._1c.g5.v8.dt.form.model
Interface ImageFieldExtInfo
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,EventHandlerContainer
,ExtInfo
,FieldExtInfo
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ImageFieldExtInfoImpl
public interface ImageFieldExtInfo extends FieldExtInfo
A representation of the model object 'Image Field Ext Info'.The following features are supported:
- See Also:
FormPackage.getImageFieldExtInfo()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Border
getBorder()
Returns the value of the 'Border' containment reference.Color
getBorderColor()
Returns the value of the 'Border Color' containment reference.FileDragMode
getFileDragMode()
Returns the value of the 'File Drag Mode' attribute.Font
getFont()
Returns the value of the 'Font' containment reference.int
getHeight()
Returns the value of the 'Height' attribute.int
getImageScale()
Returns the value of the 'Image Scale' attribute.int
getMaxHeight()
Returns the value of the 'Max Height' attribute.int
getMaxWidth()
Returns the value of the 'Max Width' attribute.int
getMinWidth()
Returns the value of the 'Min Width' attribute.org.eclipse.emf.common.util.EMap<String,String>
getNonselectedPictureText()
Returns the value of the 'Nonselected Picture Text' map.PictureSize
getPictureSize()
Returns the value of the 'Picture Size' attribute.Color
getTextColor()
Returns the value of the 'Text Color' containment reference.Picture
getValuesPicture()
Returns the value of the 'Values Picture' containment reference.int
getWidth()
Returns the value of the 'Width' attribute.boolean
isAutoMaxHeight()
Returns the value of the 'Auto Max Height' attribute.boolean
isAutoMaxWidth()
Returns the value of the 'Auto Max Width' attribute.boolean
isEnableDrag()
Returns the value of the 'Enable Drag' attribute.boolean
isEnableStartDrag()
Returns the value of the 'Enable Start Drag' attribute.boolean
isHorizontalStretch()
Returns the value of the 'Horizontal Stretch' attribute.boolean
isHyperlink()
Returns the value of the 'Hyperlink' attribute.boolean
isVerticalStretch()
Returns the value of the 'Vertical Stretch' attribute.boolean
isZoomable()
Returns the value of the 'Zoomable' attribute.void
setAutoMaxHeight(boolean value)
Sets the value of the 'Auto Max Height
' attribute.void
setAutoMaxWidth(boolean value)
Sets the value of the 'Auto Max Width
' attribute.void
setBorder(Border value)
Sets the value of the 'Border
' containment reference.void
setBorderColor(Color value)
Sets the value of the 'Border Color
' containment reference.void
setEnableDrag(boolean value)
Sets the value of the 'Enable Drag
' attribute.void
setEnableStartDrag(boolean value)
Sets the value of the 'Enable Start Drag
' attribute.void
setFileDragMode(FileDragMode value)
Sets the value of the 'File Drag Mode
' attribute.void
setFont(Font value)
Sets the value of the 'Font
' containment reference.void
setHeight(int value)
Sets the value of the 'Height
' attribute.void
setHorizontalStretch(boolean value)
Sets the value of the 'Horizontal Stretch
' attribute.void
setHyperlink(boolean value)
Sets the value of the 'Hyperlink
' attribute.void
setImageScale(int value)
Sets the value of the 'Image Scale
' attribute.void
setMaxHeight(int value)
Sets the value of the 'Max Height
' attribute.void
setMaxWidth(int value)
Sets the value of the 'Max Width
' attribute.void
setMinWidth(int value)
Sets the value of the 'Min Width
' attribute.void
setPictureSize(PictureSize value)
Sets the value of the 'Picture Size
' attribute.void
setTextColor(Color value)
Sets the value of the 'Text Color
' containment reference.void
setValuesPicture(Picture value)
Sets the value of the 'Values Picture
' containment reference.void
setVerticalStretch(boolean value)
Sets the value of the 'Vertical Stretch
' attribute.void
setWidth(int value)
Sets the value of the 'Width
' attribute.void
setZoomable(boolean value)
Sets the value of the 'Zoomable
' attribute.boolean
validate(org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-
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
-
getWidth
int getWidth()
Returns the value of the 'Width' attribute.- Returns:
- the value of the 'Width' attribute.
- See Also:
setWidth(int)
,FormPackage.getImageFieldExtInfo_Width()
-
setWidth
void setWidth(int value)
Sets the value of the 'Width
' attribute.- Parameters:
value
- the new value of the 'Width' attribute.- See Also:
getWidth()
-
isAutoMaxWidth
boolean isAutoMaxWidth()
Returns the value of the 'Auto Max Width' attribute.- Returns:
- the value of the 'Auto Max Width' attribute.
- See Also:
setAutoMaxWidth(boolean)
,FormPackage.getImageFieldExtInfo_AutoMaxWidth()
-
setAutoMaxWidth
void setAutoMaxWidth(boolean value)
Sets the value of the 'Auto Max Width
' attribute.- Parameters:
value
- the new value of the 'Auto Max Width' attribute.- See Also:
isAutoMaxWidth()
-
getMaxWidth
int getMaxWidth()
Returns the value of the 'Max Width' attribute.- Returns:
- the value of the 'Max Width' attribute.
- See Also:
setMaxWidth(int)
,FormPackage.getImageFieldExtInfo_MaxWidth()
-
setMaxWidth
void setMaxWidth(int value)
Sets the value of the 'Max Width
' attribute.- Parameters:
value
- the new value of the 'Max Width' attribute.- See Also:
getMaxWidth()
-
getMinWidth
int getMinWidth()
Returns the value of the 'Min Width' attribute.- Returns:
- the value of the 'Min Width' attribute.
- See Also:
setMinWidth(int)
,FormPackage.getImageFieldExtInfo_MinWidth()
-
setMinWidth
void setMinWidth(int value)
Sets the value of the 'Min Width
' attribute.- Parameters:
value
- the new value of the 'Min Width' attribute.- See Also:
getMinWidth()
-
getHeight
int getHeight()
Returns the value of the 'Height' attribute.- Returns:
- the value of the 'Height' attribute.
- See Also:
setHeight(int)
,FormPackage.getImageFieldExtInfo_Height()
-
setHeight
void setHeight(int value)
Sets the value of the 'Height
' attribute.- Parameters:
value
- the new value of the 'Height' attribute.- See Also:
getHeight()
-
isAutoMaxHeight
boolean isAutoMaxHeight()
Returns the value of the 'Auto Max Height' attribute.- Returns:
- the value of the 'Auto Max Height' attribute.
- See Also:
setAutoMaxHeight(boolean)
,FormPackage.getImageFieldExtInfo_AutoMaxHeight()
-
setAutoMaxHeight
void setAutoMaxHeight(boolean value)
Sets the value of the 'Auto Max Height
' attribute.- Parameters:
value
- the new value of the 'Auto Max Height' attribute.- See Also:
isAutoMaxHeight()
-
getMaxHeight
int getMaxHeight()
Returns the value of the 'Max Height' attribute.- Returns:
- the value of the 'Max Height' attribute.
- See Also:
setMaxHeight(int)
,FormPackage.getImageFieldExtInfo_MaxHeight()
-
setMaxHeight
void setMaxHeight(int value)
Sets the value of the 'Max Height
' attribute.- Parameters:
value
- the new value of the 'Max Height' attribute.- See Also:
getMaxHeight()
-
isHorizontalStretch
boolean isHorizontalStretch()
Returns the value of the 'Horizontal Stretch' attribute.- Returns:
- the value of the 'Horizontal Stretch' attribute.
- See Also:
setHorizontalStretch(boolean)
,FormPackage.getImageFieldExtInfo_HorizontalStretch()
-
setHorizontalStretch
void setHorizontalStretch(boolean value)
Sets the value of the 'Horizontal Stretch
' attribute.- Parameters:
value
- the new value of the 'Horizontal Stretch' attribute.- See Also:
isHorizontalStretch()
-
isVerticalStretch
boolean isVerticalStretch()
Returns the value of the 'Vertical Stretch' attribute.- Returns:
- the value of the 'Vertical Stretch' attribute.
- See Also:
setVerticalStretch(boolean)
,FormPackage.getImageFieldExtInfo_VerticalStretch()
-
setVerticalStretch
void setVerticalStretch(boolean value)
Sets the value of the 'Vertical Stretch
' attribute.- Parameters:
value
- the new value of the 'Vertical Stretch' attribute.- See Also:
isVerticalStretch()
-
getPictureSize
PictureSize getPictureSize()
Returns the value of the 'Picture Size' attribute. The literals are from the enumerationPictureSize
.- Returns:
- the value of the 'Picture Size' attribute.
- See Also:
PictureSize
,setPictureSize(PictureSize)
,FormPackage.getImageFieldExtInfo_PictureSize()
-
setPictureSize
void setPictureSize(PictureSize value)
Sets the value of the 'Picture Size
' attribute.- Parameters:
value
- the new value of the 'Picture Size' attribute.- See Also:
PictureSize
,getPictureSize()
-
isZoomable
boolean isZoomable()
Returns the value of the 'Zoomable' attribute.- Returns:
- the value of the 'Zoomable' attribute.
- See Also:
setZoomable(boolean)
,FormPackage.getImageFieldExtInfo_Zoomable()
-
setZoomable
void setZoomable(boolean value)
Sets the value of the 'Zoomable
' attribute.- Parameters:
value
- the new value of the 'Zoomable' attribute.- See Also:
isZoomable()
-
getImageScale
int getImageScale()
Returns the value of the 'Image Scale' attribute. The default value is"100"
.- Returns:
- the value of the 'Image Scale' attribute.
- See Also:
setImageScale(int)
,FormPackage.getImageFieldExtInfo_ImageScale()
-
setImageScale
void setImageScale(int value)
Sets the value of the 'Image Scale
' attribute.- Parameters:
value
- the new value of the 'Image Scale' attribute.- See Also:
getImageScale()
-
isHyperlink
boolean isHyperlink()
Returns the value of the 'Hyperlink' attribute.- Returns:
- the value of the 'Hyperlink' attribute.
- See Also:
setHyperlink(boolean)
,FormPackage.getImageFieldExtInfo_Hyperlink()
-
setHyperlink
void setHyperlink(boolean value)
Sets the value of the 'Hyperlink
' attribute.- Parameters:
value
- the new value of the 'Hyperlink' attribute.- See Also:
isHyperlink()
-
getNonselectedPictureText
org.eclipse.emf.common.util.EMap<String,String> getNonselectedPictureText()
Returns the value of the 'Nonselected Picture Text' map. The key is of typeString
, and the value is of typeString
,- Returns:
- the value of the 'Nonselected Picture Text' map.
- See Also:
FormPackage.getImageFieldExtInfo_NonselectedPictureText()
-
isEnableStartDrag
boolean isEnableStartDrag()
Returns the value of the 'Enable Start Drag' attribute.- Returns:
- the value of the 'Enable Start Drag' attribute.
- See Also:
setEnableStartDrag(boolean)
,FormPackage.getImageFieldExtInfo_EnableStartDrag()
-
setEnableStartDrag
void setEnableStartDrag(boolean value)
Sets the value of the 'Enable Start Drag
' attribute.- Parameters:
value
- the new value of the 'Enable Start Drag' attribute.- See Also:
isEnableStartDrag()
-
isEnableDrag
boolean isEnableDrag()
Returns the value of the 'Enable Drag' attribute.- Returns:
- the value of the 'Enable Drag' attribute.
- See Also:
setEnableDrag(boolean)
,FormPackage.getImageFieldExtInfo_EnableDrag()
-
setEnableDrag
void setEnableDrag(boolean value)
Sets the value of the 'Enable Drag
' attribute.- Parameters:
value
- the new value of the 'Enable Drag' attribute.- See Also:
isEnableDrag()
-
getValuesPicture
Picture getValuesPicture()
Returns the value of the 'Values Picture' containment reference.- Returns:
- the value of the 'Values Picture' containment reference.
- See Also:
setValuesPicture(Picture)
,FormPackage.getImageFieldExtInfo_ValuesPicture()
-
setValuesPicture
void setValuesPicture(Picture value)
Sets the value of the 'Values Picture
' containment reference.- Parameters:
value
- the new value of the 'Values Picture' containment reference.- See Also:
getValuesPicture()
-
getTextColor
Color getTextColor()
Returns the value of the 'Text Color' containment reference.- Returns:
- the value of the 'Text Color' containment reference.
- See Also:
setTextColor(Color)
,FormPackage.getImageFieldExtInfo_TextColor()
-
setTextColor
void setTextColor(Color value)
Sets the value of the 'Text Color
' containment reference.- Parameters:
value
- the new value of the 'Text Color' containment reference.- See Also:
getTextColor()
-
getBorder
Border getBorder()
Returns the value of the 'Border' containment reference.- Returns:
- the value of the 'Border' containment reference.
- See Also:
setBorder(Border)
,FormPackage.getImageFieldExtInfo_Border()
-
setBorder
void setBorder(Border value)
Sets the value of the 'Border
' containment reference.- Parameters:
value
- the new value of the 'Border' containment reference.- See Also:
getBorder()
-
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.getImageFieldExtInfo_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()
-
getFont
Font getFont()
Returns the value of the 'Font' containment reference.- Returns:
- the value of the 'Font' containment reference.
- See Also:
setFont(Font)
,FormPackage.getImageFieldExtInfo_Font()
-
setFont
void setFont(Font value)
Sets the value of the 'Font
' containment reference.- Parameters:
value
- the new value of the 'Font' containment reference.- See Also:
getFont()
-
getFileDragMode
FileDragMode getFileDragMode()
Returns the value of the 'File Drag Mode' attribute. The literals are from the enumerationFileDragMode
.- Returns:
- the value of the 'File Drag Mode' attribute.
- See Also:
FileDragMode
,setFileDragMode(FileDragMode)
,FormPackage.getImageFieldExtInfo_FileDragMode()
-
setFileDragMode
void setFileDragMode(FileDragMode value)
Sets the value of the 'File Drag Mode
' attribute.- Parameters:
value
- the new value of the 'File Drag Mode' attribute.- See Also:
FileDragMode
,getFileDragMode()
-
-