Package com._1c.g5.v8.dt.form.model
Interface SearchControlAdditionExtInfo
- 
- All Superinterfaces:
- AdditionExtInfo,- org.eclipse.emf.ecore.EObject,- EventHandlerContainer,- ExtInfo,- IBmObject,- org.eclipse.emf.common.notify.Notifier
 - All Known Implementing Classes:
- SearchControlAdditionExtInfoImpl
 
 public interface SearchControlAdditionExtInfo extends AdditionExtInfo A representation of the model object 'Search Control Addition Ext Info'.The following features are supported: 
- 
- 
Method SummaryAll 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.FontgetFont()Returns the value of the 'Font' containment reference.BooleangetHorizontalStretch()Returns the value of the 'Horizontal Stretch' attribute.intgetMaxWidth()Returns the value of the 'Max Width' attribute.intgetMinWidth()Returns the value of the 'Min Width' attribute.ColorgetTextColor()Returns the value of the 'Text Color' containment reference.intgetWidth()Returns the value of the 'Width' attribute.booleanisAutoMaxWidth()Returns the value of the 'Auto Max Width' attribute.voidsetAutoMaxWidth(boolean value)Sets the value of the 'Auto Max Width' 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.voidsetFont(Font value)Sets the value of the 'Font' containment reference.voidsetHorizontalStretch(Boolean value)Sets the value of the 'Horizontal Stretch' attribute.voidsetMaxWidth(int value)Sets the value of the 'Max Width' attribute.voidsetMinWidth(int value)Sets the value of the 'Min Width' attribute.voidsetTextColor(Color value)Sets the value of the 'Text Color' containment reference.voidsetWidth(int value)Sets the value of the 'Width' attribute.- 
Methods inherited from interface org.eclipse.emf.ecore.EObjecteAllContents, 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.EventHandlerContainergetHandlers
 - 
Methods inherited from interface com._1c.g5.v8.bm.core.IBmObjectbmGetEngine, bmGetFqn, bmGetId, bmGetNamespace, bmGetPlatformTransaction, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmMatchSingleReference, bmSetProperty
 
- 
 
- 
- 
- 
Method Detail- 
getWidthint getWidth() Returns the value of the 'Width' attribute.- Returns:
- the value of the 'Width' attribute.
- See Also:
- setWidth(int),- FormPackage.getSearchControlAdditionExtInfo_Width()
 
 - 
setWidthvoid setWidth(int value) Sets the value of the 'Width' attribute.- Parameters:
- value- the new value of the 'Width' attribute.
- See Also:
- getWidth()
 
 - 
isAutoMaxWidthboolean isAutoMaxWidth() Returns the value of the 'Auto Max Width' attribute.- Returns:
- the value of the 'Auto Max Width' attribute.
- See Also:
- setAutoMaxWidth(boolean),- FormPackage.getSearchControlAdditionExtInfo_AutoMaxWidth()
 
 - 
setAutoMaxWidthvoid 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()
 
 - 
getMaxWidthint getMaxWidth() Returns the value of the 'Max Width' attribute.- Returns:
- the value of the 'Max Width' attribute.
- See Also:
- setMaxWidth(int),- FormPackage.getSearchControlAdditionExtInfo_MaxWidth()
 
 - 
setMaxWidthvoid setMaxWidth(int value) Sets the value of the 'Max Width' attribute.- Parameters:
- value- the new value of the 'Max Width' attribute.
- See Also:
- getMaxWidth()
 
 - 
getMinWidthint getMinWidth() Returns the value of the 'Min Width' attribute.- Returns:
- the value of the 'Min Width' attribute.
- See Also:
- setMinWidth(int),- FormPackage.getSearchControlAdditionExtInfo_MinWidth()
 
 - 
setMinWidthvoid setMinWidth(int value) Sets the value of the 'Min Width' attribute.- Parameters:
- value- the new value of the 'Min Width' attribute.
- See Also:
- getMinWidth()
 
 - 
getHorizontalStretchBoolean getHorizontalStretch() Returns the value of the 'Horizontal Stretch' attribute.- Returns:
- the value of the 'Horizontal Stretch' attribute.
- See Also:
- setHorizontalStretch(Boolean),- FormPackage.getSearchControlAdditionExtInfo_HorizontalStretch()
 
 - 
setHorizontalStretchvoid setHorizontalStretch(Boolean value) Sets the value of the 'Horizontal Stretch' attribute.- Parameters:
- value- the new value of the 'Horizontal Stretch' attribute.
- See Also:
- getHorizontalStretch()
 
 - 
getBackColorColor getBackColor() Returns the value of the 'Back Color' containment reference.- Returns:
- the value of the 'Back Color' containment reference.
- See Also:
- setBackColor(Color),- FormPackage.getSearchControlAdditionExtInfo_BackColor()
 
 - 
setBackColorvoid 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()
 
 - 
getTextColorColor getTextColor() Returns the value of the 'Text Color' containment reference.- Returns:
- the value of the 'Text Color' containment reference.
- See Also:
- setTextColor(Color),- FormPackage.getSearchControlAdditionExtInfo_TextColor()
 
 - 
setTextColorvoid 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()
 
 - 
getBorderColorColor getBorderColor() Returns the value of the 'Border Color' containment reference.- Returns:
- the value of the 'Border Color' containment reference.
- See Also:
- setBorderColor(Color),- FormPackage.getSearchControlAdditionExtInfo_BorderColor()
 
 - 
setBorderColorvoid 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()
 
 - 
getFontFont getFont() Returns the value of the 'Font' containment reference.- Returns:
- the value of the 'Font' containment reference.
- See Also:
- setFont(Font),- FormPackage.getSearchControlAdditionExtInfo_Font()
 
 
- 
 
-