Package com._1c.g5.v8.dt.form.model
Interface LabelFieldExtInfo
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,EventHandlerContainer
,ExtInfo
,FieldExtInfo
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
LabelFieldExtInfoImpl
public interface LabelFieldExtInfo extends FieldExtInfo
A representation of the model object 'Label Field Ext Info'.The following features are supported:
- See Also:
FormPackage.getLabelFieldExtInfo()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Color
getBackColor()
Returns the value of the 'Back Color' containment reference.Border
getBorder()
Returns the value of the 'Border' containment reference.Color
getBorderColor()
Returns the value of the 'Border Color' containment reference.Font
getFont()
Returns the value of the 'Font' containment reference.org.eclipse.emf.common.util.EMap<String,String>
getFormat()
Returns the value of the 'Format' map.int
getHeight()
Returns the value of the 'Height' attribute.Boolean
getHorizontalStretch()
Returns the value of the 'Horizontal Stretch' attribute.Boolean
getMarkNegatives()
Returns the value of the 'Mark Negatives' 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.Boolean
getPasswordMode()
Returns the value of the 'Password Mode' attribute.Color
getTextColor()
Returns the value of the 'Text Color' containment reference.Boolean
getVerticalStretch()
Returns the value of the 'Vertical Stretch' attribute.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
isHyperlink()
Returns the value of the 'Hyperlink' 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
setBackColor(Color value)
Sets the value of the 'Back Color
' containment reference.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
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
setMarkNegatives(Boolean value)
Sets the value of the 'Mark Negatives
' 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
setPasswordMode(Boolean value)
Sets the value of the 'Password Mode
' attribute.void
setTextColor(Color value)
Sets the value of the 'Text Color
' 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.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.getLabelFieldExtInfo_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.getLabelFieldExtInfo_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.getLabelFieldExtInfo_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.getLabelFieldExtInfo_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.getLabelFieldExtInfo_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.getLabelFieldExtInfo_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.getLabelFieldExtInfo_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()
-
getHorizontalStretch
Boolean getHorizontalStretch()
Returns the value of the 'Horizontal Stretch' attribute.- Returns:
- the value of the 'Horizontal Stretch' attribute.
- See Also:
setHorizontalStretch(Boolean)
,FormPackage.getLabelFieldExtInfo_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:
getHorizontalStretch()
-
getVerticalStretch
Boolean getVerticalStretch()
Returns the value of the 'Vertical Stretch' attribute.- Returns:
- the value of the 'Vertical Stretch' attribute.
- See Also:
setVerticalStretch(Boolean)
,FormPackage.getLabelFieldExtInfo_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:
getVerticalStretch()
-
getMarkNegatives
Boolean getMarkNegatives()
Returns the value of the 'Mark Negatives' attribute.- Returns:
- the value of the 'Mark Negatives' attribute.
- See Also:
setMarkNegatives(Boolean)
,FormPackage.getLabelFieldExtInfo_MarkNegatives()
-
setMarkNegatives
void setMarkNegatives(Boolean value)
Sets the value of the 'Mark Negatives
' attribute.- Parameters:
value
- the new value of the 'Mark Negatives' attribute.- See Also:
getMarkNegatives()
-
getFormat
org.eclipse.emf.common.util.EMap<String,String> getFormat()
- Returns:
- the value of the 'Format' map.
- See Also:
FormPackage.getLabelFieldExtInfo_Format()
-
isHyperlink
boolean isHyperlink()
Returns the value of the 'Hyperlink' attribute.- Returns:
- the value of the 'Hyperlink' attribute.
- See Also:
setHyperlink(boolean)
,FormPackage.getLabelFieldExtInfo_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()
-
getPasswordMode
Boolean getPasswordMode()
Returns the value of the 'Password Mode' attribute.- Returns:
- the value of the 'Password Mode' attribute.
- See Also:
setPasswordMode(Boolean)
,FormPackage.getLabelFieldExtInfo_PasswordMode()
-
setPasswordMode
void setPasswordMode(Boolean value)
Sets the value of the 'Password Mode
' attribute.- Parameters:
value
- the new value of the 'Password Mode' attribute.- See Also:
getPasswordMode()
-
getBorder
Border getBorder()
Returns the value of the 'Border' containment reference.- Returns:
- the value of the 'Border' containment reference.
- See Also:
setBorder(Border)
,FormPackage.getLabelFieldExtInfo_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.getLabelFieldExtInfo_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()
-
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.getLabelFieldExtInfo_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()
-
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.getLabelFieldExtInfo_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()
-
getFont
Font getFont()
Returns the value of the 'Font' containment reference.- Returns:
- the value of the 'Font' containment reference.
- See Also:
setFont(Font)
,FormPackage.getLabelFieldExtInfo_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()
-
-