Package com._1c.g5.v8.dt.form.model
Interface SearchStringAdditionExtInfo
-
- All Superinterfaces:
AdditionExtInfo
,org.eclipse.emf.ecore.EObject
,EventHandlerContainer
,ExtInfo
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
SearchStringAdditionExtInfoImpl
public interface SearchStringAdditionExtInfo extends AdditionExtInfo
A representation of the model object 'Search String Addition Ext Info'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Color
getBackColor()
Returns the value of the 'Back Color' containment reference.Color
getBorderColor()
Returns the value of the 'Border Color' containment reference.Font
getFont()
Returns the value of the 'Font' containment reference.Boolean
getHorizontalStretch()
Returns the value of the 'Horizontal Stretch' attribute.int
getMaxWidth()
Returns the value of the 'Max Width' attribute.int
getMinWidth()
Returns the value of the 'Min Width' attribute.Color
getTextColor()
Returns the value of the 'Text Color' containment reference.int
getWidth()
Returns the value of the 'Width' attribute.boolean
isAutoMaxWidth()
Returns the value of the 'Auto Max Width' 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
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
setHorizontalStretch(Boolean value)
Sets the value of the 'Horizontal Stretch
' 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
setTextColor(Color value)
Sets the value of the 'Text Color
' containment reference.void
setWidth(int value)
Sets the value of the 'Width
' 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, 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.getSearchStringAdditionExtInfo_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.getSearchStringAdditionExtInfo_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.getSearchStringAdditionExtInfo_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.getSearchStringAdditionExtInfo_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()
-
getHorizontalStretch
Boolean getHorizontalStretch()
Returns the value of the 'Horizontal Stretch' attribute.- Returns:
- the value of the 'Horizontal Stretch' attribute.
- See Also:
setHorizontalStretch(Boolean)
,FormPackage.getSearchStringAdditionExtInfo_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()
-
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.getSearchStringAdditionExtInfo_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()
-
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.getSearchStringAdditionExtInfo_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()
-
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.getSearchStringAdditionExtInfo_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.getSearchStringAdditionExtInfo_Font()
-
-